Skip to content

Releases: ZTCNO0NE/dsh-loom

dsh-loom v1.1.0

Choose a tag to compare

@ZTCNO0NE ZTCNO0NE released this 17 Aug 13:16

Bounded loop candidate lifecycle

  • Adds the bounded, journal-backed BuilderKernel and independent verifier/gate/install lifecycle.
  • Adds commit-pinned candidate acquisition, sandboxed source build, Loader-level cold replacement, rollback, and recovery evidence.
  • Adds C0 entry-resolution and parallel-safe trajectory support to the contract runner.
  • Documents real isolated actor evidence for builder feedback, cold install, rollback, and the parallel-cap comparison.

Important

  • This is a GitHub source release. npm latest remains dsh-loom@1.0.4 because this host has no npm publishing credentials.
  • serial-tool-calls is a safety/ordering candidate, not a throughput improvement: the controlled two-way parallel-safe workload measured 2024ms versus the original 1017ms.
  • All lifecycle and performance experiments ran in isolated eval runtimes; production and user profiles were not touched.

Loom v1.0.4

Choose a tag to compare

@ZTCNO0NE ZTCNO0NE released this 16 Aug 17:54

Loom v1.0.4 — 便携版 CLI + 成长时间线。

  • 新增 bin:dsh-loom try(任何机器一条命令亲历自进化,自动生成报告)
  • 新增 npm run timeline(零成本成长时间线 HTML,五类节点)
  • npm run try -- --full:从 0 完整旅程(工具 → refine 技能 → 配置/偏好记忆)
  • 文档更新(README/USAGE)

Loom v1.0.3

Choose a tag to compare

@ZTCNO0NE ZTCNO0NE released this 16 Aug 17:35

Loom(织机)v1.0.3 — v1.1 完成 + 稳定性修复。

  • v1.1:refine-skill 已验证(builder 给 actor 造 refine 技能,actor 自主调用并长出 fs-write 完成目标);偏好沉淀 e2e(builder 声明 preferences → preferences.json → meta_growth 可见)。
  • 修复:V4 Flash reasoning 空流、loader inject、coverage nameAliases、回合计时误杀、gate fail-open、回合边界异常容错、spawn 进程组强杀。
  • 测试 101/101;npm dsh-loom@1.0.3;新增 docs/evolution-timeline-v1.md(优化轨迹可视化设计)、docs/USAGE.md(npm run try)。

Loom v1.0.2

Choose a tag to compare

@ZTCNO0NE ZTCNO0NE released this 16 Aug 13:47

Loom(织机)v1.0.2 — DeepSeek Harness 第二验证器/外部教练。

  • 工具名改为 meta_*(官方 API 函数名必须匹配 ^[a-zA-Z0-9_-]+$);
  • npm 可安装:dsh plugin add dsh-loom(headless 真机验证通过);
  • GitHub 源可安装:dsh plugin add github:ZTCNO0NE/dsh-loom#v1.0.2;
  • 发布准备:dist 入库、LICENSE、.gitignore、无密钥。