0.6.10
New Features
- Add OpenCode Go plugin with tracking and limits (#270) by @praveenjuge
- Show Max 5x/20x tier in plan badge (claude) (#284) by @DiogoDuart3
Bug Fixes
- Bump ccusage to v18.0.10 (#295) by @robinebers
- Count daily active usage more accurately (#294) by @robinebers
- Accept percent-only free usage payloads (cursor) (#269) by @davidarny
- Prefer auth.encrypted over auth.json (factory) (#268) by @sudoanmol
Chores
- Bump lucide-react from 0.575.0 to 0.577.0 (#276) by @dependabot
- Bump @vitejs/plugin-react from 5.2.0 to 6.0.1 (#290) by @dependabot
- Bump uuid from 1.21.0 to 1.22.0 in /src-tauri (#275) by @dependabot
- Bump vite from 7.3.1 to 8.0.0 (#289) by @dependabot
Changelog
Full Changelog: v0.6.9...v0.6.10
- 50f577f fix(ccusage): bump to v18.0.10 (#295) by @robinebers
- 78b5270 fix(analytics): count daily active usage more accurately (#294) by @robinebers
- 2aaadf0 feat(opencode-go): add OpenCode Go plugin with tracking and limits (#270) by @praveenjuge
- 7bfc51d fix(cursor): accept percent-only free usage payloads (#269) by @davidarny
- 54f7bac chore(deps): bump lucide-react from 0.575.0 to 0.577.0 (#276) by @dependabot
- 5a475ab chore(deps-dev): bump @vitejs/plugin-react from 5.2.0 to 6.0.1 (#290) by @dependabot
- 3477cdf chore(deps): bump uuid from 1.21.0 to 1.22.0 in /src-tauri (#275) by @dependabot
- b0900bc chore(deps-dev): bump vite from 7.3.1 to 8.0.0 (#289) by @dependabot
- 5339e08 feat(claude): show Max 5x/20x tier in plan badge (#284) by @DiogoDuart3
- a04c8ee Merge pull request #268 from sudoanmol/fix/factory-auth-path-order by @sudoanmol
- a6c3e30 test(factory): add regression test for auth.encrypted preference over stale auth.json by @sudoanmol
- 526d6ca fix(factory): prefer auth.encrypted over auth.json by @sudoanmol