Hunter Bown
3204f556af
release: v0.3.0
2026-01-27 00:46:48 -06:00
Hunter Bown
12aeca7171
Merge remote-tracking branch 'origin/Hmbown/fix-cargo-fmt'
2026-01-22 13:32:12 -06:00
Hunter Bown
5d3408f632
chore: release v0.2.2
...
- Fix session save serialization error handling
- Cache web_search regex patterns with OnceLock for performance
- Improve panic messages in tool_parser regex compilation
- Add retroactive CHANGELOG entry for v0.2.1
🤖 Generated with [Claude Code](https://claude.com/claude-code )
2026-01-22 13:01:17 -06:00
Hunter Bown
5092f67557
fix: resolve clippy warnings for Rust 1.92
...
- Use strip_prefix instead of manual string slicing in apply_patch.rs
- Use vec![] macro instead of Vec::new() + push in api_key.rs
- Fix iter_overeager_cloned by filtering before cloning in session_picker.rs
- Use ? operator instead of let...else in delete_selected
- Allow clippy::too_many_arguments for build_list_lines
🤖 Generated with [Claude Code](https://claude.com/claude-code )
2026-01-21 22:46:07 -06:00
Hunter Bown
5a9d20a5c4
chore: release v0.2.1
...
Features:
- Add MCP server mode (deepseek serve --mcp)
- Add file_search tool for codebase exploration
- Add PR review tool for GitHub PR reviews
- Add session picker for managing chat sessions
- Add pager view for reading long content
- Add onboarding flow for new users
- Add Windows sandbox support (Landlock)
- Add diff and markdown rendering
Improvements:
- Refactor apply_patch tool with multi-file diff support
- Extract execpolicy matcher and rules modules
- Improve TUI with selection, history, and streaming
Bug fixes:
- Fix multi-file patch parsing to correctly handle file boundaries
🤖 Generated with [Claude Code](https://claude.com/claude-code )
2026-01-21 22:26:33 -06:00
Hunter Bown
128f5ec0f5
chore: release v0.2.0
...
- Bump version to 0.2.0
- Update CHANGELOG.md with release notes
- Fix cargo fmt formatting issues
🤖 Generated with [Claude Code](https://claude.com/claude-code )
2026-01-20 11:52:37 -06:00
Hunter Bown
737e134631
Add .context to gitignore
2026-01-20 11:48:31 -06:00
Hunter Bown
197e5dd441
Fix cargo fmt formatting issues ( #1 )
2026-01-20 11:48:08 -06:00
Hunter Bown
19d168b577
Fix cargo fmt formatting issues
2026-01-20 11:47:42 -06:00
Hunter Bown
b8d477f751
Disable auto RLM and bump version to 0.0.2
2026-01-20 09:32:48 -06:00
Hunter Bown
93e62b64c2
Remove npm package, cargo only
2026-01-20 09:05:12 -06:00
Hunter Bown
2a5f40450a
Clean up repo for public release
...
- Remove unnecessary files (tool_test_report.md, python/, pyproject.toml)
- Remove internal docs (rlm_gap_analysis, VOICE_AND_TONE, PALETTE)
- Remove pypi publish workflow
- Fix clippy and rustdoc warnings for CI
- Add note that Duo mode is experimental
🤖 Generated with [Claude Code](https://claude.ai/code )
2026-01-20 09:03:13 -06:00
Hunter Bown
6f1158a2d7
Initial release v0.1.0
...
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 )
2026-01-20 08:57:35 -06:00