2026-05-24
编程工具
deepseek
4

一、文档

git 地址:https://github.com/Hmbown/CodeWhale/blob/main/README.zh-CN.md
更新记录:https://github.com/Hmbown/DeepSeek-TUI/releases

二、安装

1.安装命令
npm install -g codewhale

# 进入会话
codewhale

# 查看版本
codewhale --version

# 检查并应用二进制更新
deepseek update 
2.配置文件
# vim C:\Users\matebook\.deepseek\config.toml
api_key = "your-sk"
cost_currency = "cny"
default_text_model = "deepseek-v4-pro"
reasoning_effort = "max"

# vim C:\Users\matebook\AppData\Roaming\deepseek\settings.toml
auto_compact = false
calm_mode = false
low_motion = false
fancy_animations = false
bracketed_paste = true
paste_burst_detection = true
show_thinking = true
show_tool_details = true
locale = "zh-Hans"
theme = "system"
composer_density = "comfortable"
composer_border = true
composer_vim_mode = "normal"
transcript_spacing = "comfortable"
default_mode = "agent"
sidebar_width_percent = 28
sidebar_focus = "auto"
context_panel = false
cost_currency = "usd"
max_input_history = 100
default_model = "auto"
status_indicator = "whale"
synchronized_output = "auto"
prefer_external_pdftotext = false

[provider_models]
deepseek = "auto"

三、快捷键

Shift+Tab   切换推理强度:off → high → max
Ctrl+X      切换模式 plan, agent
标签:

deepseek