This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+13 more
Summary
AI summaryAdds a bounded sequential op: loop stage for retry-style LLM workflows.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Adds bounded sequential `op: loop` stage for refinement and retry workflows. Adds bounded sequential `op: loop` stage for refinement and retry workflows. Source: llm_adapter@2026-06-08 Confidence: high |
— |
| Feature | Medium |
Provides loop output metadata: `iterations_run`, `stop_reason`, and `final_stage`. Provides loop output metadata: `iterations_run`, `stop_reason`, and `final_stage`. Source: llm_adapter@2026-06-08 Confidence: high |
— |
| Feature | Medium |
Adds trace/event loop context fields: `loop_id`, `loop_iteration`, and `loop_stage_id`. Adds trace/event loop context fields: `loop_id`, `loop_iteration`, and `loop_stage_id`. Source: llm_adapter@2026-06-08 Confidence: high |
— |
| Feature | Medium |
Enables `inspect --format json` to show loop metadata including body size and maximum expanded stage count. Enables `inspect --format json` to show loop metadata including body size and maximum expanded stage count. Source: llm_adapter@2026-06-08 Confidence: high |
— |
| Feature | Medium |
Ensures compatibility with Python subprocess supervisor, Node.js streaming supervisor, agent runner guide, and OpenTelemetry bridge. Ensures compatibility with Python subprocess supervisor, Node.js streaming supervisor, agent runner guide, and OpenTelemetry bridge. Source: llm_adapter@2026-06-08 Confidence: high |
— |
Full changelog
llmff v1.1.0
llmff v1.1.0 adds a bounded sequential op: loop stage for inspectable
refinement and retry-style LLM workflows.
Added
op: loopwith requiredmax_iterations, explicitbreak_on, and embedded
body stages.- Loop output metadata with
iterations_run,stop_reason, andfinal_stage. - Trace and event loop context fields:
loop_id,loop_iteration, and
loop_stage_id. inspect --format jsonloop metadata showing body size and maximum expanded
stage count.- Compatibility with the existing Python subprocess supervisor, batch supervisor,
Node.js streaming supervisor, agent runner adoption guide, OpenTelemetry bridge,
and ecosystem readiness gates.
Boundary
Loops are bounded execution stages. They are not a scheduler, memory system,
policy engine, or autonomous planner.
Install
cargo install --git https://github.com/syndicalt/llmff --tag v1.1.0 llmff
scripts/smoke-install.sh --git https://github.com/syndicalt/llmff --tag v1.1.0
Release preflight
Run the release preflight gate before creating or pushing the tag:
scripts/release-preflight.sh v1.1.0
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 Llmff
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]