All releases
Auxot Server v0.1.20 April 3, 2026
Mobile optimization and image upload improvements
This release brings comprehensive mobile and tablet layout improvements across the UI, client-side image resizing for multimodal conversations, and Helm chart updates for more robust agent home directory handling.
Features
- Added documentation (first pass) covering platform usage and configuration.
Improvements
- Optimized mobile and tablet layouts across chat, dashboard, system health, context files, and workflows pages for a consistent experience on smaller screens.
- Improved dashboard and settings action clarity with cleaner labeling and button organization.
- Normalized back navigation and action patterns; enforced minimum UI sizing to prevent rendering issues on non-mobile viewports.
Fixes
- Resized image uploads client-side before sending to reduce payload size, and fixed token cost calculation and compaction logic for multimodal conversation turns.
- Fixed hidden list rendering issues that caused items to appear incorrectly in certain views.
- Updated routing logic to align with renamed left navigation items.
Internal
- Updated Helm chart to 0.3.2: agent UID/GID are now resolved dynamically in the
init-homeinit container. - Updated Helm chart to 0.3.1: agent PVC is now mounted at
/home/agentwithinit-homeseeding to ensure a properly initialized home directory on first run.