This release adds 2 notable features for engineering teams evaluating rollout.
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 summaryAssistant 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()sendsstream: trueand iteratesres.body, parsing SSEdeltaevents. Content writes to stdout incrementally; tool-call fragments merge byindexinto 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
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]