第 2026-05-15 期
API · 在线
DeepSeek TUI
深度求索 · 终端智能体
实 时LIVE
ISS#1682执行结果输出和思考预览改善· 4mISS#1678[Feature] 为APP添加检查新版本以及更新APP功能吧,再添加上github链接· 9mISS#1615docker 拉取直接跑乱码· 15mISS#1681Web search is not usable in China; support region-aware search providers· 26mPR#1680fix: skip reasoning_content from non-DeepSeek providers to prevent TUI display· 32mISS#1293取名deepsek-tui 是否只允许deepseek 模型,并且仅支持官方api 接入?· 51mISS#1679SSE多智能体并行在windows11下依旧45s超时,并且还出现了UI错乱的问题· 1hISS#1677输入框有文字的情况下滚动鼠标滚轮无法上翻历史对话,只能切换输入历史· 2hISS#1411文字不进行换行· 2hISS#1676Feature Request: Proposal a Fourth Mode "Dual" — Pro for Reasoning + Flash for· 2hISS#1675QUESTION: Chinese garbled characters in Agent real-time output· 3hISS#1620思考过程巨慢无比,一个字吐半天,哪个环节出了问题?· 4hISS#1682执行结果输出和思考预览改善· 4mISS#1678[Feature] 为APP添加检查新版本以及更新APP功能吧,再添加上github链接· 9mISS#1615docker 拉取直接跑乱码· 15mISS#1681Web search is not usable in China; support region-aware search providers· 26mPR#1680fix: skip reasoning_content from non-DeepSeek providers to prevent TUI display· 32mISS#1293取名deepsek-tui 是否只允许deepseek 模型,并且仅支持官方api 接入?· 51mISS#1679SSE多智能体并行在windows11下依旧45s超时,并且还出现了UI错乱的问题· 1hISS#1677输入框有文字的情况下滚动鼠标滚轮无法上翻历史对话,只能切换输入历史· 2hISS#1411文字不进行换行· 2hISS#1676Feature Request: Proposal a Fourth Mode "Dual" — Pro for Reasoning + Flash for· 2hISS#1675QUESTION: Chinese garbled characters in Agent real-time output· 3hISS#1620思考过程巨慢无比,一个字吐半天,哪个环节出了问题?· 4h
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
get started · 开始使用
# install
$ cargo install deepseek-tui-cli --locked
$ deepseek

# already installed? pull the latest $ deepseek update
# first run sets up ~/.deepseek/
requires Rust 1.88+ · no Rust? see other waysother ways →
Stars · 星标
29.5k
Forks · 复刻
2.5k
Contributors · 贡献者
93
Latest · 版本
v0.8.37
Today's Dispatch · 今日要闻

2026-05-15

Curated by
DeepSeek V4-Flash · 6h cron

Console fixes and model preservation lead merge wave

This batch merges fixes for Windows console flicker and provider model persistence, while preparing the next patch release. Open PRs introduce image vision analysis and a Claude Code-style transparent theme. A new issue reports trouble running local HTTP servers.

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 requests approval for risky ops, YOLO auto-approves. Sandboxed via seatbelt (macOS), landlock (Linux); Windows restricted tokens.

03 · 模型自由

deepseek-v4-pro by default

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

How it works

Rendered with Mermaid standard syntax.

Join in

This is a small project. Your patch matters.

No CLA. No sponsor lockouts. The maintainer reads everything personally. Issues triaged in the open. Releases cut from main.