dsh-context-badge
Run the following command in DeepSeek Harness:
dsh plugin install LeslieWylie/dsh-context-badge
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install LeslieWylie/dsh-context-badge in DeepSeek Harness to install this plugin; full source at https://github.com/LeslieWylie/dsh-context-badge
About this plugin
Juggling multiple DSH sessions and workspaces makes it easy to lose track of where you left off. dsh-context-badge drops a lightweight badge into the DSH composer dock that shows the current session, workspace, turn/step counts, and token summary at a glance—no need to leave the editor.
All notes and todos are stored per session or workspace in browser localStorage with automatic v1 migration. You can switch between session and workspace context, check save status, clear completed items, and review the eight most recently updated contexts. The plugin also preserves the first five user/steering messages from each session and derives a local purpose line from the first message—no network calls, no model calls, no remote sync.
On macOS 13+, an optional menu-bar companion (requiring Swift 5.9+) tracks the foreground application name and window title, keeps the eight most recent foreground contexts, and lets you reopen an older one from the panel. Data lives locally under ~/Library/Application Support/ContextBadge/; first run may prompt you to allow window-metadata observation in System Privacy settings.
The plugin does not alter model routing, prompts, permissions, billing, or agent presets. It is a purely local-first context-memory utility, well suited for developers who hop between multiple DSH sessions and want every byte to stay on their own machine.
Use Cases
- Locate current session progress at a glance when hopping between multiple DSH sessions
- Record workspace todos and notes entirely in browser localStorage with zero cloud dependency
- Track foreground app and window titles via the macOS menu-bar companion and revisit past contexts
Best For
- Developers who frequently switch among multiple DSH sessions and need a lightweight progress indicator
- Users who prefer local-only storage and never want notes or todos to leave their machine
- Users who want context summaries without introducing RAG pipelines or model calls
Related Plugins
Memory layer for coding agents that indexes local session history and auto-recalls relevant context before edits, commands, and failures, with no manual search needed.
Traceable, searchable cross-session memory for AI agents that turns conversation knowledge into a typed knowledge graph and recalls relevant subgraphs instead of replaying full history, natively integrated with DeepSeek Harness.
Gives DSH AI cross-session long-term memory, to-do and skill management, plus multi-session orchestration, external AI delegation, and an infinite canvas that grows with you.
dsh-mnemon is a three-tier, pluggable, Agent-driven memory system for DeepSeek Harness, combining Runtime memory, Project Documents, and replaceable Memory Spaces with nine long-term providers.