问题描述
运行 deepseek doctor 全部检查通过,但 deepseek run 无法正常工作(没有输出 / 不启动对话)。
deepseek doctor 输出
DeepSeek TUI Doctor
==================
Version Information:
deepseek-tui: 0.8.10
rust: rustc 1.94.1 (e408947bf 2026-03-25)
Configuration:
✓ config.toml found at ~/.deepseek/config.toml
workspace: ~
API Keys:
✓ deepseek: env=yes, config=no
· nvidia-nim: env=no, config=no
· openrouter: env=no, config=no
· novita: env=no, config=no
· fireworks: env=no, config=no
· sglang: env=no, config=no
· credential sources: env, ~/.deepseek/config.toml
✓ active provider key resolved
API Connectivity:
✓ API connection successful (model: deepseek-v4-pro)
MCP Servers:
✓ MCP feature flag enabled
· MCP config not found at ~/.deepseek/mcp.json
Run deepseek mcp init or deepseek setup --mcp.
Skills:
· local skills dir not found at ~/skills
✓ .agents skills dir found at ~/.agents/skills (7 items)
✓ global skills dir found at ~/.deepseek/skills (2 items)
✓ .claude skills dir found at ~/.claude/skills (8 items)
· selected skills dir: ~/.agents/skills
Tools:
· tools dir not found at ~/.deepseek/tools
Run deepseek-tui setup --tools to scaffold a starter dir.
Plugins:
· plugins dir not found at ~/.deepseek/plugins
Run deepseek-tui setup --plugins to scaffold a starter dir.
Storage:
· tool-output spillover dir not yet created at ~/.deepseek/tool_outputs
· composer stash empty (Ctrl+S in the composer to park a draft)
Platform:
OS: linux
Arch: x86_64
✓ sandbox available: linux-landlock
All checks complete!
预期行为
deepseek run 应该正常启动 TUI 对话界面。
实际行为
deepseek run 执行后输入消息一直卡在了working.....
环境信息
- OS: Linux x86_64
- deepseek-tui: 0.8.10
- rustc: 1.94.1
- API Provider: deepseek (model: deepseek-v4-pro)
- API Connectivity: ✅ 通过
附加说明
MCP、Tools、Plugins 等未初始化,但不应该影响 deepseek run 的基本功能。
问题描述
运行
deepseek doctor全部检查通过,但deepseek run无法正常工作(没有输出 / 不启动对话)。deepseek doctor输出预期行为
deepseek run应该正常启动 TUI 对话界面。实际行为
deepseek run执行后输入消息一直卡在了working.....环境信息
附加说明
MCP、Tools、Plugins 等未初始化,但不应该影响
deepseek run的基本功能。