Skip to content

Commit 492b52b

Browse files
committed
chore(master): release 1.9.0
1 parent 0b49d7a commit 492b52b

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
# Changelog
22

3-
## Unreleased
3+
## [1.9.0](https://github.com/PatrickSys/codebase-context/compare/v1.8.2...v1.9.0) (2026-03-19)
44

55
### Features
66

7-
- **mcp:** rework multi-project routing so one MCP server can serve multiple projects instead of one hardcoded server entry per repo
8-
- **mcp:** keep explicit `project` as the fallback when the client does not provide enough project context
9-
- **mcp:** accept repo paths, subproject paths, and file paths as `project` selectors when routing is ambiguous
7+
- **mcp:** workspace-aware multi-project routing — one MCP server now serves multiple projects; the server picks the right project from workspace context instead of requiring one config entry per repo ([#67](https://github.com/PatrickSys/codebase-context/pull/67))
8+
- **mcp:** `project` selector accepts repo paths, subproject paths, and file paths when routing is ambiguous ([#67](https://github.com/PatrickSys/codebase-context/pull/67))
109

1110
### Bug Fixes
1211

13-
- **search:** auto-heal on corrupted index now triggers a background rebuild instead of blocking the search response
12+
- **mcp:** route all MCP requests to the correct per-project state instead of a shared global ([#65](https://github.com/PatrickSys/codebase-context/pull/65))
13+
- **indexing:** make exclude patterns recursive so nested paths like `**/generated/**` are honoured in subdirectories, preventing index pollution in monorepos ([#76](https://github.com/PatrickSys/codebase-context/pull/76))
14+
- **process:** prevent orphaned server processes — add stdin pipe, PPID poll, `server.onclose`, and SIGHUP guards so the MCP server exits when the client dies ([#77](https://github.com/PatrickSys/codebase-context/pull/77))
1415

1516
### Documentation
1617

17-
- simplify the setup story around three cases: default rootless setup, single-project fallback, and explicit `project` retries
18-
- clarify that issue #63 fixed the architecture and workspace-aware workflow, but issue #2 is not fully solved when the client does not provide enough project context
19-
- remove the repo-local `init` / marker-file story from the public setup guidance
18+
- add OpenCode setup instructions
19+
- simplify setup story around three cases: default rootless setup, single-project fallback, and explicit `project` retries
2020

2121
## [1.8.2](https://github.com/PatrickSys/codebase-context/compare/v1.8.1...v1.8.2) (2026-03-05)
2222

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codebase-context",
3-
"version": "1.8.2",
3+
"version": "1.9.0",
44
"description": "Second brain for AI agents working on your codebase - team coding patterns detection, persistent memory, edit readiness checks, and hybrid search with evidence scoring. Local-first MCP server",
55
"type": "module",
66
"main": "./dist/lib.js",

0 commit comments

Comments
 (0)