bed43e79b5
Harvests the safe Phase 0 VS Code lane from PR #1022 and the Agent View request in #2580 while keeping chat webviews, inline edits, Agent View, and retry/undo runtime endpoints out of this slice. Credits @lbcheng888 for the earlier extension scaffold and @AiurArtanis plus the v0.9 GUI/VS Code reporters for the request trail.
CodeWhale for VS Code
Official CodeWhale extension scaffold for local development.
This first slice is intentionally small:
- open CodeWhale in an integrated terminal
- start
codewhale serve --httpin a visible terminal - check a local runtime through
/healthand/v1/runtime/info - show connection state in the status bar and CodeWhale activity view
It does not expose the full chat webview, VS Code Agent View integration, inline edit application, marketplace publish workflow, or retry/undo/snapshot GUI endpoints yet.
Local Use
npm install
npm run compile
npm run package
code --install-extension codewhale-vscode-0.8.53.vsix
Configure codewhale.commandPath, codewhale.runtimeHost,
codewhale.runtimePort, and codewhale.runtimeToken from VS Code settings.
Keep the runtime on 127.0.0.1 unless you deliberately front it with trusted
local networking controls.