@tai-io/codesearch 2026.313.1653 → 2026.313.1655
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/README.md +1 -1
- package/dist/build-info.d.ts +2 -2
- package/dist/build-info.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ All data is stored locally under `~/.codesearch/`. No external servers required.
|
|
|
22
22
|
```bash
|
|
23
23
|
export OPENAI_API_KEY=sk-...
|
|
24
24
|
npm install -g @tai-io/codesearch
|
|
25
|
-
claude mcp add -s user -e "OPENAI_API_KEY=$OPENAI_API_KEY" codesearch
|
|
25
|
+
claude mcp add -s user -e "OPENAI_API_KEY=$OPENAI_API_KEY" -- codesearch npx @tai-io/codesearch
|
|
26
26
|
```
|
|
27
27
|
|
|
28
28
|
Or add the MCP config directly:
|
package/dist/build-info.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare const BUILD_VERSION = "2026.313.
|
|
2
|
-
export declare const BUILD_TIMESTAMP = "2026-03-13T16:
|
|
1
|
+
export declare const BUILD_VERSION = "2026.313.1655";
|
|
2
|
+
export declare const BUILD_TIMESTAMP = "2026-03-13T16:55:38.141Z";
|
|
3
3
|
//# sourceMappingURL=build-info.d.ts.map
|
package/dist/build-info.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
// Auto-generated by scripts/generate-build-info.ts — do not edit
|
|
2
|
-
export const BUILD_VERSION = '2026.313.
|
|
3
|
-
export const BUILD_TIMESTAMP = '2026-03-13T16:
|
|
2
|
+
export const BUILD_VERSION = '2026.313.1655';
|
|
3
|
+
export const BUILD_TIMESTAMP = '2026-03-13T16:55:38.141Z';
|
|
4
4
|
//# sourceMappingURL=build-info.js.map
|