Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/windows-codegraph-launch.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down