Skip to content

Commit 60729db

Browse files
backnotpropclaude
andcommitted
docs: add ide.ts and vscode-diff endpoint to CLAUDE.md
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 98cd0a9 commit 60729db

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ plannotator/
3333
│ │ ├── remote.ts # isRemoteSession(), getServerPort()
3434
│ │ ├── browser.ts # openBrowser()
3535
│ │ ├── integrations.ts # Obsidian, Bear integrations
36+
│ │ ├── ide.ts # VS Code diff integration (openEditorDiff)
3637
│ │ └── project.ts # Project name detection for tags
3738
│ ├── ui/ # Shared React components
3839
│ │ ├── components/ # Viewer, Toolbar, Settings, etc.
@@ -149,6 +150,7 @@ Send Annotations → feedback sent to agent session
149150
| `/api/image` | GET | Serve image by path query param |
150151
| `/api/upload` | POST | Upload image, returns `{ path, originalName }` |
151152
| `/api/obsidian/vaults`| GET | Detect available Obsidian vaults |
153+
| `/api/plan/vscode-diff` | POST | Open diff in VS Code (body: baseVersion) |
152154

153155
### Review Server (`packages/server/review.ts`)
154156

0 commit comments

Comments
 (0)