jeremy9682/dsh-observability

jeremy9682★ 2TypeScriptLast synced: 2026-08-14

Open on GitHub

README excerpt

dsh-observability Two small plugins for DeepSeek Harness that close the observability gap around external subagent runs. Background and upstream proposal: discussion 1493. Packages Path Package What it does (root) dsh-codex-observability Fingerprints product session roots ( /.codex/sessions , /.cursor/chats , …) before and after tracked tool calls and writes an attribution envelope ( sessionRef , sessionStatus ) to a journal file. Pointers only — never prompt or transcript content. plugin-cursor/ dsh-tool-cursor A cursor delegate tool that delegates a task to the official cursor-agent CLI (headless), ported from the opencodex cursor.ts reference. Read-only by default; edit proposes but never applies changes. Both are boot-tested in a real composition (isolated DSH HOME , headless, --patch , dsh 0.1.0-rc.6). Evidence: Install Requires dsh 0.1.0-rc.6 and Node ^22.19 =24 . Configure (defaults shown): Standalone utility (no DSH needed) bin/dsh-run-attributed.mjs wraps any CLI with the same fingerprint + envelope + three-tier timeout (first-event / idle / total): Known upstream blocker The durable in-session-log pointer (instead of the file journal) waits on two upstream items, raised i…

View full README on GitHub →
Agentsdeepseek-harnessdsh-pluginobservabilitysubagentagent

Category