Skip to content

This release adds 2 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

Assistant tokens now stream via SSE as they arrive.

Full changelog

What's new

  • Streaming: assistant tokens now stream to stdout via SSE as they arrive, instead of waiting for the full reply. Works in REPL, -p, and stdin modes.
  • REPL polish: version banner on startup, error recovery (failed requests pop the user message instead of crashing).

Internals

  • run() sends stream: true and iterates res.body, parsing SSE delta events. Content writes to stdout incrementally; tool-call fragments merge by index into one assistant message.
  • Test mock server converted to emit SSE.
  • 27 → 29 LOC.

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]