v1.0.0-alpha2

looplj/axonhubv1.0.0-alpha2Mar 4, 2026by looplj

AI Summary

This alpha release focuses on stability fixes and optimizations, including preventing performance chart skew, fixing Anthropic configuration validation, and optimizing version checking. It also includes database schema updates to support larger text fields.

Key Highlights

  • Fixed performance chart display to prevent outlier skew
  • Fixed Anthropic output config validation
  • Optimized version checker to skip other services
  • Filtered out custom tools in OpenAI outbound responses

Full Release Notes

## What's Changed
* fix: cap performance chart display to prevent outlier skew by @djdembeck in https://github.com/looplj/axonhub/pull/941
* fix(anthropic): should not validate output config, close #949 by @looplj in https://github.com/looplj/axonhub/pull/950
* opt: version checker skip other service by @looplj in https://github.com/looplj/axonhub/pull/951
* opt(openai): filter out response custom tool for openai outbound by @looplj in https://github.com/looplj/axonhub/pull/954
* Release: v0.9.11 by @looplj in https://github.com/looplj/axonhub/pull/955
* chore: change some fields type to mediumtext by @looplj in https://github.com/looplj/axonhub/pull/957


**Full Changelog**: https://github.com/looplj/axonhub/compare/axonclaw-v0.0.1-beta11...v1.0.0-alpha2