NSOiO/talon-ui1

talon-ui

Talon:适用于 DeepSeek Harness 智能体的终端用户界面(TUI)插件。

AI 分析

核心用途是为 DSH 提供基于终端的交互界面。适合喜欢命令行、需要快捷键操作、审批流转及多选问答面板的开发者,需提前构建 harness 库。

包名
talon-ui
版本
0.1.0
许可证
MIT
最近更新
2026年8月21日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:NSOiO/talon-ui

Usage

cd deepseek-harness
pnpm dsh --profile talon

Keys

KeyWhenAction
Entercomposingsend
Shift+Entercomposingnewline
Escturn runninginterrupt
Ctrl+Cturn runninginterrupt
Ctrl+Cidle, text in composerclear composer
Ctrl+C / Ctrl+Didle, empty composerexit
Ctrl+Lanytimeforce full redraw

Panels

  • Approval: 1 allow once · 2 reject · arrows move the highlight · Enter picks it · Esc cancel.
  • Question: / or 19 move · Space toggles an option (multi-select) · Tab (or c) switches to a custom free-form answer · Enter submit · Esc cancel (from custom mode: back to options) · PgUp/PgDn page long question headers.
  • Resume: type to filter · / move · Tab toggles this-workspace / all-workspaces scope · Enter resume · Esc clears the filter, then closes.

Try it

  • Streaming: Explain what this repository does.
  • A question: Use ask_user_question to ask me a multi-select question with options Alpha, Bravo, Charlie.
  • An approval: Run exactly: touch ~/talon-demo — the sandbox denies writes outside the workspace, the model escalates, and the approval panel appears.
  • Resume: /exit, relaunch, /resume, pick the session — the transcript replays and the agent continues where it left off, even from a different working directory.