Uddoo/dsh-dashboard1

dsh-dashboard

A Symphony-compatible issue orchestrator and dashboard for DeepSeek Harness

AI 分析

核心用途为提供任务编排与运行状态可视化仪表盘。适合需要管理多 Agent 协同工作流、监控 Harness 运行状态的开发者。

パッケージ
dsh-dashboard
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/14

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Uddoo/dsh-dashboard

ドキュメント

README 全文を読む ↗

Plugin configuration

The package contributes a standard dsh.bundle.patch. Its defaults are defined in cordis.patch.yml:

KeyPurpose
workflowPathPath to WORKFLOW.md, resolved from the Harness process working directory unless absolute.
permissionPresetExplicit Harness permission preset applied to every orchestrated Agent. This value is required.
agentPresetOptional Harness Agent preset. When omitted, the available roster default is used.
workerHostHost label shown in runtime observability. Defaults to local.
linear.apiKeyRefCredential reference resolved by the Host. Defaults to LINEAR_API_KEY.
linear.endpointLinear GraphQL endpoint. Defaults to https://api.linear.app/graphql.

Override the installed row in the Web profile's cordis.patch.yml when local paths or presets differ:

- id: dsh-dashboard
  config:
    workflowPath: C:\work\my-project\WORKFLOW.md
    permissionPreset: workspace-write
    workerHost: workstation-01
    linear:
      apiKeyRef: LINEAR_API_KEY
      endpoint: https://api.linear.app/graphql

permissionPreset is deliberately explicit: unattended orchestration must not silently select or elevate a sandbox or approval policy.