| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| AlphaClaw 0.8.6 source code.tar.gz | 2026-04-05 | 699.4 kB | |
| AlphaClaw 0.8.6 source code.zip | 2026-04-05 | 938.6 kB | |
| README.md | 2026-04-05 | 1.3 kB | |
| Totals: 3 Items | 1.6 MB | 0 | |
AlphaClaw 0.8.6
What's New
- Light mode: full light theme with a three-state toggle (dark / light / system) in the sidebar header. Theme follows OS preference by default and persists across sessions. (#29) Thanks @keaganstokoe.
- Model catalog cache: cache model catalog responses to disk with stale-while-revalidate so the Models tab loads instantly on revisits and during gateway restarts, with automatic background refresh after mutations.
- Codex OAuth reconnect: improve the OAuth flow to work reliably with Apex, using
postMessagecallbacks and a shared auth window helper across all connection surfaces. - Webhook list health: derive webhook health status from recent request history so the webhook list shows meaningful connectivity at a glance.
Fixes
- Onboarding validation: show field validation errors when clicking Next instead of silently blocking progression. Fixes [#52].
Internal
- Extract shared
codex-oauth-windowhelper and consolidate duplicated OAuth popup logic across four components. - Add
model-catalog-cacheserver and frontend test suites; update model route tests for the new cache layer. - Polish light-mode banner legibility, badge contrast, and logo accent.
Contributors
- @keaganstokoe