第 2026-05-10 期
API · 在线
DeepSeek TUI
深度求索 · 终端代理
实 时LIVE
ISS#1364Hooks need mutation rights on user submit and a turn-end event· 10mISS#1363When using the Ghostty command-line tool, it keeps flickering, but iTerm2 does· 22mISS#1177输入缓存命中率太低了· 25mPR#1362feat(notifications): native OS notification + Cmux support + README security w· 25mPR#1294feat: add configurable search providers (Tavily & Bocha)· 30mPR#1361fix: add DEC 2026 synchronized updates to prevent flickering on GPU terminals· 31mPR#1346fix(sandbox): allow npx MCP servers to write to npm cache on macOS· 53mPR#1360fix: 添加 DEC 2026 同步更新,修复 GPU 终端上的界面闪烁 (add DEC 2026 synchronized updates to pr· 58mPR#1189feat(execpolicy): add typed permission rules and config schema· 1hISS#1359Using DeepSeek-TUI in VSCode terminal will not be able to wrap.· 1hPR#1358fix: parse CRLF SSE MCP events· 1hISS#1357输入框与运行时提示文字重叠· 1hISS#1364Hooks need mutation rights on user submit and a turn-end event· 10mISS#1363When using the Ghostty command-line tool, it keeps flickering, but iTerm2 does· 22mISS#1177输入缓存命中率太低了· 25mPR#1362feat(notifications): native OS notification + Cmux support + README security w· 25mPR#1294feat: add configurable search providers (Tavily & Bocha)· 30mPR#1361fix: add DEC 2026 synchronized updates to prevent flickering on GPU terminals· 31mPR#1346fix(sandbox): allow npx MCP servers to write to npm cache on macOS· 53mPR#1360fix: 添加 DEC 2026 同步更新,修复 GPU 终端上的界面闪烁 (add DEC 2026 synchronized updates to pr· 58mPR#1189feat(execpolicy): add typed permission rules and config schema· 1hISS#1359Using DeepSeek-TUI in VSCode terminal will not be able to wrap.· 1hPR#1358fix: parse CRLF SSE MCP events· 1hISS#1357输入框与运行时提示文字重叠· 1h
v4 · 1M contextMIT licensed

A coding agent that lives in your terminal.

深度求索 · DeepSeek TUI is an open-source command-line agent built on the DeepSeek V4 family. It edits files, runs shells, calls MCP servers, and respects your sandbox.

Maintained by Hmbown
quickest path · 一行安装
# macOS / Linux — Cargo
$ cargo install deepseek-tui-cli --locked
$ deepseek

# or via npm wrapper $ npm i -g deepseek-tui
# first run sets up ~/.deepseek/
requires Rust 1.88+ or Node >=18other OSes →
Stars · 星标
23.6k
Forks · 复刻
1.9k
Contributors · 贡献者
54
Latest · 版本
v0.8.26
Today's Dispatch · 今日要闻

2026-05-10

Curated by
deepseek-v4-flash · 6h cron

Bug reports on paste, mouse, display pile up; v0.8.26 security hotfix readied

The project sees a flurry of bug reports around input handling, with issues on CJK paste, mouse wheel behavior, and window flickering. A security hotfix release v0.8.26 is being prepared alongside several feature pull requests for configurable search providers and standardized config paths. Recent v0.8.25 merged a build fix and release pipeline improvements.

Highlights · 要点
Movers · 进展

What it actually is

01 · 终端代理

A coding agent, not a chat box

Same loop as Claude Code or Codex CLI. It reads, edits, runs tests, reports back.

02 · 沙箱保护

Three modes, one approval system

Plan reads, Agent asks, YOLO doesn't. Sandboxed via landlock (Linux), seatbelt (macOS), AppContainer / restricted tokens (Windows).

03 · 模型自主

deepseek-v4-pro by default

9 built-in providers. Swap with deepseek auth set --provider ….

How it works

Rendered with mermaid.live standard syntax.

Join in

This is a small project. Your patch matters.

No CLA. No sponsor lockouts. The maintainer reads everything personally — usually within a day. Issues triaged in the open. Releases cut from main.