opencode-codebase-index 0.19.1 → 0.20.0

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": "opencode-codebase-index",
3
- "version": "0.19.1",
3
+ "version": "0.20.0",
4
4
  "description": "Semantic codebase indexing and search for OpenCode - find code by meaning, not just keywords",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -44,6 +44,7 @@
44
44
  "dev": "tsup --watch",
45
45
  "eval": "npx tsx src/cli.ts eval run",
46
46
  "eval:agent": "npx tsx src/cli.ts eval run --dataset benchmarks/golden/agent-context.json",
47
+ "eval:representative": "npx tsx src/cli.ts eval run --dataset benchmarks/golden/representative.json",
47
48
  "eval:agent:ci": "npx tsx src/cli.ts eval run --dataset benchmarks/golden/agent-context.json --reindex --ci --budget benchmarks/budgets/agent-context.json",
48
49
  "eval:smoke": "npx tsx src/cli.ts eval run --config .github/eval-config.json --reindex --dataset benchmarks/golden/small.json",
49
50
  "eval:ci": "npx tsx src/cli.ts eval run --reindex --ci --budget benchmarks/budgets/default.json --against benchmarks/baselines/eval-baseline-summary.json",
@@ -109,12 +110,12 @@
109
110
  },
110
111
  "overrides": {
111
112
  "@hono/node-server": "2.0.10",
112
- "brace-expansion": "5.0.7",
113
+ "brace-expansion": "5.0.8",
113
114
  "express-rate-limit": "8.5.2",
114
115
  "fast-uri": "3.1.4",
115
116
  "hono": "4.12.27",
116
117
  "ip-address": "10.2.0",
117
- "postcss": "8.5.15",
118
+ "postcss": "8.5.18",
118
119
  "qs": "6.15.2",
119
120
  "vite": "8.0.16",
120
121
  "esbuild": "0.28.1",