All releases
Auxot Server v0.1.35 May 3, 2026
Headless agents and execution context improvements
Introduced headless agent support with full personality and skill configuration, improved execution context panel usability, and fixed several stability issues around cron messaging, GPU worker disconnects, and prompt compaction.
Features
- Headless agents — agents can now run without a UI session, with support for personality, skills, bullets, and context-file self-service configuration.
- Consolidated worker runtime — worker and tools code is now bundled directly into auxot-server, simplifying deployment and version management.
Improvements
- Execution context panel — fixed 401 auth errors, improved layout and mobile access, and added inline edit/delete support for bullets.
Fixes
- Cron messaging — replaced the system preamble with a
[cron]user message block to better align with agent turn structure. - GPU worker disconnects — in-flight jobs are now cancelled immediately on worker disconnect, preventing duplicate execution when the worker reconnects.
- Prompt compaction — image-heavy turns no longer poison the compaction process with prompt-too-long errors.