Skip to content

Releases: chiro2001/dsh-dcp

dsh-dcp v0.1.0-rc.5

Choose a tag to compare

@chiro2001 chiro2001 released this 18 Aug 00:06

dsh-dcp v0.1.0-rc.5

修复 dedup 替换导致会话中断的回归:

  • applyDeduplication 构造 tool/result 替换事件时只带 {turn, step, message}
    丢掉了原始事件中可选的非消息字段(如失败结果的 error: {name, code}),
    触发 dsh surface 不变量 tool/result surface replacement may change only content
    会话在“继续”时直接报错停止。
  • 现在替换事件保留原始 data 全部字段,仅替换消息 content;新增回归单测
    (带 error 字段的重复结果可被替换且不违反不变量)。

commit: 566948190647fbe042af5c77896e5ee45980e754

dsh-dcp v0.1.0-rc.4 (M7.0 single-process preview)

Choose a tag to compare

@chiro2001 chiro2001 released this 16 Aug 12:09

dsh-dcp v0.1.0-rc.4

M7.0 single-process preview:统计从 raw session log 冷重算,per-session durable snapshot 为可重建缓存;token 为 heuristic estimate;persistent stats 故障只降低可见性。

  • 修复生产拓扑(outer-context 注册、late provide、await close)
  • 三态状态机 current/stale/unavailable(reason/cursor/旧视图)
  • marker 计入 historyReduction;schema 方程校验
  • 10-session 真实 JSON reopen 聚合
  • 精确 dsh rc.6、GitHub source、单进程;Code Mode 仍 fail closed;无 autonomous/correction/nested 成功率承诺;npm 未发布

安装:dsh plugin --profile web add 'github:chiro2001/dsh-dcp#v0.1.0-rc.4'

dsh-dcp v0.1.0-rc.3

Choose a tag to compare

@chiro2001 chiro2001 released this 16 Aug 11:26

dsh-dcp v0.1.0-rc.3(M6.3 可信度与边界闭合)

  • Code Mode fail-closed:run_code 子调用在 mutation 前明确拒绝
  • 探针 oracle 重写:forced/autonomous/correction/nested 四组如实记录
  • 净节省不足提示方向修正
  • 发布面统一(public、GitHub 正式源、npm NO-GO)

安装:dsh plugin --profile web add 'github:chiro2001/dsh-dcp#v0.1.0-rc.3'

dsh-dcp v0.1.0-rc.2

Choose a tag to compare

@chiro2001 chiro2001 released this 16 Aug 10:34

dsh-dcp v0.1.0-rc.2(RC protocol conformance)

按 round-0002 顶级模型建议完成方向 D 首批:修复已发布协议与生产路径的差距。

修复/新增

  • marker alias 全链路接线(pre-step 生成、replay 消费、resolver 解析陈旧 ref)
  • ref 宽度支持 m10000;config fail-closed(transport/subagents);enabled 门
  • nudge minRatio/iteration 语义;会话统计排除 native shadow price
  • multi-range inline cleanup 下标映射;recovery 使用真实 provider/model
  • opencode-go 适配器:嵌套 content[] XML、唯一 call id
  • deterministic AgentLoop 矩阵:compress、control turn 零 dispatch、deny、
    abort、单消息多 compress、native coexist alias 链、重启一致、请求不变式
  • check-all.sh --e2e 真实门禁(contract+integration+隔离安装)
  • 注册 dcp-compress;有界 peer 范围;SPDX/repository/publishConfig;文本快照

已知限制(沿用 rc.1)

  • 无精确多节点 decompress;message-mode/Code Mode/child deep-read 延后
  • purge-errors 默认关闭;storage-domain 实机接线在 v0.2 首项

安装:dsh plugin --profile web add 'github:chiro2001/dsh-dcp#v0.1.0-rc.2'

dsh-dcp v0.1.0-rc.1

Choose a tag to compare

@chiro2001 chiro2001 released this 16 Aug 09:22

dsh-dcp v0.1.0-rc.1

DeepSeek Harness 动态上下文管理插件(private)。

安装

dsh plugin --profile web add 'github:chiro2001/dsh-dcp#v0.1.0-rc.1'

能力

  • compress 工具(half-open range、工具配对、多 range 独立事务、bN 嵌套、inline 摘要清理)
  • 保护(用户消息//工具/路径/来源;instructions/snapshot 硬保护)
  • 自动策略(dedup;purge-errors 实验默认关);nudge;manual 模式
  • 命令:/dcp help|context|stats|manual|compress|sweep|show|decompress|recompress
  • 恢复:raw show / semantic expansion / recompression
  • 与 dsh 原生 compaction 共存(surface membership reconciliation)

已知限制

  • 无精确多节点 decompress;message-mode 与 Code Mode 延后
  • purge-errors 默认关闭;子代理 child-session 深读取默认关闭
  • storage-domain 持久化接线在 v0.2 e2e 矩阵完成实机覆盖

文档:docs/PLAN.md、docs/PROTOCOL.md、docs/CHANGELOG.md。