Skip to content

Tags: metapeka/codeburn

Tags

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

v0.9.2

Toggle v0.9.2's commit message
Release 0.9.2: fix Cursor cost tracking for v3 format and NULL timest…

…amps

v0.9.1

Toggle v0.9.1's commit message
Release 0.9.1: yield command

Adds `codeburn yield` to track which AI sessions shipped to main vs were reverted or abandoned.

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request getagentseal#150 from getagentseal/release/0.9.0

Release 0.9.0

mac-v0.9.0

Toggle mac-v0.9.0's commit message
Revert AgentTabStrip to original todayPayload behavior