diff --git a/.changeset/windows-codegraph-launch.md b/.changeset/windows-codegraph-launch.md deleted file mode 100644 index 2c7400d..0000000 --- a/.changeset/windows-codegraph-launch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vndv/pi-codegraph": patch ---- - -Resolve the CodeGraph CLI through Windows-native command discovery before launching the MCP server on Windows, while preserving the existing direct `codegraph` spawn path on other platforms. diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ba646d..6abf6e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @vndv/pi-codegraph +## 0.1.10 + +### Patch Changes + +- 942bf15: Resolve the CodeGraph CLI through Windows-native command discovery before launching the MCP server on Windows, while preserving the existing direct `codegraph` spawn path on other platforms. + ## 0.1.9 ### Patch Changes diff --git a/README.md b/README.md index 15ebc8e..4e32c46 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ An extension for [pi](https://pi.dev) that gives the agent access to [CodeGraph] npm install -g @colbymchenry/codegraph cd /path/to/project codegraph init -i -pi install npm:@vndv/pi-codegraph@0.1.9 +pi install npm:@vndv/pi-codegraph@0.1.10 pi ``` @@ -52,7 +52,7 @@ Extension tools only. There is no MCP setup for pi users to maintain. From npm: ```bash -pi install npm:@vndv/pi-codegraph@0.1.9 +pi install npm:@vndv/pi-codegraph@0.1.10 ``` From GitHub: @@ -159,7 +159,7 @@ That means another developer only needs the npm package, the `codegraph` CLI, an Remove the package using the same source shown by `pi list`: ```bash -pi remove npm:@vndv/pi-codegraph@0.1.9 +pi remove npm:@vndv/pi-codegraph@0.1.10 ``` If you installed from GitHub or a local path, remove that exact entry instead: diff --git a/package-lock.json b/package-lock.json index 37cc7a2..6a16189 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@vndv/pi-codegraph", - "version": "0.1.9", + "version": "0.1.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@vndv/pi-codegraph", - "version": "0.1.9", + "version": "0.1.10", "license": "MIT", "devDependencies": { "@changesets/cli": "^2.31.0", diff --git a/package.json b/package.json index 3b78e55..2cba3c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vndv/pi-codegraph", - "version": "0.1.9", + "version": "0.1.10", "description": "CodeGraph tools for Pi Agent.", "license": "MIT", "type": "module",