Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"name": "codebase-index",
"description": "Semantic code search and codebase graph tools for Claude Code",
"source": "./",
"version": "0.25.0"
"version": "0.25.1"
}
]
}
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codebase-index",
"version": "0.25.0",
"version": "0.25.1",
"description": "Semantic code search and codebase graph tools for Claude Code",
"displayName": "Codebase Index",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion .codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codebase-index",
"version": "0.25.0",
"version": "0.25.1",
"description": "Semantic code search and codebase graph tools for Codex",
"author": {
"name": "Kenneth",
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.25.1] - 2026-08-23

### Fixed

- **MCP background worker coordination**: Concurrent MCP sessions for the same project now elect one local background worker for file watching and automatic indexing. Other sessions do not start background work and continue serving normal MCP requests, including explicit indexing operations. No daemon, installation, configuration, index-path, or storage migration is required.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opencode-codebase-index",
"version": "0.25.0",
"version": "0.25.1",
"description": "Host-neutral semantic codebase search with embeddings, symbol discovery, and call-graph tooling",
"type": "module",
"main": "dist/index.js",
Expand Down
Loading