18k stars; cache stability and UI polish merged
The project crossed 18,000 stars with 108 open pull requests and 128 issues. Recent merged work focused on cache reliability, theme switching, and Windows UTF-8 support. A large GUI overhaul and multi-agent orchestration remain under review.
- releaseRelease v0.8.16
Latest release includes multiple bug fixes and stability improvements.
- mergedfix(cache): auto-generate .deepseek/instructions.md to stabilize KV prefix cache
Auto-generates instructions.md to stabilize KV prefix cache.
- mergedFix thinking block finalization on stream errors and restarts
Fixes thinking block finalization on stream errors and restarts.
- mergedfeat(tui): add /theme command to toggle dark/light theme
Adds /theme command to toggle dark/light theme in TUI.
- mergedfix(shell): force UTF-8 output on Windows via chcp 65001
Forces UTF-8 output on Windows, fixing garbled Chinese text.
- #1080fix(cache): auto-generate .deepseek/instructions.md to stabilize KV prefix cache— Cache stability fix that auto-generates instructions.md to improve KV prefix cache hits.
- #1078Fix thinking block finalization on stream errors and restarts— Critical fix for thinking block finalization during stream errors.
- #1057feat(tui): add /theme command to toggle dark/light theme— User-facing /theme command for dark/light toggle.
- #1018fix(shell): force UTF-8 output on Windows via chcp 65001— Windows UTF-8 encoding fix resolves long-standing garbled output issue.
- #766feat: complete GUI overhaul with Nerd Font fix, syntax highlighting, chat redesign, tool approval, and i18n— Massive GUI overhaul with Nerd Font fix, syntax highlighting, chat redesign, and i18n (open).