Skip to content

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

-f flag no longer consumes subsequent flags and reports clean errors for missing files.

Changes in this release

Feature Medium

Multi-file `-f` allows passing multiple `-f` flags to attach several files; text goes to system prompt, images become `image_url` content parts.

Multi-file `-f` allows passing multiple `-f` flags to attach several files; text goes to system prompt, images become `image_url` content parts.

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

Image support enables `-f photo.png` to read as base64 and send as vision-compatible `image_url` (png/jpg/jpeg/gif/webp).

Image support enables `-f photo.png` to read as base64 and send as vision-compatible `image_url` (png/jpg/jpeg/gif/webp).

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

Reactive compaction summarizes conversation on context overflow via API and splices history, dumping full history to `/tmp` for recovery.

Reactive compaction summarizes conversation on context overflow via API and splices history, dumping full history to `/tmp` for recovery.

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

Fetch retry implements automatic retry with exponential backoff on 429/5xx/network errors.

Fetch retry implements automatic retry with exponential backoff on 429/5xx/network errors.

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

Multi-file `-f` allows attaching several files via multiple `-f` flags.

Multi-file `-f` allows attaching several files via multiple `-f` flags.

Source: granite4.1:30b@2026-05-22-audit

Confidence: low

Feature Medium

REPL `/help` now lists available commands and environment variables.

REPL `/help` now lists available commands and environment variables.

Source: llm_adapter@2026-05-21

Confidence: low

Bugfix Medium

`-f` no longer mistakenly eats subsequent flags as filenames.

`-f` no longer mistakenly eats subsequent flags as filenames.

Source: llm_adapter@2026-05-21

Confidence: high

Bugfix Medium

`-f` with a nonexistent file now provides a clean error instead of a stack trace.

`-f` with a nonexistent file now provides a clean error instead of a stack trace.

Source: llm_adapter@2026-05-21

Confidence: high

Bugfix Medium

`MI_API_PARAMS` with invalid JSON is validated at startup.

`MI_API_PARAMS` with invalid JSON is validated at startup.

Source: llm_adapter@2026-05-21

Confidence: high

Bugfix Medium

/help command now lists all documented environment variables.

/help command now lists all documented environment variables.

Source: llm_adapter@2026-05-21

Confidence: low

Full changelog

What's new

  • Multi-file -f — pass multiple -f flags to attach several files; text goes to system prompt, images become image_url content parts
  • Image support-f photo.png reads as base64 and sends as vision-compatible image_url (png/jpg/jpeg/gif/webp)
  • Reactive compaction — on context overflow, summarizes the conversation via API and splices history to keep working (dumps full history to /tmp for recovery)
  • Fetch retry — automatic retry with exponential backoff on 429/5xx/network errors
  • REPL /help — lists available commands and env vars
  • Error .code preservation — enables reliable detection of context_length_exceeded from structured API errors

Fixes

  • -f no longer eats subsequent flags as filenames
  • -f with nonexistent file gives a clean error instead of stack trace
  • MI_API_PARAMS with invalid JSON validated at startup
  • /help now lists all documented env vars

Stats

  • 30 meaningful LOC (unchanged)
  • 60 tests (was 50)

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]