dsh-plugins-a2av1.0.1✓
Native A2A (Agent-to-Agent, v1.0 JSON-RPC) server for dsh: expose this dsh as a callable agent over HTTP with tasks/send|get|cancel|list, bearer-token auth, and agent-per-task execution.
dsh-plugins-benchv1.0.1✓
Agent benchmark runner for dsh: run a task set through fresh agents, score pass/fail by expectation keywords, measure duration, and produce comparison reports (evaluation gap in the ecosystem).
dsh-plugins-cronv1.0.1✓
Persistent background scheduled agent jobs for dsh: cron_add/list/remove/run/logs with durable storage, agent-per-run execution, and a 30s dispatcher tick (Hermes cron + Kimi built-in cron pattern).
dsh-plugins-dreamv1.0.1✓
Dream — 4-phase memory consolidation for dsh (port of Claude Code's auto-dream skill): Orient → Gather → Consolidate → Prune&Index over session logs, auto-triggered every 24h.
dsh-plugins-guardv1.0.1✓
Security/approval/governance for dsh: rule-based tool denial via tools.guard(), full tool-call audit trail, and governance reports (Codex sandbox-x-approval + Claude PreToolUse hook pattern).
dsh-plugins-kanbanv1.0.1✓
Hermes-style kanban for dsh: SQLite-backed durable task board with columns, dependencies, assignees, a background dispatcher (reclaim/promote/spawn), heartbeats, and subagent execution.
dsh-plugins-learnv1.0.1✓
Self-learning + skill curator for dsh: record lessons, draft/promote skills, periodic review that corrects/consolidates/retires skills (Hermes curator pattern).
dsh-plugins-meterv1.0.1✓
Token usage & cost metering for dsh: per-session and aggregate token statistics (cache hit rate, input/output split) with configurable pricing, plus markdown reports.
dsh-plugins-packv1.0.1✓
Context packing for dsh: compile files + skills + memory + recent session highlights into a bounded-context pack file, and estimate the skills-catalog context budget (Codex 2% progressive-disclosure rule).
dsh-plugins-profilev1.0.1✓
Profile manager for dsh: list/create/delete/rename/describe/use/export/import profiles (Hermes `hermes profile` port).
dsh-plugins-scaffoldv1.0.0✓
Plugin dev toolchain for dsh: scaffold rc.6-compliant plugin skeletons, verify plugin registration with a mock ctx, and check API compatibility against the installed dsh version.
dsh-plugins-towerv1.0.0✓
Tower — tiered multi-agent orchestration for dsh: stack subagent runs into layered towers with status tracking, context flow (ascend), follow-ups, and pruning.
dsh-plugins-tui-a2av1.0.0✓
TUI brick: A2A dispatch (@hermes/@claude/@codex/@dsh + /agents) — moved out of the TUI core into a standalone brick; onSubmit hook handles @mention, onSuggest adds @agent completion.
dsh-plugins-tui-bridgev1.0.0✓
TUI brick foundation: provides the tuiExtensions service (command/panel/statusField/theme/inputHook registry) that all dsh-tui-* bricks inject. Zero dependencies, activates first, keeps the activation graph acyclic.
dsh-plugins-tui-btwv1.0.0✓
TUI brick: /btw <问题> — side-session question in a new tab (main thread untouched), Kimi/Claude /btw pattern.
dsh-plugins-tui-commandsv1.0.0✓
TUI brick: custom slash commands as Markdown files (~/.dsh/tui-commands/*.md, frontmatter description + prompt body, $ARGUMENTS substitution) + /init (AGENTS.md). Claude/OpenCode style.
dsh-plugins-tui-compactv1.0.0✓
TUI brick: real /compact — invokes the base compaction seam (ctx.compaction.compactNow) with before/after token feedback. Stub-free.
dsh-plugins-tui-contextv1.0.0✓
TUI brick: /context panel — context window occupancy (progress bar, model window, compaction advice). Hermes /context style.
dsh-plugins-tui-exportv1.0.0✓
TUI brick: /export — export the current session to markdown (~/.dsh/exports/), with a plain-text transcript (user/assistant/tool summary).
dsh-plugins-tui-feedbackv1.0.0✓
TUI brick: /feedback up|down [note] — message feedback to ~/.dsh/feedback.json (extracted from the TUI core).
dsh-plugins-tui-findv1.0.0✓
TUI brick: /find <关键词> — search INSIDE the current session transcript (user+assistant text), selectable hits that jump to the message.
dsh-plugins-tui-goalsv1.0.0✓
TUI brick: /goals panel — current goal state (objective/phase/rounds/blocked) from the goals service + session goal events history.
dsh-plugins-tui-headless-appv0.1.0✓
tui-headless profile app: one-shot task with tui feature set (mode/model/goal/permission/resume/json)
Official core packages (3)
@deepseek-ai/dsh-agent*private copy@deepseek-ai/dsh-llm*private copy@deepseek-ai/dsh-session*private copy
dsh-plugins-tui-historyv1.0.0✓
TUI brick: /undo [N] + double-Esc history picker — keep the last user messages, re-send or pick from a timeline panel (rewind-lite, Codex double-Esc pattern).
dsh-plugins-tui-keymapv1.0.0✓
TUI brick: leader-key bindings (ctrl+x m/c/t/x/u/s = model/compact/theme/export/undo/usage) + busy queue (Alt+Enter queue, Alt+Up take back) — OpenCode/Pi style.
dsh-plugins-tui-opsv1.0.0✓
TUI brick: 工程化命令集 /doctor /login /logout /add-dir /hooks /mcp /cost /tokens /thinking /settings — env self-check, credential status (no secret values), policy scope, MCP status, token/cost details, thinking display toggle, config sources. Ported from ccch1mneyyy/dsh-TUI semantics.
dsh-plugins-tui-providersv1.0.0✓
TUI brick: multi-provider LLM adapter — register any OpenAI-compatible endpoint (DeepSeek/OpenRouter/Ollama/... ) as dsh provider routes, switch via /provider, inspect via /providers panel (Hermes ProviderProfile pattern).
Official core packages (1)
@deepseek-ai/dsh-llm*private copy
dsh-plugins-tui-rewindv1.0.0✓
TUI brick: double-Esc time rewind + /rewind + fork — pick a past message, rewind the conversation or fork a child session from that point (kernel sessions.fork, probe-verified).
dsh-plugins-tui-searchv1.0.0✓
TUI brick: /search — cross-session full-text search panel (sessionQuery service), extracted from the TUI core.
dsh-plugins-tui-sessionsv1.0.0✓
TUI brick: 会话工作流 — /rename /clear /trace /workspace resume|rename|open + /resume 会话浏览器(跨项目/搜索/预览/折叠子代理运行),移植自 ccch1mneyyy/dsh-TUI。
dsh-plugins-tui-skillsv1.0.0✓
TUI brick: Claude Code skill commands (/audit /bug /practice /review /pr_comments /release-notes /vuln-check + /skills) — official dsh skill registry first, built-in CC skill templates as fallback.
dsh-plugins-tui-themev1.0.0✓
TUI brick: /theme — theme picker (core deep/light + brick-registered themes), hot-switch with persistence. Also ships two extra themes (ocean, mono).
dsh-plugins-tui-todosv1.0.0✓
TUI brick: /todos panel — live todo list from todo/write session events (the base todo tool's whole-list snapshot), with status glyphs and counts.
dsh-plugins-tui-trajectoryv1.0.0✓
TUI brick: /trajectory — step-through panel over the current session's rendered events (extracted from the TUI core).
dsh-plugins-tui-updatev1.0.0✓
TUI brick: /update — check npm for newer @deepseek-ai/dsh + dsh-tui-app, two-step confirm, upgrade, restart TUI and resume the session.
dsh-plugins-tui-usagev1.0.0✓
TUI brick: /usage panel — current-session tokens/cache/cost + global session overview (scan of session logs, dsh-meter style pricing).
dsh-plugins-xrayv1.0.0✓
Session data deep analysis & export for dsh: decode zstd session logs into structured analytics (turns/steps/tools/errors/tokens), full-text search, and markdown/JSON export.
dsh-plugins-familyv1.0.0
dsh plugin family: shared dependency root so every plugin can import @deepseek-ai/* seam packages from its real location (ESM resolution walks up from /workspace/algorithm/dsh-plugins/).
- dsh.bundle.patch
—
Official core packages (3)
@deepseek-ai/dsh-agent^0.1.0-rc.6private copy@deepseek-ai/dsh-llm^0.1.0-rc.6private copy@deepseek-ai/dsh-session^0.1.0-rc.6private copy