第 2026-05-14 期
API · 在线
DeepSeek TUI
深度求索 · 终端代理
实 时LIVE
ISS#1596使用windows wsl 安装后运行报错· 22mISS#1595HTTP(S)_PROXY is not honoured in task_shell_wait· 48mISS#1565创建新会话· 51mPR#1536feat: add /jobs cancel-all and Ctrl+K to kill running shell tasks· 1hPR#1521Improve file-edit guardrails and shell output truncation· 1hPR#1527Fix small UX and configuration docs issues· 1hPR#1543docs: reference acp-deepseek-adapter for full ACP tool support· 1hISS#1559/help无法退出,所有非up/down/PgUp/PgDn按键输入均被识别为筛选输入· 1hISS#1542Switching to non-DeepSeek provider causes 400 from reasoning_content· 1hISS#1489Sub-agent review delegation and context inheritance gaps· 1hISS#1450Tool results bloat context: read_file lacks range reading, no per-tool truncat· 1hISS#1440Token的消耗还是比Claude 多很多,希望能改进,在同一需求改动的情况下· 1hISS#1596使用windows wsl 安装后运行报错· 22mISS#1595HTTP(S)_PROXY is not honoured in task_shell_wait· 48mISS#1565创建新会话· 51mPR#1536feat: add /jobs cancel-all and Ctrl+K to kill running shell tasks· 1hPR#1521Improve file-edit guardrails and shell output truncation· 1hPR#1527Fix small UX and configuration docs issues· 1hPR#1543docs: reference acp-deepseek-adapter for full ACP tool support· 1hISS#1559/help无法退出,所有非up/down/PgUp/PgDn按键输入均被识别为筛选输入· 1hISS#1542Switching to non-DeepSeek provider causes 400 from reasoning_content· 1hISS#1489Sub-agent review delegation and context inheritance gaps· 1hISS#1450Tool results bloat context: read_file lacks range reading, no per-tool truncat· 1hISS#1440Token的消耗还是比Claude 多很多,希望能改进,在同一需求改动的情况下· 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 · 星标
27.8k
Forks · 复刻
2.3k
Contributors · 贡献者
89
Latest · 版本
v0.8.34
Today's Dispatch · 今日要闻

2026-05-14

Curated by
DeepSeek V4-Flash · 6h cron

DeepSeek-TUI tightens tool execution and provider compatibility

The project merged several key improvements, including chunk-based parallel tool execution, range-based file reading, and better guardrails for deferred tools. Issues around provider switching and context bloat were closed. Community contributions continue to strengthen stability and UX.

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.