All releases
Auxot Server v0.1.0 March 18, 2026

Initial release

First release of Auxot Server, featuring multi-model agent orchestration, team management, licensing, and a full-featured chat and settings UI.


Features

  • Introduced multi-tier licensing (Free, Pro, Business, Enterprise) with a license portal, key exchange, and organization name resolution.
  • Added support for Claude CLI as a first-class agent worker type, enabling Claude-powered tool execution and streaming.
  • Launched model routing with configurable reasoning effort, allowing requests to be dispatched to the appropriate backend based on model and tier.
  • Added custom Auxie (agent) configuration, including per-agent skills, tool access gates, and an Auxie detail page in the UI.
  • Introduced context files with per-message context storage and system prompt generation at dispatch time.
  • Added MCP server management, allowing teams to connect and configure external tool providers.
  • Shipped a real-time dashboard with system overview metrics and an Admin Auxie — a tool-calling AI assistant for platform management.
  • Added Teams support with team-scoped settings and member management.

Improvements

  • Restructured settings UI into a sidebar layout with dedicated tabs for license, Auxies, MCP servers, and teams.
  • Improved chat URL routing and introduced a Skills entity for better agent capability modeling.
  • Enhanced chat rendering with proper markdown support, code syntax highlighting, and persistent tool call display.
  • Improved tool execution UX with better thinking/reasoning state indicators.

Fixes

  • Fixed GPU token interleaving bug using presence-aware job claiming.
  • Fixed GPU dispatch issues and admin tool execution edge cases.

Internal

  • Fixed GoReleaser before-hook to support directory changes via sh -c wrapping.
  • Fixed multi-arch Docker builds by switching from QEMU to native cross-compilation.
  • Bumped CI Go version to 1.25 to match go.mod requirement.