Skip to content

AIXCL v1.0.0-rc9

Choose a tag to compare

@sbadakhc sbadakhc released this 30 Apr 04:24
· 343 commits to main since this release

AIXCL v1.0.0

Engine stability, volume management, and CI/CD infrastructure improvements.

What's New in v1.0.0

Added

  • ✅ CI/CD testing: Comprehensive devcontainer engine tests for all three engines (Ollama, llama.cpp, vLLM). (#882)
  • ✅ Automated testing in CPU-only mode for GitHub Actions.
  • ✅ Volume persistence validation.
  • ✅ Engine switching tests.
  • ✅ Volume consistency validation script.

Fixed

  • ✅ llama.cpp GPU support: Fixed container startup error by properly configuring volumes and entrypoint. (#884)

Changed

  • ✅ Volume management: Standardized volume naming across local Docker, devcontainer, and GitHub Codespaces. (#883)
  • ✅ Renamed all volumes to use aixcl-* prefix (e.g., aixcl-ollama-data, aixcl-llamacpp-data).
  • ✅ Volumes marked as external: true for persistence across contexts.

Documentation


Full Changelog: v1.0.0-rc8...v1.0.0