open-codebase-index 0.22.3 → 0.22.4

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "open-codebase-index",
3
- "version": "0.22.3",
3
+ "version": "0.22.4",
4
4
  "description": "Host-neutral semantic codebase search with embeddings, symbol discovery, and call-graph tooling",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -46,8 +46,10 @@
46
46
  "dev": "tsup --watch",
47
47
  "eval": "npx tsx src/cli.ts eval run",
48
48
  "eval:agent": "npx tsx src/cli.ts eval run --dataset benchmarks/golden/agent-context.json",
49
+ "eval:pre-edit": "npx tsx src/cli.ts eval run --dataset benchmarks/golden/pre-edit-context.json",
49
50
  "eval:representative": "npx tsx src/cli.ts eval run --dataset benchmarks/golden/representative.json",
50
51
  "eval:agent:ci": "npx tsx src/cli.ts eval run --dataset benchmarks/golden/agent-context.json --reindex --ci --budget benchmarks/budgets/agent-context.json",
52
+ "eval:pre-edit:ci": "npx tsx src/cli.ts eval run --config .github/eval-config.json --reindex --dataset benchmarks/golden/pre-edit-context.json --ci --budget benchmarks/budgets/pre-edit.json",
51
53
  "eval:smoke": "npx tsx src/cli.ts eval run --config .github/eval-config.json --reindex --dataset benchmarks/golden/small.json",
52
54
  "eval:ci": "npx tsx src/cli.ts eval run --reindex --ci --budget benchmarks/budgets/default.json --against benchmarks/baselines/eval-baseline-summary.json",
53
55
  "eval:ci:ollama": "npx tsx src/cli.ts eval run --config .github/eval-ollama-config.json --reindex --ci --budget benchmarks/budgets/default.json --against benchmarks/baselines/eval-baseline-summary.json",
@@ -89,7 +91,7 @@
89
91
  },
90
92
  "dependencies": {
91
93
  "@modelcontextprotocol/sdk": "^1.29.0",
92
- "@opencode-ai/plugin": "~1.3.13",
94
+ "@opencode-ai/plugin": "^1.0.0",
93
95
  "chokidar": "^5.0.0",
94
96
  "ignore": "^7.0.5",
95
97
  "p-queue": "^9.1.1",
@@ -100,7 +102,7 @@
100
102
  "zod": "^4.4.3"
101
103
  },
102
104
  "devDependencies": {
103
- "@earendil-works/pi-coding-agent": "^0.82.0",
105
+ "@earendil-works/pi-coding-agent": "^0.84.0",
104
106
  "@eslint/js": "^9.39.4",
105
107
  "@napi-rs/cli": "^3.6.0",
106
108
  "@types/node": "^25.5.2",
@@ -113,18 +115,20 @@
113
115
  "vitest": "^4.1.2"
114
116
  },
115
117
  "overrides": {
118
+ "@eslint/config-array": "0.23.5",
116
119
  "@hono/node-server": "2.0.10",
117
- "brace-expansion": "5.0.8",
120
+ "brace-expansion": "5.0.9",
118
121
  "express-rate-limit": "8.5.2",
119
- "fast-uri": "3.1.4",
120
- "hono": "4.12.27",
121
- "ip-address": "10.2.0",
122
- "postcss": "8.5.18",
122
+ "fast-uri": "3.1.5",
123
+ "hono": "4.12.34",
124
+ "ip-address": "10.4.0",
125
+ "postcss": "8.5.26",
123
126
  "qs": "6.15.2",
124
127
  "vite": "8.0.16",
125
128
  "esbuild": "0.28.1",
126
129
  "body-parser": "2.3.0",
127
- "js-yaml": "4.3.0"
130
+ "js-yaml": "4.3.1",
131
+ "undici": "8.10.0"
128
132
  },
129
133
  "peerDependencies": {
130
134
  "@earendil-works/pi-coding-agent": "*",