Bug fixes and MCP improvements land in latest commits
The project saw a burst of merged pull requests addressing several bugs, including absolute path misinterpretation, MCP sidebar tool count, and sidebar toggle persistence. Meanwhile, the Homebrew formula remains on v0.8.27, and a PR to automate updates is pending review.
- mergedfix(tui): treat absolute slash paths as messages
Prevents /usr paths from being misread as commands.
- mergedfix(tui): refresh mcp discovery on manager open
Fixes sidebar showing zero tools despite tools working.
- mergedfix(search): default web search to bing
Switches default search engine to Bing.
- openedhomebrew deepseek-tui version is still 0.8.27
Homebrew users are stuck on an older release; auto-update PR submitted.
- openedfeat(ci): auto-update Homebrew tap formula on release
Proposes CI automation to keep Homebrew up-to-date.
- #1293取名deepsek-tui 是否只允许deepseek 模型...— Discussion on model exclusivity and API support.
- #1620思考过程巨慢无比,一个字吐半天...— Reports of extremely slow thinking output with 3 comments.
- #1582ubuntu20.04启动后疯狂报错— Startup crash on Ubuntu 20.04 with multiple error reports.
- #1630fix: validate API key before terminal init to prevent garbled output— Prevents garbled terminal output on invalid key.
- #1376fix(compaction): use tiktoken for exact context tracking and enforce …— Improves context tracking accuracy with tiktoken.