zephex 2.0.7 → 2.0.11
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/dist/cli.js +15 -6
- package/dist/index.js +331 -135
- package/dist/tools/architecture/index.js +61 -20
- package/dist/tools/context/index.js +27 -10
- package/dist/tools/reader/readCode.js +32 -12
- package/dist/tools/scope_task/index.js +87 -26
- package/dist/tools/search/findCode.js +18 -16
- package/dist/tools/server.js +1398 -143
- package/package.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zephex",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.11",
|
|
4
4
|
"description": "Zephex MCP — codebase intelligence tools for AI coding agents. stdio server that runs locally, reads your project files, and proxies AI calls to the Zephex backend.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/cli.js",
|