Flicker fix merged, ACP tool call proposal draws comments
The project saw several merged patches addressing terminal flicker and mouse event pollution. A proposal to expose tool calls via ACP protocol remains under active discussion. New feature PRs for theme selection and job cancellation are pending review.
- mergedfix(tui): merge resize clear+draw into single DEC 2026 batch to eliminate blank flash
Merges resize redraw into a single batch to eliminate blank flashes on terminal resize.
- mergedfix(tui): discard mouse movement events during streaming (#1529)
Discards mouse movement events during streaming to prevent ANSI pollution.
- discussionACP: expose tool calls (read_file/exec_shell/write_file) via serve --acp
Proposal to expose read_file/exec_shell/write_file via ACP server draws 16 comments.
- openedAdd Catppuccin/Tokyo Night/Dracula/Gruvbox themes + /theme picker
New PR introduces multiple color themes and an in-command theme picker.
- #1537fix(tui): merge resize clear+draw into single DEC 2026 batch to eliminate blank flash— Critical fix for terminal flickering issues reported in v0.8.32.
- #1533fix(tui): discard mouse movement events during streaming (#1529)— Resolves mouse tracking ANSI pollution bug.
- #1511fix(cli): honor config.toml reasoning_effort on non-auto exec routes— Fixes CLI configuration handling for reasoning effort.
- #1542Switching to non-DeepSeek provider causes 400 from reasoning_content— New bug report points to provider compatibility issue.