This release includes 3 breaking changes for platform teams planning a safe upgrade.
Published 1mo
AI Agents & Assistants
✓ No known CVEs patched
✓ 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 summaryState 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 brokenwait <pid>withkill -0polling (detached children can't be waited on from a later bash invocation).debug: movedtddhand-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}.mdto 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 onsed/awkso 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.mjsandskills/— 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
About Tiny agentic loop with Docker sandbox
All releases →Related context
Related tools
Earlier breaking changes
- v1.8.0 Goal tool's `check` parameter now a judge prompt, not bash command.
Beta — feedback welcome: [email protected]