mirror of
https://github.com/Hmbown/DeepSeek-TUI.git
synced 2026-09-03 06:50:13 +08:00
Release prep for v0.9.7:
- Bump the workspace, per-crate pins, npm wrapper, and lockfile to 0.9.7.
- Finalize the [0.9.7] CHANGELOG entry: Grok 4.6 as the ordinary catalog
default, OrcaRouter as a named provider, the session snapshot/recovery
split, canonical message copy, and the RUSTSEC-2026-0253 lru/ratatui-core
fix. All factual claims in the entry were checked against the code.
- Document the known parallel-load flake
exec_persistent_service::failed_exec_kills_pending_service_and_exits_nonzero
("service pid file never appeared"); it passes in isolation and is
unrelated to any v0.9.7 change.
- Regenerate the TUI changelog slice and web/lib/facts.generated.ts.
Gates run on this tree: cargo fmt/check/clippy clean; the full workspace
suite completed with --no-fail-fast and exactly one failure (the documented
flake, passing in isolation); publish-crates.sh dry-run and the npm wrapper
smoke passed; the release binary reports 0.9.7 and `codewhale model resolve
grok` resolves grok-4.6 on provider xai.
Release preparation assisted by CodeWhale, following docs/RELEASE_CHECKLIST.md.
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.9.4.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.