v0.9.14

looplj/axonhubv0.9.14Mar 9, 2026by looplj

AI Summary

Minor version update allowing type editing for third-party channels, fixing gemini response JSON schema compatibility, and adding manual log cleanup UI.

Key Highlights

  • Allow type editing for third-party codex/claudecode channels
  • Make channel names clickable
  • Fix gemini response JSON schema compatibility
  • Add manual log cleanup trigger UI
  • Auto reorder channels feature restored

New Features

  • Third-party channel type editing
  • Clickable channel names
  • Gemini JSON schema compatibility
  • Manual log cleanup UI
  • Channel auto-reordering

Full Release Notes

## What's Changed
* feat: allow type editing for third-party codex/claudecode channels and make channel name clickable by @raikyou in https://github.com/looplj/axonhub/pull/992
* fix(gemini): response json schema compatible, close #991 by @looplj in https://github.com/looplj/axonhub/pull/1000
* feat(system): add manual log cleanup trigger UI by @cikichen in https://github.com/looplj/axonhub/pull/1001
* opt: auto reorder channels, close #822 by @looplj in https://github.com/looplj/axonhub/pull/1005
* feat: add gpt-5.4 to codex, close #999 by @looplj in https://github.com/looplj/axonhub/pull/1006
* feat: filter requests by model id, close #994 by @looplj in https://github.com/looplj/axonhub/pull/1007

## New Contributors
* @cikichen made their first contribution in https://github.com/looplj/axonhub/pull/1001

**Full Changelog**: https://github.com/looplj/axonhub/compare/v0.9.13...v0.9.14