v1.0.0-beta9
looplj/axonhubv1.0.0-beta9Sep 3, 2026by looplj
AI Summary
Beta release approaching v1.0.0 with unified reasoning effort across protocols, model endpoint routing, and multiple UI/UX fixes including dialog scrollbars, mobile dialog heights, and codex reset details.
Key Highlights
- Unify reasoning effort across protocols and add model endpoint routing
- Fix dialog double scrollbar and mobile dialog height-constrained scroll layout
- Strip user field from outbound requests and preserve transformed Responses stream events
- Add opencode session header and fix dockerfile compatibility
- Reject invalid tool input on clean EOF for Anthropic
New Features
- Unified reasoning effort across protocols
- Model endpoint routing
- Codex reset details display
- Opencode session header support
- Preserved transformed Responses stream events
Full Release Notes
## What's Changed * feat: unify reasoning effort across protocols and add model endpoint routing by @AkaChou in https://github.com/looplj/axonhub/pull/2330 * fix: dialog double scrollbar introduced in 2bfea194 by @BLumia in https://github.com/looplj/axonhub/pull/2355 * feat: show codex reset details, close #2301 by @looplj in https://github.com/looplj/axonhub/pull/2360 * fix(frontend): repair height-constrained scroll layout in mobile dialogs by @djdembeck in https://github.com/looplj/axonhub/pull/2354 * fix(codex): strip user field from outbound requests by @llc1123 in https://github.com/looplj/axonhub/pull/2352 * fix: preserve transformed Responses stream events by @MrLiuGangQiang in https://github.com/looplj/axonhub/pull/2365 * fix: dockerfile compitable, close #2367 by @looplj in https://github.com/looplj/axonhub/pull/2368 * fix(anthropic): reject invalid tool input on clean EOF by @llc1123 in https://github.com/looplj/axonhub/pull/2363 * feat: add opencode session header, close #2361 by @looplj in https://github.com/looplj/axonhub/pull/2369 **Full Changelog**: https://github.com/looplj/axonhub/compare/v1.0.0-beta8...v1.0.0-beta9