第 2026-05-12 期
API · 在线
DeepSeek TUI
深度求索 · 终端代理
实 时LIVE
ISS#1092ACP: expose tool calls (read_file/exec_shell/write_file) via serve --acp· 1hPR#1543docs: reference acp-deepseek-adapter for full ACP tool support· 2hPR#1525 docs: improve issue templates· 2hPR#1511fix(cli): honor config.toml reasoning_effort on non-auto exec routes· 2hISS#1532The deepseek-tui installed via npm is not working.· 2hISS#1072Hope to support HarmonyPC· 2hPR#1538fix(npm): show install hint on first ETIMEDOUT and fix broken doc anchor· 2hPR#1537fix(tui): merge resize clear+draw into single DEC 2026 batch to eliminate blan· 3hPR#1533fix(tui): discard mouse movement events during streaming (#1529)· 3hPR#1513feat(init): update AGENTS.md in place instead of refusing· 3hISS#1539v0.8.32 flicker and jitter analysis (resize fix PR #1537)· 3hISS#1529[Bug] Mouse tracking ANSI sequences pollute input stream: "M[35;69;17M..." loo· 3hISS#1092ACP: expose tool calls (read_file/exec_shell/write_file) via serve --acp· 1hPR#1543docs: reference acp-deepseek-adapter for full ACP tool support· 2hPR#1525 docs: improve issue templates· 2hPR#1511fix(cli): honor config.toml reasoning_effort on non-auto exec routes· 2hISS#1532The deepseek-tui installed via npm is not working.· 2hISS#1072Hope to support HarmonyPC· 2hPR#1538fix(npm): show install hint on first ETIMEDOUT and fix broken doc anchor· 2hPR#1537fix(tui): merge resize clear+draw into single DEC 2026 batch to eliminate blan· 3hPR#1533fix(tui): discard mouse movement events during streaming (#1529)· 3hPR#1513feat(init): update AGENTS.md in place instead of refusing· 3hISS#1539v0.8.32 flicker and jitter analysis (resize fix PR #1537)· 3hISS#1529[Bug] Mouse tracking ANSI sequences pollute input stream: "M[35;69;17M..." loo· 3h
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 · 星标
26.4k
Forks · 复刻
2.2k
Contributors · 贡献者
70
Latest · 版本
v0.8.32
Today's Dispatch · 今日要闻

2026-05-12

Curated by
DeepSeek V4-Flash · 6h cron

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.

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 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.