第 2026-05-14 期
API · 在线
DeepSeek TUI
深度求索 · 终端智能体
实 时LIVE
PR#1654feat(theme): Claude Code-style transparent background· 24mPR#1567fix(tui): gate Windows Kitty keyboard push on host-advertised support (#1559)· 43mPR#1655fix(tui): calm legacy Windows console rendering· 44mPR#1642feat: image vision analysis, fix first-message 400, fix /model default reset· 56mPR#1201Fix provider-aware /model picker catalogs· 56mPR#1653feat(tui): scroll todo list window to keep in-progress item visible· 1hPR#1578fix(tui): default composer_arrows_scroll to true on Windows (#1255)· 1hPR#1650fix(tui): default Windows composer arrows to scroll· 1hPR#1652docs: refresh README setup guidance· 1hISS#1651VS Code crashes or exits unexpectedly when YOLO Agent is running test scripts· 2hISS#1632Not able to switch to other provider models· 2hPR#1649fix: preserve provider-selected models· 2hPR#1654feat(theme): Claude Code-style transparent background· 24mPR#1567fix(tui): gate Windows Kitty keyboard push on host-advertised support (#1559)· 43mPR#1655fix(tui): calm legacy Windows console rendering· 44mPR#1642feat: image vision analysis, fix first-message 400, fix /model default reset· 56mPR#1201Fix provider-aware /model picker catalogs· 56mPR#1653feat(tui): scroll todo list window to keep in-progress item visible· 1hPR#1578fix(tui): default composer_arrows_scroll to true on Windows (#1255)· 1hPR#1650fix(tui): default Windows composer arrows to scroll· 1hPR#1652docs: refresh README setup guidance· 1hISS#1651VS Code crashes or exits unexpectedly when YOLO Agent is running test scripts· 2hISS#1632Not able to switch to other provider models· 2hPR#1649fix: preserve provider-selected models· 2h
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.0k
Forks · 复刻
2.4k
Contributors · 贡献者
93
Latest · 版本
v0.8.37
Today's Dispatch · 今日要闻

2026-05-14

Curated by
DeepSeek V4-Flash · 6h cron

Input and wrapping fixes land, vision analysis PR opens

Three merged pull requests resolved Windows input handling, overlong text wrapping, and a test underflow. A new pull request introduces image vision analysis alongside fixes for the first-message API error and /model default reset. Community discussion continues around color theme preferences and text wrapping behavior.

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.