Skip to content

This release includes 3 breaking changes for platform teams planning a safe upgrade.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

agentic-ai agentic-coding ai autonomous-agent cli codegolf
+6 more
coding-agent developer-tools harness llm repl sandbox

Summary

AI summary

State files for plan and tasks now use per‑task directories to avoid collisions in concurrent sessions.

Full changelog

Changes since 1.1.0

Skill corrections

  • delegate: dropped unenforceable "no nesting" clause; replaced broken wait <pid> with kill -0 polling (detached children can't be waited on from a later bash invocation).
  • debug: moved tdd hand-off into step 4 so verify no longer runs on unwritten code.
  • verify: removed hardcoded per-stack commands. Now directs the agent to repo docs (AGENTS.md / CLAUDE.md / README) → declared build metadata → CI config, and forbids invented defaults.
  • plan / tasks: state moved from fixed /tmp/mi-{plan,tasks}.md to per-task /tmp/mi-<slug>/ so concurrent sessions and parallel delegated subprocesses don't collide.
  • tasks: mandates full-file rewrites via quoted heredoc; explicit ban on sed/awk so special chars in task titles can't corrupt state.

System prompt

  • Added a single-line evidence clause: "When you declare a task done, your final message must include the actual command output that proves it — not a summary of what you did. Unreproduced work is unfinished work." Framing borrowed from Droid/Factory.ai's "evidence" convention.

Published artifacts

  • index.mjs and skills/ — unchanged structure, updated content.

Breaking Changes

  • Removed hardcoded per-stack commands from `verify`; now requires repo docs, declared build metadata, and CI config.
  • Moved plan and tasks state from fixed `/tmp/mi-{plan,tasks}.md` to per‑task directories under `/tmp/mi-/`.
  • Banned use of `sed`/`awk` in `tasks`; mandates full‑file rewrites via quoted heredoc.

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track Tiny agentic loop with Docker sandbox

Get notified when new releases ship.

Sign up free

About Tiny agentic loop with Docker sandbox

All releases →

Related context

Earlier breaking changes

  • v1.8.0 Goal tool's `check` parameter now a judge prompt, not bash command.

Beta — feedback welcome: [email protected]