Skip to content

Agent! 1.1.8.204

Choose a tag to compare

@AgentiLoop AgentiLoop released this 01 Sep 00:04
· 99 commits to main since this release
image

Highlights

πŸ“ Final-Iteration Status Documents (customer request)

  • Agents may now make one final status/handoff tool call on the iteration-limit nudge turn β€” the "no more tool calls" rule no longer blocks writing a status document that feeds the next turn's input (6702dd15)
  • Fixed a completion guard that silently dropped same-turn tool calls arriving alongside task_complete β€” a final write_file(STATUS.md) + task_complete in the same response now executes the write before finalizing (de2f5143)

βœ… Test Coverage

  • New ResponseCompletionTests regression suite (Swift Testing, hosted in Agent!.app): verifies the status write lands on disk before task_complete finalizes, and that pending tools are consumed exactly once β€” no double execution (501c19ee)

πŸ“š Docs

  • New README title "🦾 AgentiLoop Agent! designed for macOS 26.4.1 or later", translated across DE/ES/FR/ZH (8b779907, 4abcedd6)

πŸ”’ Versioning

  • Bumped version 1.1.7 (build 203) β†’ 1.1.8 (build 204)

Full Changelog: v1.1.7.203...v1.1.8.204