Agent! 1.1.8.204
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 finalwrite_file(STATUS.md)+task_completein 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_completefinalizes, 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