ArtificialNotImbecile/dsh-context-taxonomy--packages-dsh-context-taxonomy1

@artificialnotimbecile/dsh-context-taxonomy

适用于 DeepSeek Harness Web 配置的逻辑调用上下文分类与存储插件

AI 分析

对 DSH 的逻辑调用进行结构化脱敏捕获、压缩存储与生命周期管理。适合需要对 Agent 调用历史进行审计、分析或合规性存档的专业用户。

包名
@artificialnotimbecile/dsh-context-taxonomy
版本
0.1.0
许可证
MIT
最近更新
2026年8月14日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ArtificialNotImbecile/dsh-context-taxonomy#65ef5e906b654fbb03d0320de450fb2fcc9e0db2&path:packages/dsh-context-taxonomy

Configuration

The bundle patch supplies these explicit defaults:

FieldDefaultMeaning
root$DSH_HOME/context-taxonomyAbsolute private sidecar directory.
captureContentsanitizedStore sanitized logical JSON; structure-only stores summaries only.
retentionDays30Maximum settled-capture age.
maxCapturesPerSession200Maximum settled rows per Session lifecycle.
maxStoredBytes536870912Global compressed-blob budget.
maxCaptureBytes16777216Maximum sanitized bytes for one blob. Larger calls keep a summary with omitted-size-limit.
maxPendingCaptures64Background capture admission cap. Full queues omit new captures without changing the model stream.
extraRedactKeyPatterns[]Additional case-insensitive Unicode regular expressions for object keys.

The logical-request and RPC schemas use formatVersion: 1, taxonomyVersion: 1, and source: "dsh-logical-call". Captures are fenced by Session id, creation time, and working directory so a reused id cannot read an older lifecycle's sidecar.