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 智能体服务的用户。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:songqikong/dashドキュメント
README 全文を読む ↗Configuration
- Default model:
agent-default-modelin the profile'scordis.patch.yml(defaultopencode-go / deepseek-v4-flash; credentials come from$DSH_HOME/.credentials.yaml). - Startup overrides:
DASH_PROVIDER/DASH_MODELenvironment 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/langor 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'scordis.patch.yml(thedefaultPresetof thepermissionline must match thesandbox-policy/approvalknobs or startup fails).