This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+1 more
Summary
AI summaryGitHub Action added to run an agent one‑shot in CI
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
Adds GitHub Action to run agent one-shot in CI. Adds GitHub Action to run agent one-shot in CI. Source: llm_adapter@2026-07-16 Confidence: high |
— |
| Feature | Low |
Adds RELEASING.md documenting the release process for agents. Adds RELEASING.md documenting the release process for agents. Source: llm_adapter@2026-07-16 Confidence: high |
— |
Full changelog
Highlights
- GitHub Action — run an agent for exactly one turn in CI:
uses: loopedautomation/[email protected]pipes a prompt in and hands the reply back as a step output. See GitHub Actions. - One-shot
af run— piped stdin now drives the plain repl, soecho "prompt" | af runanswers once and exits. This is the release that makes the action work against the default image. - The release process is now documented in RELEASING.md.
What's Changed
- GitHub Action: run an agent one-shot in CI by @RatulMaharaj in https://github.com/loopedautomation/agent-framework/pull/137
- docs: RELEASING.md — the release process, written for an agent to follow by @RatulMaharaj in https://github.com/loopedautomation/agent-framework/pull/136
Full Changelog: https://github.com/loopedautomation/agent-framework/compare/v0.7.1...v0.8.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 Agent Framework
All releases →Related context
Related tools
Earlier breaking changes
- v0.7.1 Removes `tools.custom`; use MCP for custom tools.
Beta — feedback welcome: [email protected]