github tristan666666/agent-island v1.5.7
v1.5.7 — Agent Island

latest releases: v1.7.1, v1.6.1
25 days ago

[1.5.7] - 2026-07-12

Added

  • Windows: a switch to turn the out-of-quota alarm off (Settings → Alarms), matching macOS — for people who only want auto-resume and not the "you're out" panel.

Fixed

  • Both platforms: the out-of-quota alarm no longer re-fires every few minutes while a window stays maxed out. Anthropic's rolling 5-hour reset time drifts by seconds on each refresh; the alarm's dedup was keyed on the exact reset timestamp, so the drift made it forget it had already fired. It now re-arms only when the reset boundary jumps to a genuinely new cycle. (1.5.6 only stopped the same-refresh duplicates, not this cross-refresh repeat.)
  • macOS: much lower idle CPU. The island's rotating glow was re-shading its conic gradient on the CPU 30 times a second whenever the island was visible — the app's dominant background cost. It's now shaded once and spun on the GPU: identical look, a large drop in CPU and energy use.
  • macOS: the every-few-seconds session scan stopped re-reading every file's metadata O(n·log n) times while sorting — it now reads each modification time once, via a direct syscall — trimming a periodic CPU spike.
  • Windows: softer, cleaner island glow, and the Settings copy was trimmed to match the leaner macOS layout.

Don't miss a new agent-island release

NewReleases is sending notifications on new releases.