nguyenduclong-ict/dsh-session-progress 预览 preview

nguyenduclong-ict/dsh-session-progress

Plugin插件 Native原生 ⭐ 3 Sessions & Context会话与上下文

Project Overview项目介绍

This is a real-time session progress and task tracking plugin for DeepSeek Harness (DSH). It visualizes overall completion status, active subtasks and upcoming milestones without sifting through long conversation logs. Use it for long-running complex agentic sessions. Restart DSH after installation to activate.

这是DeepSeek Harness(DSH)的实时会话进度与任务跟踪插件,可可视化展示会话整体完成进度、活跃子任务和后续里程碑,无需翻阅大量对话日志。适用于长时间运行的复杂智能体会话,安装后需重启DSH才能激活。

Or use CLI install (for developers)或使用命令行安装(适合开发者)

CLI Install命令行安装

dsh plugin --profile web add https://github.com/nguyenduclong-ict/dsh-session-progress

nguyenduclong-ict/dsh-session-progress 加入你的 DSH 配置(web profile)即可启用。

READMEREADME

dsh-session-progress

English | Tiếng Việt


1. Purpose & Overview

Session Progress Drawer Preview

Composer Toolbar Progress Button & Tooltip Preview

dsh-session-progress is a real-time session progress and task tracking plugin for DeepSeek Harness (DSH / DSH Desktop).

In long-running or complex agentic sessions, it is often challenging for users to quickly determine the overall completion status, active subtasks, or upcoming milestones without sifting through extensive conversation logs.


2. Installation Guide

For DSH Desktop

Windows (PowerShell)

cd "$env:APPDATA\dsh-desktop\harness\profiles\web"
& "$env:APPDATA\dsh-desktop\harness\.desktop-bin\pnpm.cmd" add https://github.com/nguyenduclong-ict/dsh-session-progress

macOS (Terminal)

cd "$HOME/Library/Application Support/dsh-desktop/harness/profiles/web"
"$HOME/Library/Application Support/dsh-desktop/harness/.desktop-bin/pnpm" add https://github.com/nguyenduclong-ict/dsh-session-progress

Linux (Terminal)

cd "$HOME/.config/dsh-desktop/harness/profiles/web"
"$HOME/.config/dsh-desktop/harness/.desktop-bin/pnpm" add https://github.com/nguyenduclong-ict/dsh-session-progress

Note: Restart DSH Desktop after installation to activate the plugin.


For DSH CLI (Standalone)

Run the following command in your terminal:

dsh plugin --profile web add https://github.com/nguyenduclong-ict/dsh-session-progress

Or install directly within your Cordis workspace profile:

pnpm add https://github.com/nguyenduclong-ict/dsh-session-progress

License

MIT © nguyenduclong-ict

上一个 Prev dsh-markdown-xyy 下一个 Next dsh-session-toolkit