diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 6fac6d5..454447b 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "code-context", "description": "Local hybrid keyword + semantic search and SQL over your codebase, for coding agents.", - "version": "0.4.0", + "version": "0.5.0", "author": { "name": "Infino AI" }, "homepage": "https://github.com/infino-ai/code-context" } diff --git a/.mcp.json b/.mcp.json index ccce499..a29c02f 100644 --- a/.mcp.json +++ b/.mcp.json @@ -2,7 +2,7 @@ "mcpServers": { "code-context": { "command": "npx", - "args": ["-y", "@infino-ai/code-context@0.4.0", "mcp"], + "args": ["-y", "@infino-ai/code-context@0.5.0", "mcp"], "alwaysLoad": true } } diff --git a/package-lock.json b/package-lock.json index a685c18..b372a48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@infino-ai/code-context", - "version": "0.4.0", + "version": "0.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@infino-ai/code-context", - "version": "0.4.0", + "version": "0.5.0", "license": "Apache-2.0", "dependencies": { "@huggingface/transformers": "^4.2.0", diff --git a/package.json b/package.json index f0db677..2b3c484 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@infino-ai/code-context", - "version": "0.4.0", + "version": "0.5.0", "mcpName": "io.github.infino-ai/code-context", "description": "Local code search for AI coding agents: a CLI and MCP server with hybrid keyword + semantic search and SQL relevance-ranked aggregation over an index that lives in plain files. No accounts, no keys, no server.", "license": "Apache-2.0",