opencode-codebase-index 0.19.1 → 0.20.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.
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.1",
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",
@@ -92,6 +93,7 @@
92
93
  "p-retry": "^7.1.1",
93
94
  "tiktoken": "^1.0.15",
94
95
  "typebox": "^1.3.2",
96
+ "unicode-case-folding": "1.1.1",
95
97
  "zod": "^4.4.3"
96
98
  },
97
99
  "devDependencies": {
@@ -109,12 +111,12 @@
109
111
  },
110
112
  "overrides": {
111
113
  "@hono/node-server": "2.0.10",
112
- "brace-expansion": "5.0.7",
114
+ "brace-expansion": "5.0.8",
113
115
  "express-rate-limit": "8.5.2",
114
116
  "fast-uri": "3.1.4",
115
117
  "hono": "4.12.27",
116
118
  "ip-address": "10.2.0",
117
- "postcss": "8.5.15",
119
+ "postcss": "8.5.18",
118
120
  "qs": "6.15.2",
119
121
  "vite": "8.0.16",
120
122
  "esbuild": "0.28.1",