Releases: ArtificialNotImbecile/dsh-context-taxonomy
Releases · ArtificialNotImbecile/dsh-context-taxonomy
Release list
Context Taxonomy v0.1.0
Context Taxonomy v0.1.0
See how DeepSeek Harness builds the provider-neutral context for every ordinary agent call that reaches the plugin listener.
Highlights
- Inspect the rendered system prompt, conversation history, current prompt and plugin context, exposed tool schemas, and request options.
- Compare estimated composition with actual input/cache/output/reasoning token evidence.
- Follow logical calls across steps and display official retry evidence when Harness records it.
- Explore categorized content and the paged, sanitized Harness logical request.
- Keep captures locally with bounded retention, mandatory redaction, gzip storage, and session-lifecycle ownership checks.
Install
npx @deepseek-ai/dsh@0.1.0-rc.6 plugin --profile web add @artificialnotimbecile/dsh-context-taxonomyAlternatively, install this GitHub release from the package subdirectory:
npx @deepseek-ai/dsh@0.1.0-rc.6 plugin --profile web add 'github:ArtificialNotImbecile/dsh-context-taxonomy#v0.1.0&path:packages/dsh-context-taxonomy'For Git source installs, pnpm will first print the exact commit-scoped allowBuilds key required to authorize the package's self-contained prepare build. Add that exact key to the profile's pnpm-workspace.yaml, then rerun the same command.
This release uses only public DeepSeek Harness 0.1.0-rc.6 APIs and supports the Web profile. It records the provider-neutral logical call, not the serialized provider payload, HTTP body, headers, endpoint, or transport state.
