v1.7.19 — Fixes & Polish
Bug Fixes
Backup timestamps now respect your timezone — Previously, backup timestamps were stored in UTC and displayed without conversion, so users saw times offset from their local clock. A backup created at 19:33 in Argentina would show as 22:33. Now timestamps display in your local timezone, as expected. (#85)
OpenCode delegation notifications are less noisy — Compacted the background agent delegation notifications to reduce conversation clutter. The delegation system still works the same way, it just takes up less space in your chat. (#96)
Previously Released (included in v1.7.18 → v1.7.19 window)
These fixes were merged to main before this tag and are included for completeness:
- OpenCode plugin startup crash resolved — Removed unnecessary
exportfrom internal helpers (TimeoutError,withTimeout,logWarn) in the background-agents plugin. OpenCode's plugin loader was calling these as entry points, crashing on startup. (#90) - GGA installation on Windows no longer fails — Fixed two issues:
ggaAvailable()now checks~/bin(where GGA actually installs on Windows), and GGA'sinstall.shno longer prompts interactively when run from the pipeline. (#88, #84, #80, #78)
Full changelog: v1.7.18...v1.7.19