Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: syntax-syndicate/codeburn

Tags

v0.9.6

Toggle v0.9.6's commit message
Add Goose and Antigravity providers to README, bump provider count to 18

mac-v0.9.6

Toggle mac-v0.9.6's commit message
Add Goose and Antigravity providers to README, bump provider count to 18

mac-v0.9.5

Toggle mac-v0.9.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix menubar ghost status item on macOS Tahoe

Set accessory activation policy in willFinishLaunching before the
focus chain forms. Debounce observation tracking to coalesce rapid
property changes into a single status bar refresh.

v0.9.5

Toggle v0.9.5's commit message
Bump version to 0.9.5

mac-v0.9.4

Toggle mac-v0.9.4's commit message
Fix menubar refresh stuck after first load (getagentseal#179)

forceRefresh() was missing force:true, so the cache TTL guard
silently skipped every LaunchAgent and wake-triggered refresh.
Also adds right-click context menu and version label in footer.

v0.9.4

Toggle v0.9.4's commit message
Bump version to 0.9.4

OpenClaw, Roo Code, KiloCode, Qwen, Droid providers. Durable daily cache
with migration. Gemini JSONL fix. README restructure with honeycomb hero.
16 providers supported.

v0.9.3

Toggle v0.9.3's commit message
Release 0.9.3: Gemini CLI, Kiro, Copilot VS Code, Cursor lookback fix

mac-v0.9.3

Toggle mac-v0.9.3's commit message
Fix menubar not dimming on inactive screens

Drop explicit foregroundColor from the status item attributed string
so NSStatusBarButton can apply native inactive-screen dimming.

Fixes getagentseal#170