xiaogu619520/dsh-plugin-task-panel0

dsh-plugin-task-panel

Task & Context Summary Panel for DeepSeek Harness (DSH)

AI 分析

核心用途是在 DSH 界面中提供直观的任务进度与上下文摘要展示。适合在执行复杂、多步骤任务时,需要随时掌握当前上下文状态的用户。

パッケージ
dsh-plugin-task-panel
バージョン
1.0.0
ライセンス
MIT
最終更新
2026/08/17

インストール

検証済み bundle がないか、互換性チェックに失敗しています。先にリポジトリの説明を読んでください。 README 全文を読む ↗

ドキュメント

README 全文を読む ↗

📦 安装与配置 (Installation)

方式一:作为桌面端 Profile 插件安装(推荐,重启常驻)

  1. 克隆或下载插件到 profile 插件目录

    cd ~/.dsh/profiles/desktop/plugins
    git clone https://github.com/xiaogu619520/dsh-plugin-task-panel.git
    
  2. ~/.dsh/profiles/desktop/cordis.patch.yml 中启用插件

    insert:
      task-panel-surface:
        package: dsh-plugin-task-panel
    
  3. ~/.dsh/profiles/desktop/package.json 中添加依赖

    {
      "dependencies": {
        "dsh-plugin-task-panel": "file:./plugins/dsh-plugin-task-panel"
      }
    }
    
  4. 重启 DeepSeek Harness 即可生效。


方式二:动态运行时挂载(无需重启)

在 DSH 对话中直接让 Agent 挂载动态包,或在 Cordis 控制台引入即可。