songqikong/dash2

dash-tui

DASH — Deepseek Agentic Service Harness. oh-my-pi style TUI on the DSH agent kernel, run in the terminal via `dsh --profile dash`. TypeScript sources in src/, compiled to dist/.

AI 分析

提供 oh-my-pi 风格的终端 TUI 界面,直接复用 DSH 的模型配置与凭证,支持全权限执行。适合喜爱命令行交互、需要快速在终端调用 DSH 智能体服务的用户。

パッケージ
dash-tui
バージョン
0.0.1
ライセンス
MIT
最終更新
2026/08/17

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:songqikong/dash

ドキュメント

README 全文を読む ↗

Configuration

  • Default model: agent-default-model in the profile's cordis.patch.yml (default opencode-go / deepseek-v4-flash; credentials come from $DSH_HOME/.credentials.yaml).
  • Startup overrides: DASH_PROVIDER / DASH_MODEL environment variables.
  • User settings: ~/.dash/config.yml (language, theme, spinner, effort, advisor, preset, autoResume etc., written by the settings panel); ~/.dash/keybindings.yml (keymap); ~/.dash/rules.yml (TTSR stream rules). The UI language is English by default; switch with /lang or the «Language» item in the settings panel.
  • Permissions: the terminal trusts the model — danger-full-access + policy: never (no approval dialogs; the terminal is the trust boundary). To tighten, edit the profile's cordis.patch.yml (the defaultPreset of the permission line must match the sandbox-policy / approval knobs or startup fails).