@trouve-ai/search-plugin 3.2.0 → 3.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "trouve-search",
3
3
  "description": "Fast, accurate code search for agents: hybrid semantic + BM25 search over any local git repository, with incremental branch-aware indexing. Adds trouve search tools (MCP), a trouve-search sub-agent, and a workflow skill.",
4
- "version": "3.2.0",
4
+ "version": "3.3.1",
5
5
  "author": {
6
6
  "name": "Jim Simon"
7
7
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trouve-search",
3
- "version": "3.2.0",
3
+ "version": "3.3.1",
4
4
  "description": "Fast, accurate code search for agents: hybrid semantic + BM25 search over any local git repository, with incremental branch-aware indexing.",
5
5
  "author": {
6
6
  "name": "Jim Simon",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trouve-ai/search-plugin",
3
- "version": "3.2.0",
3
+ "version": "3.3.1",
4
4
  "description": "trouve code search plugin for OpenCode, Kilo Code, Claude Code, and Codex: native tools (OpenCode/Kilo), MCP server + skill + sub-agent (Claude/Codex).",
5
5
  "type": "module",
6
6
  "main": "./src/plugin.ts",
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@opencode-ai/plugin": "^1.17.13",
40
- "@trouve-ai/search-core": "3.2.0"
40
+ "@trouve-ai/search-core": "3.3.1"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/bun": "^1.2.0",