Skip to content

This release adds 3 notable features for engineering teams evaluating rollout.

✓ 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

Added three new subagent-oriented skills: explore, review, and refactor.

Full changelog

Skills

Three new subagent-oriented skills for common agentic workflows:

  • explore — question-driven codebase comprehension. Fans clusters to mi -p subagents writing citation-grade summaries at /tmp/mi-explore-<cluster>.md. Enforces verbatim citation preservation in aggregation and forbids freeform file:line references in the prose answer field.
  • review — pragmatic diff review with a size gate (≤3 files and ≤200 lines → in-context, otherwise partition by concern). Each partition subagent reports against four axes: correctness, scope, tests, convention.
  • refactor — structural changes only. Green-gate via explicit skill("verify") load at step 1; callsite sweep delegated with an AMBIGUOUS: field for false-positive matches (strings, comments, docstrings). One transformation per pass; revert on red rather than patch forward.

Cross-reference cleanup

Skill bodies referencing other skills have been adjusted across debug/plan/tasks/tdd. Small transfers (bg=truthy detach mechanics, kill -0 poll semantics) are inlined directly where they're needed. Larger bodies are invoked via explicit call skill("<name>") and follow its body directives — empirically the model does not chain-load a referenced skill from a naked mention in another skill's body.

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]