v0.9.33

looplj/axonhubv0.9.33Apr 16, 2026by looplj

AI Summary

Adds embedding support for Gemini/Doubao and introduces real-time previews and cache diagnostics tools.

Key Highlights

  • Added Gemini/Doubao embedding support
  • Added realtime chunks preview and response preview
  • Added cache diagnostics tool

New Features

  • Gemini/Doubao embedding support
  • Realtime chunks preview
  • Cache diagnostics tool
  • Mobile UI improvements

Full Release Notes

## What's Changed
* feat: gemini/doubao embedding, close #1093 by @looplj in https://github.com/looplj/axonhub/pull/1388
* opt: try to fix channel/model cache not refreshed by @looplj in https://github.com/looplj/axonhub/pull/1390
* opt: align codex trace header with latest codex cli by @yoke233 in https://github.com/looplj/axonhub/pull/1387
* feat: realtime chunks preview and response preview by @LazuliKao in https://github.com/looplj/axonhub/pull/1342
* feat: add cache diagnostics tool by @looplj in https://github.com/looplj/axonhub/pull/1394
* fix: unwrap DebugDriver layer in Driver() to fix perf analysis in debug model by @MoshiCoCo in https://github.com/looplj/axonhub/pull/1397
* refactor: use the live streaming middle for live preview by @looplj in https://github.com/looplj/axonhub/pull/1395
* feat: add empty strem response detection, close #292 by @looplj in https://github.com/looplj/axonhub/pull/1399
* opt: mobile ui for pages/dialogs, close #946 by @looplj in https://github.com/looplj/axonhub/pull/1400

## New Contributors
* @yoke233 made their first contribution in https://github.com/looplj/axonhub/pull/1387
* @MoshiCoCo made their first contribution in https://github.com/looplj/axonhub/pull/1397

**Full Changelog**: https://github.com/looplj/axonhub/compare/v0.9.32...v0.9.33