songqikong/dash2

dash-tui

基于 DSH 智能体内核的终端 TUI 命令行工具

AI 分析

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

套件
dash-tui
版本
0.0.1
授權
MIT
最近更新
2026年8月17日

安裝

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

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).