Skip to content

Agent! for macOS 26.4.1 v1.0.85

Choose a tag to compare

@macOS26 macOS26 released this 23 May 20:52
· 18 commits to main since this release

🚀 This is the best Agent release so for by a long shot!

🦾 Major speed improvements with GLM-5.1 and most likely all LLMs!

image

🧠 System Prompt & Behavior

  • Use the terse read-once rule verbatim
  • Tighten read-once rule in system prompt + cite tool-layer enforcement
  • Dedup any second read of an unchanged file (not just same range)
  • Add cross-file read-without-edit guard to stop the loop
  • Dedup read_file emissions to stop the token spiral
  • Scale read limit with edit count so LLM can always verify edits

🐛 Bug Fixes

  • Fix duplicate git commit output in activity log
  • Fix diff_and_apply display not starting on new line
  • Fix index tool to use current tab's projectFolder instead of main tab
  • Revert "Remove whitespace trimming from project folder paths"

⚡ Performance & Cleanup

  • Dedupe drip + log-flush sleep cadence into ScriptTab statics
  • Watch chat.db with FSEventStream instead of 5s polling
  • Drop polling sleeps in favor of proper async signals
  • Consolidate LLM error handlers into handleTaskLoopError
  • Extract LLMRateLimiter actor for shared Retry-After + min-gap
  • Consolidate startup ping/warmup; replace post-restart sleeps with poll
  • Remove redundant Task.sleep delays

📝 README Updates

  • Revised Agent! description and feature list
  • Enhanced README with video game creation capability
  • Clarified wording about main branch updates
  • Grammar and clarity improvements throughout
  • Updated release schedule and project overview

🔖 Version Bump

  • Bump version to 1.0.85, build 179