songqikong/dash

Desktop ⭐ 2 MIT other

A terminal TUI for the official dsh CLI, launched as a dsh profile like dsh-tui, but with keybindings, editing semantics, the status bar and the settings panel following oh-my-pi conventions. The kernel is pure DSH: the plugin creates real agents through the official ctx.agents.create() factory, drives turns with

catalog description:DASH — Deepseek Agentic Service Harness, a TUI Plugin of Deepseek Harness

Install

git clone https://github.com/songqikong/dash.git
cd dash
npm install          # first time: installs typescript and other build deps
sh install.sh        # compiles src/*.ts → dist/, creates ~/.dsh/profiles/dash + ~/.local/bin/dash
dash                 # launch (equivalent to dsh --profile dash)

Add songqikong/dash to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.