AIOS v0.4.0
This release hardens the execution pipeline, improves recovery under failure, and launches the new AIOS project showcase.
Highlights
- Prevents scheduler and merge-queue hangs during cancellation and concurrent work.
- Preserves audit records and budget semantics across interrupted runs.
- Revalidates rebased changes inside task worktrees before integration.
- Rejects incomplete specifications and invalid pipeline state earlier.
- Improves worktree diff reliability and merge isolation.
- Adds the public GitHub Pages showcase at https://devin-lai.github.io/AIOS/.
Migration notes
- The Go module path is now
github.com/devin-lai/AIOS. Update imports and source-install commands accordingly. - The npm package scope is now
@devin-lai.
npm availability
Install the signed npm release with npm install -g @devin-lai/aios@0.4.0. The package automatically installs the native binary for supported macOS, Linux, and Windows hosts.
Downloads
Five platform archives and checksums.txt are attached. The release pipeline built and verified macOS, Linux, and Windows distributions for version 0.4.0.
Full changelog: v0.3.15...v0.4.0