File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments