v0.8.32 stability fixes, ACP tool support proposal, and new themes
Recent activity focused on resolving screen flicker and input pollution issues, with key patches merged to improve terminal stability. A proposal to expose tool calls via the ACP protocol has generated active discussion, while community contributions added a theme picker and multiple popular color schemes.
- mergedfix(cli): honor config.toml reasoning_effort on non-auto exec routes
Ensures reasoning effort setting from config is applied on all execution paths.
- mergeddocs: improve issue templates
Streamlined issue templates for better bug reports and feature requests.
- discussionACP: expose tool calls (read_file/exec_shell/write_file) via serve --acp
Proposal to expose tool calls through the ACP protocol, with active community discussion.
- openedAdd Catppuccin/Tokyo Night/Dracula/Gruvbox themes + /theme picker
Community contribution adding popular color themes and a theme selector command.
- openeddocs: reference acp-deepseek-adapter for full ACP tool support
New PR pointing to an external adapter for complete ACP tool support.
- #1537fix(tui): merge resize clear+draw into single DEC 2026 batch to eliminate blank flash— Resolves persistent screen flicker on resize.
- #1533fix(tui): discard mouse movement events during streaming (#1529)— Stops ANSI mouse tracking from corrupting input during streaming.
- #1532The deepseek-tui installed via npm is not working.— Fixed npm installation issue affecting new users.
- #1092ACP: expose tool calls (read_file/exec_shell/write_file) via serve --acp— Active discussion on exposing tool calls via ACP protocol.
- #1534Add Catppuccin/Tokyo Night/Dracula/Gruvbox themes + /theme picker— Community theme pack with live switching, a popular request.