dsh-blue/blue

dsh-blue★ 1TypeScript最后同步: 2026-08-22

在 GitHub 打开

Blue: a TUI is not a package, it is a Cordis plugin tree — a modern terminal UI for DeepSeek Harness with hot-swappable render, interaction, and command plugins.

README 摘要

Blue English 中文 Blue is an interactive terminal UI (TUI) plugin for DeepSeek Harness ( dsh ): a pi-tui renderer mounted as an out-of-tree Cordis plugin bundle on top of the dsh-base bundle. Its core claim: a TUI is not a package — it is a Cordis plugin tree. Every render component, interaction provider, command, and status entry is a separate plugin with its own fiber lifecycle, hot-swappable and omittable. This repository is the standalone home of Blue's five workspace packages under the @dsh-blue scope, extracted from the deepseek-harness monorepo ( packages/blue/ and packages/bundle/blue ). They build and test against the published npm releases of the harness ( 0.1.1-rc.2 line) and vendored Cordis. Contents - Quick start - Features — Key bindings · Slash commands - Design philosophy - Layered architecture - The Editor seam, in brief - Development - Documentation - Relationship to deepseek-harness - License Quick start [!NOTE] Blue is not published to npm. The only supported install today is a local development install against a checkout of this repository. Prerequisites: Node ^22.19 =24 , pnpm 11, and a dsh CLI ≥ 0.1.1-rc.2 ( npm i -g @deepseek-ai/dsh ). One-shot The script buil…

在 GitHub 查看完整 README →
终端/TUIcordisdeepseekdsh-plugintuiterminal

分类