Skip to content

v0.1.1 — live-verified

Latest

Choose a tag to compare

@lroolle lroolle released this 14 Aug 19:16
· 4 commits to main since this release

Verified working end-to-end in a real dsh --profile web session on 0.1.0-rc.6 with DeepSeek-V4-Pro: arm a watch → non-matching lines stay silent → a matching line wakes the idle agent with a bounded notice → job_kill watch-1 disarms through the stock jobs surface → post-disarm appends stay silent.

Why upgrade from v0.1.0:

  • Leak-proof arming: if the job registry rejects a watch after the producer already armed its poller, the poller is torn down before the error surfaces (the JobStart cleanup contract), with a regression test — 50 tests total.
  • CI: GitHub Actions runs syntax checks + the full suite on every push and PR; badge in the README.
  • Cleaner packaging (stray pnpm-workspace.yaml artifact removed, esbuild declared via pnpm.onlyBuiltDependencies) and clearer tool-call presentation titles.

Install: dsh plugin --profile web add github:dshworks/dsh-watch (pnpm on PATH — thanks @groksense for the docs fix in #1).

🤖 Generated with Claude Code