6f1158a2d7
DeepSeek TUI - Unofficial terminal UI + CLI for DeepSeek models. Features: - Interactive TUI with multiple modes (Normal, Plan, Agent, YOLO, RLM, Duo) - Comprehensive tool access with approval gating - File operations, shell execution, task management - Sub-agent system for parallel work - MCP integration for external tool servers - Session management and skills system - Cross-platform support (macOS, Linux, Windows) 🤖 Generated with [Claude Code](https://claude.ai/code)
14 lines
294 B
Markdown
14 lines
294 B
Markdown
## Summary
|
|
|
|
## Testing
|
|
|
|
- [ ] `cargo test --all-features`
|
|
- [ ] `cargo fmt --all -- --check`
|
|
- [ ] `cargo clippy --all-targets --all-features`
|
|
|
|
## Checklist
|
|
|
|
- [ ] Updated docs or comments as needed
|
|
- [ ] Added or updated tests where relevant
|
|
- [ ] Verified TUI behavior manually if UI changes
|