Skip to content

Agent! 1.1.4 (build 200)

Choose a tag to compare

@AgentiLoop AgentiLoop released this 30 Aug 22:00
· 16 commits to main since this release
image

Highlights

🌐 Website & GitHub — One Click Away

  • New Website (globe icon) and GitHub (chevrons icon) items in the Agent! app menu, right below Check for Updates…
  • Website → https://agent.macos26.app · GitHub → https://github.com/macOS26/Agent
  • Check for Updates… got its own icon too (🔄 arrow.triangle.2.circlepath) so the whole menu block aligns like a proper Mac app

✅ CI — Every Pull Request Now Builds & Tests

  • New CI — Build & Test workflow runs xcodebuild test on every PR into main (and every push) — ad-hoc signed, no secrets needed, works for fork PRs (204ba2b8)
  • Fixed two stale tests that failed (and crashed the test host) on every run, and skipped the environment-dependent suites that can't run on a clean runner (147d4cfd)
  • Result: 200 tests in 13 suites, green — locally and on the runner

📝 Documentation

  • New Troubleshooting (Build from Source) section in the README — the five snags first-time ./build.sh builders hit, each verified against the script (#41, closes #32 — thanks @chiliec 🎉)
  • README thank-you note updated across all 5 translations (EN/ES/FR/ZH/DE): "Mac desktop computers" → "Mac studio computers" (0c13a39a)

🔢 Versioning

  • Bumped version 1.1.2 (build 196) → 1.1.4 (build 200)

What's Changed

  • docs(readme): add build-from-source Troubleshooting section (closes #32) by @chiliec in #41

New Contributors

Full Changelog: v1.1.2.196...v1.1.4.200