MODEL
api · deepseek_key
Web UI の Settings → Models で、DeepSeek のカードに API key(
https://platform.deepseek.com/ で取得)を入力して保存する;公式原文:"The model route becomes usable immediately without restarting the server"(保存した時点で有効になり、再起動は不要)
api · key_storage
providers.md の原文:"Keys are write-only. The page receives a redacted descriptor after saving, never the literal secret. The key is stored in `$DSH_HOME/.credentials.yaml`";モデル定義は $DSH_HOME/settings.yaml に保存される
api · catalog_providers
Anthropic
api · catalog_providers
OpenAI
api · catalog_providers
Bedrock
api · catalog_providers
Vertex
api · catalog_providers
Azure
api · catalog_providers
Codex
api · catalog_config
Add provider → ベンダーを選ぶ → API key を入力 → 保存;Bedrock/Vertex/Azure/Codex はそれぞれ AWS 認証情報+region、ADC project、api-version、OAuth を使う
api · env_var
認証情報は環境変数で注入できる(設定例の apiKeyEnv フィールド、例:GATEWAY_API_KEY)
local · custom_openai_compatible
Add a custom provider:Provider ID(小文字、変更不可)、表示名、base URL、API プロトコル、認証情報、モデルを最低 1 つ入力する;Fetch available models は OpenAI 互換の GET /models を呼んでモデル一覧を自動取得する。非対応のエンドポイントではモデル名を手入力する
local · ollama
ollama launch dsh の 1 コマンドで完全にローカル実行でき、Ollama web search プラグインがプリインストールされる(Ollama 公式の説明)
LAUNCH
web_ui · command
npx @deepseek-ai/dsh web
web_ui · alias
dsh web は dsh --profile web のエイリアス
web_ui · first_run_flow
① Settings → Models で DeepSeek API key を入力 → ② Choose workspace で作業ディレクトリを選ぶ(公式原文:"The session composer remains unavailable until a workspace is selected") → ③ セッションを開いてタスクを投げる
terminal · headless
dsh --profile headless "job" — 公式の説明:"Run one fresh persisted session, print the final answer, and exit"
terminal · profile
dsh --profile <name> — "Boot the named profile under $DSH_HOME/profiles/<name>";web/headless の 2 つの profile は初回利用時にテンプレートから自動初期化される。その他の profile は dsh plugin で作成する必要がある
terminal · plugin_mgmt
dsh plugin --profile <name> <pnpm args> — pnpm の引数を profile ディレクトリに転送してプラグインを管理する
terminal · flags
--dump-default-config
terminal · flags
--dump-config
modes · list · name_zh
標準モード
modes · list · name_en
Standard
modes · list · dir
standard
modes · list · official_desc_zh
機能が一通り揃ったコーディング Agent。ファイル編集、Shell、ファイルと Web の検索、Skills、計画、目標、サブエージェント、ワークフローに対応。
modes · list · name_zh
PTC モード
modes · list · name_en
Code
modes · list · official_desc_zh
標準モードの全機能を備え、さらに Code Mode SDK でツールを提示することで、モデルが 1 つの TypeScript プログラムで複数ステップの操作を組み立てられるようにする。
modes · list · name_zh
ミニマルモード
modes · list · name_en
Minimal
modes · list · dir
minimal
modes · list · official_desc_zh
永続的な bash と str_replace_editor の 2 ツールのみを提供するコーディング Agent。
modes · list · name_zh
クリエイトモード
modes · list · name_en
Creator
modes · list · official_desc_zh
カスタム Agent preset の作成用:標準モードの全機能を備え、加えてランタイムの検査、プラグインの実験、preset 作成のガイドを提供する。
modes · definition_location
apps/cli/config/agent-presets/ 配下の 4 つのディレクトリ(code/cordis/minimal/standard)。preset の定義ファイルは公式が中国語で直接記述している