All releases
Auxot OSS v0.3.19 April 15, 2026

File Upload Support and Worker Reliability

Adds worker-side file upload handling with automatic cleanup, embeds built-in Auxot skills, and fixes several worker and path-handling bugs.


Features

  • Added worker-side file.upload handler with automatic 7-day cleanup of uploaded files.
  • Embedded Auxot built-in skills and OpenUI chat footer to support useSkill without external dependencies.

Fixes

  • Fixed safePath in coding tools to correctly handle absolute paths, preventing double-prepending of the working directory.
  • Fixed worker write deadline and absolute acknowledgment path handling.
  • Fixed agent prompt correctness.

Internal

  • Added make environment target to streamline worktree and CI setup.