dsh-session-progress
Manifest validSession progress tracker: system prompt injection, live % calculation, and a slide-over drawer.
dsh-session-progress
1. Purpose & Overview
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
Similar plugins
Session management enhancement plugin for DeepSeek Harness - workspace session count display, archived sessions panel with restore/delete, drag-and-drop session move across workspaces.
★ 0
dsh plugin --profile web add dsh-session-xcLive session status on the browser tab favicon with sound notifications for pending input and completed tasks.
★ 0
dsh plugin --profile web add dsh-task-feedbackPer-model token cost tracking with configurable cache-hit/miss, output and peak-window pricing, a live session cost bar, and unconfigured-model flags.
★ 0
dsh plugin --profile web add dsh-cost-trackerSession manager panel under Settings → Plugins: list all sessions with title, cwd, agent preset, updated time, turns and steps, expand a row to view message history, delete non-running sessions, and e
★ 0
dsh plugin --profile web add dsh-session-managerAdds a /dshpp slash command that reports session and token usage, cache-hit rate, and estimated cost from harness session logs; the repo also ships a CLI and local web console for lifecycle, provider,
★ 0
dsh plugin --profile web add dsh-plus-plusby EugeneVl
Session folders for the DSH web sidebar: one-level named folders per workspace, drag-and-drop or context menu to group sessions, server-side persistence. No harness changes.
★ 7
MIT
JavaScript
Sep 4, 2026
dsh plugin --profile web add dsh-session-folders