You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed
Brand: AxonSDK consistency pass across CLI --help banner, README, and Python landing page. "Axon" (bare) replaced with "AxonSDK" in user-facing copy to disambiguate from the unrelated company of that name.
Landing: Unified AxonSDK landing at axonsdk.dev; Python-specific landing moved to py.axonsdk.dev.
Fixed
Stale brand references:@phonixsdk/* package names replaced with @axonsdk/* throughout README cross-references.
OpenAI-compatible endpoint: removed stale phonixsdkowned_by value from /v1/models response payload.
README install-vs-import: clarified that the PyPI distribution is axonsdk-py while the import name remains axon (same pattern as beautifulsoup4 → from bs4 import).