mirror of
https://github.com/Hmbown/DeepSeek-TUI.git
synced 2026-09-03 06:50:13 +08:00
Bump Wrangler in the root and web package manifests so Miniflare resolves patched Undici, update the VS Code extension lockfile's transitive Undici, and refresh the web DOMPurify lock entry. Verified npm audit is clean in root, web, and extensions/vscode.
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
- show a read-only Agent View with recent runtime thread summaries from
/v1/threads/summary - show recent read-only restore points from
/v1/snapshots - refresh the read-only Agent View automatically so branch/workspace metadata catches up while agents are working
It does not expose the full chat webview, VS Code Agent View chat/editor 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, codewhale.runtimeToken, and
codewhale.agentViewRefreshIntervalSeconds from VS Code settings.
Set the refresh interval to 0 to disable automatic read-only refreshes.
Keep the runtime on 127.0.0.1 unless you deliberately front it with trusted
local networking controls.