
fakechris/dsh-track
60Last commit Aug 14, 2026
dsh-track DSH plugin
dsh-track installs as a DSH bundle for the web profile. It stores captures, decisions, tasks, and usage data inside the Harness using session events and storage KV, and provides tools, a protocol skill, HTTP endpoints, and a right-side web panel.
How to install the dsh-track DSH plugin
npx -p @deepseek-ai/dsh dsh plugin --profile web add @fakechris/dsh-trackCopying does not run this command. Review the repository and version before use.
Data source
Snapshot date: Aug 15, 2026
manifest-valid
What the dsh-track DSH plugin can do
- Captures thoughts manually and from todo_write planning activity, retaining motivating user-request context.
- Records decision points, user choices, and rationales in a decision ledger.
- Creates Linear-shaped issues with evidence-driven lifecycle tracking; done and canceled require explicit user confirmation.
- Attaches the current session to an issue and accumulates execution evidence.
- Syncs prior workspace sessions into epic/issue candidates, using dry-run by default.
- Provides a web capture/task panel with source-conversation jump-back.
- Reports LLM usage attributed to the track engine.
- Exposes HTTP API endpoints under /api/track/* for captures, issues, decisions, usage, funnel data, and history sync.
Where the dsh-track DSH plugin fits
- Keep agent-assisted work items and ad-hoc thoughts organized within DeepSeek Harness.
- Require explicit human confirmation for task completion or cancellation.
- Capture and review decisions made during multi-session work.
- Turn historical session activity into candidate tasks for review.
- Navigate from tracked entries back to their originating prompts.
Who the dsh-track DSH plugin is for
- DeepSeek Harness web users managing ongoing agent-assisted work.
- Teams or individuals who want task and decision records stored within their Harness environment.
- Plugin developers interested in a DSH task-management integration pattern.
dsh-track DSH plugin limitations
- The documented installation flow targets the DSH web profile and requires restarting dsh web.
- The protocol skill is installed separately by copying it to ~/.dsh/skills.
- The web panel uses direct DOM injection and is described as framework-free.
- Business data is stored in Harness session events and storage KV rather than an external task-management service.
- History synchronization produces candidates and defaults to dry-run; confirmation is required before persistence.
Objective checks
These signals come from public metadata scans. They are not a security certification.
- info
dependency counts
package.json declares 0 runtime, 0 development, 5 peer, and 0 optional dependencies.
- info
dsh bundle declared
package.json declares DSH bundle metadata.
- info
license declared
GitHub reports the repository license as BSD-3-Clause.
- info
package manifest available
A root package.json was captured and can be inspected by the registry.
- info
source available
Public GitHub source metadata is available for this registry snapshot.
dsh-track DSH plugin alternatives
dsh-automation
32
Schedule standalone coding tasks in fresh DeepSeek Harness Agent sessions, with workspace-scoped controls and durable run history.
dsh-chat-import
30
Import, resume, export, and incrementally sync agent chat histories in DeepSeek Harness.
dsh-context
33
A DeepSeek Harness web UI plugin that adds a Context tab for inspecting context-window composition and changes across a conversation.
dsh-clawrouter
9
DeepSeek Harness plugin that reviews risky tool calls with a stronger model and adds a BlockRun x402-paid LLM provider route.
dsh-track DSH plugin questions
What is the dsh-track DSH plugin?
dsh-track is a project included in the current DSH plugin snapshot. This page organizes repository metadata and reviewed notes, but you should still inspect the upstream repository before running it.
How do I install the dsh-track DSH plugin?
The page shows the install command captured from the source record. Copying does not run it, so confirm the package, profile, and version against upstream documentation first.
Which DSH profile does dsh-track use?
The snapshot records web as the dsh-track profile. DSH conventions can change quickly, so verify the manifest and README before installation.
Is dsh-track compatible with the current DSH release?
The source data does not include a verified compatibility matrix. Check recent commits, releases, and DSH breaking changes, then test in a profile you can roll back.
What should I do if dsh-track fails to load?
Check the install command, selected profile, dependency logs, and Cordis startup output first. Keep the exact error string, then compare it with this site's fix pages and upstream issues.
What are the closest alternatives to dsh-track?
Related plugins on this page come from the current snapshot and are only candidates. Compare capabilities, maintenance activity, installation method, and limitations before choosing one.