Skip to content

v0.1.11 — Brand consistency

Choose a tag to compare

@deyzho deyzho released this 24 Apr 02:03
· 8 commits to master since this release
e59202b

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 phonixsdk owned_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 beautifulsoup4from bs4 import).