Skip to content

Releases: ArtificialNotImbecile/dsh-context-taxonomy

Context Taxonomy v0.1.0

Choose a tag to compare

@ArtificialNotImbecile ArtificialNotImbecile released this 14 Aug 02:19
65ef5e9

Context Taxonomy v0.1.0

See how DeepSeek Harness builds the provider-neutral context for every ordinary agent call that reaches the plugin listener.

A real DeepSeek Harness session opening Context Taxonomy

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-taxonomy

Alternatively, 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.