Skip to content
Open
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
4 changes: 4 additions & 0 deletions docs/specs/vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ Extension Host (vscode-ext/src/)
├── pty-manager.ts — PTY lifecycle, buffering (1M char cap), CWD queries
├── pty-host.js — forked child process wrapping pty-core via node-pty
├── session-state.ts — workspaceState persistence + alert state merging
├── workspace-chrome.ts — reflect Workspace union status (bell/TODO) onto native chrome title
├── shell-selection.ts — persisted shell picker (workspace/global selectedShellPath)
├── agent-browser-host.ts — extension-host wiring + stream relay for the agent-browser surface
├── iframe-proxy-host.ts — VS Code binding for the iframe transparent proxy (injects the logger)
├── webview-html.ts — CSP injection, nonce generation, asset URI rewriting
└── log.ts — extension logging

Expand Down
Loading