@tai-io/codesearch 2026.313.1649 → 2026.313.1653
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 +3 -3
- package/dist/build-info.d.ts +2 -2
- package/dist/build-info.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -19,10 +19,10 @@ All data is stored locally under `~/.codesearch/`. No external servers required.
|
|
|
19
19
|
|
|
20
20
|
### Install as a Claude Code MCP server
|
|
21
21
|
|
|
22
|
-
Add to your Claude Code config (`.claude.json` or via CLI):
|
|
23
|
-
|
|
24
22
|
```bash
|
|
25
|
-
|
|
23
|
+
export OPENAI_API_KEY=sk-...
|
|
24
|
+
npm install -g @tai-io/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.1653";
|
|
2
|
+
export declare const BUILD_TIMESTAMP = "2026-03-13T16:53:39.927Z";
|
|
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.1653';
|
|
3
|
+
export const BUILD_TIMESTAMP = '2026-03-13T16:53:39.927Z';
|
|
4
4
|
//# sourceMappingURL=build-info.js.map
|