v0.9.17

looplj/axonhubv0.9.17Mar 15, 2026by looplj

AI Summary

Minor version update fixing various issues including header override, dashboard time conversion, orchestrator response preservation, and GitHub Copilot GPT-5.4 integration.

Key Highlights

  • Preserve JSON-like string values in header override
  • Fix dashboard time conversion in MySQL
  • Fix orchestrator to preserve completed responses on client disconnect
  • Optimize image display in request/trace views
  • Fix GitHub Copilot GPT-5.4 to use Responses API

New Features

  • JSON-like string value preservation in headers
  • Dashboard time conversion fix
  • Orchestrator response preservation
  • Image display optimization
  • GitHub Copilot GPT-5.4 integration

Full Release Notes

## What's Changed
* fix: preserve JSON-like string values in header override by @GhostFlying in https://github.com/looplj/axonhub/pull/1052
* opt: image display in request/trace, close #1047 by @looplj in https://github.com/looplj/axonhub/pull/1056
* fix(dashboard): incorrect time conversion in MySQL by @imlonghao in https://github.com/looplj/axonhub/pull/1058
* fix(orchestrator): preserve completed responses on client disconnect by @Chengxiwei in https://github.com/looplj/axonhub/pull/1059
* chore: sync model developers data by @github-actions[bot] in https://github.com/looplj/axonhub/pull/1063
* fix(github-copilot): GPT-5.4 should use Responses API by @imlonghao in https://github.com/looplj/axonhub/pull/1064

## New Contributors
* @GhostFlying made their first contribution in https://github.com/looplj/axonhub/pull/1052
* @imlonghao made their first contribution in https://github.com/looplj/axonhub/pull/1058
* @Chengxiwei made their first contribution in https://github.com/looplj/axonhub/pull/1059

**Full Changelog**: https://github.com/looplj/axonhub/compare/v0.9.16...v0.9.17