0.3.28
npm package
You can now install DeepSeek TUI with npm — no Rust toolchain needed:
npm install -g deepseek-tuiThis downloads prebuilt binaries for your platform (macOS, Linux, Windows).
Other changes
- Convert the project to a modular Cargo workspace using a
crates/layout. - Add new crate boundaries mirroring a deepseek architecture (
agent,config,core,execpolicy,hooks,mcp,protocol,state,tools,tui-core,tui,app-server). - Add parity CI coverage with protocol/state/snapshot checks.
- Update release workflow to build both
deepseekanddeepseek-tuibinaries.