Releases: xencon/aixcl
Release list
AIXCL v1.0.0
AIXCL v1.0.0
Production-ready AIXCL platform -- complete after iterative development.
What's New in v1.0.0
Added
- ✅ Simplified lifecycle scripts (4 to 1).
- ✅ Fixed Codespaces external volume error.
- ✅ Renamed to 'codespace devcontainer'.
- ✅ Corrected docker-compose paths.
- ✅ CODEOWNERS configured (@sbadakhc sole maintainer).
- ✅ Branch protection active on main and dev.
- ✅ CI/CD workflows stable.
- ✅ All CI checks passing.
- ✅ Quick vs integration test split.
Documentation
Full Changelog: v1.0.0-rc9...v1.0.0
AIXCL v1.0.0-rc8
AIXCL v1.0.0
Documentation accuracy and transparency improvements.
What's New in v1.0.0
Changed
- ✅ Corrected Podman support claims to reflect experimental status. (#864)
- ✅ Added missing CLI commands to Quick Start table. (#862)
- ✅ Fixed orphaned links, outdated paths, and formatting issues. (#857-#861)
Documentation
Full Changelog: v1.0.0-rc7...v1.0.0
AIXCL v1.0.0-rc7
AIXCL v1.0.0
Release automation, improved slash commands, Alertmanager integration, and enhanced dashboards.
What's New in v1.0.0
Added
- ✅ Release automation: New /release slash command for complete release process. (#845)
- ✅ Release templates: Standardized release note templates. (#843)
- ✅ Alertmanager service integration for observability stack alerting. (#822)
- ✅ Platform commands: /platform, /status, /report for health reporting.
- ✅ Context-aware execution for /workflow, /commit, /pr, /branch commands.
Changed
- ✅ Open WebUI upgraded from v0.8.12 to v0.9.1. (#839)
- ✅ Grafana dashboard updated to include all 13 services. (#841)
Fixed
- ✅ Security hardening compatibility fixes for vLLM entrypoint. (#836)
- ✅ Removed security hardening from pgAdmin due to su authentication failure. (#837)
Documentation
Full Changelog: v1.0.0-rc6...v1.0.0
AIXCL v1.0.0-rc6
AIXCL v1.0.0
Container security hardening with Linux capability restrictions and defense-in-depth controls.
What's New in v1.0.0
Added
- ✅ Container capability restrictions: Implemented comprehensive hardening for 6 observability services with cap_drop ALL, no-new-privileges, read_only, tmpfs mounts, and :ro bind mounts. (#784, #785)
- ✅ Service security matrix documenting hardened configurations for prometheus, grafana, loki, postgres-exporter, node-exporter, and alloy. (#786, #787)
- ✅ Security options Phase 3: no-new-privileges, read_only, tmpfs mounts. (#788, #789)
- ✅ Documentation Phase 4: Complete security hardening documentation. (#790, #791)
- ✅ AGENTS.md output formatting guidance for consistent tabular reports. (#782, #783)
Documentation
Full Changelog: v1.0.0-rc5...v1.0.0
AIXCL v1.0.0-rc5
AIXCL v1.0.0
Critical bug fixes, llamacpp model pre-flight checks, and continued non-root container migrations.
What's New in v1.0.0
Added
- ✅ Llamacpp pre-flight check to prevent stack start when no llamacpp model is configured. (#775)
Changed
- ✅ Preserved DATABASE_URL environment variable when Open WebUI switches to non-root user. (#773)
- ✅ Moved PostgreSQL wait logic to entrypoint script for better startup handling. (#771)
- ✅ Pre-created logs directory to prevent root ownership issues. (#770)
- ✅ Added PostgreSQL readiness check to Open WebUI startup sequence. (#768)
- ✅ Ensured CLI profile flag updates .env on fresh installations. (#766)
Fixed
- ✅ Added network_mode and fixed permissions for pgAdmin container. (#764)
- ✅ Fixed pgAdmin servers.json import permission issues. (#759)
- ✅ Fixed docker-compose.yml corruption from models add command. (#744)
Documentation
Full Changelog: v1.0.0-rc4...v1.0.0
AIXCL v1.0.0-rc4
AIXCL v1.0.0
Critical bug fixes for Open WebUI PostgreSQL support, pgAdmin integration, and engine management.
What's New in v1.0.0
Added
- ✅ PostgreSQL readiness check to Open WebUI entrypoint for better startup handling.
- ✅ Pre-created logs directory with correct ownership to prevent root ownership issues.
- ✅ Environment configuration documentation for better setup guidance.
Changed
- ✅ Improved pgAdmin servers.json import handling with proper permissions.
- ✅ Enhanced CLI profile flag behavior on fresh install.
- ✅ Updated default vLLM model from 7B to 0.5B for faster startup.
- ✅ Moved PostgreSQL wait logic to entrypoint script.
Fixed
- ✅ Fixed pgAdmin connection and permission issues with entrypoint script. (#737, #738, #739, #759, #764)
- ✅ Fixed Open WebUI SQLite fallback when PostgreSQL unavailable. (#768, #773)
Documentation
Full Changelog: v1.0.0-rc3...v1.0.0
AIXCL v1.0.0-rc3
AIXCL v1.0.0
Rootless/Podman support, multi-registry model pulls, vLLM stability fixes, and infrastructure improvements.
What's New in v1.0.0
Added
- ✅ Full rootless and Podman support with automated socket detection and permission handling. (#498)
- ✅ Native multi-registry pulls: Support for hf.co/ and huggingface.co/ URIs in models add command. (#497)
- ✅ Podman Quadlet generation: New
stack export-quadletcommand for native Systemd unit files. (#499) - ✅ Integrated model inference testing merged into platform-tests.sh suite.
Changed
- ✅ Renamed service/container from openwebui to webui across codebase and documentation. (#433)
- ✅ Updated Open WebUI to v0.8.0. (#454)
- ✅ Updated Grafana to 12.4.2. (#680)
- ✅ Container non-root users: Massive hardening initiative converting 12 services from root to dedicated non-root users. (#698)
- ✅ Defense in depth: Added security options (no-new-privileges, read-only filesystems, capability restrictions).
Documentation
Full Changelog: v1.0.0-rc2...v1.0.0
AIXCL v1.0.0-rc2
AIXCL v1.0.0
Refactoring, bug fixes, feature enhancements, dependency updates, and documentation improvements.
What's New in v1.0.0
Added
- ✅ Token usage reporting with actual Ollama counts for accurate model usage tracking.
- ✅ OpenCode orchestrator YAML configuration replacing legacy agent config.
- ✅ Commercial licensing documentation (COMMERCIAL.md).
- ✅ Explicit timeouts to platform test script API calls.
Changed
- ✅ Consolidated duplicated code between aixcl CLI and lib modules.
- ✅ Replaced DEBUG print statements with proper logging throughout codebase.
- ✅ Removed hardcoded confidence penalty heuristics from orchestrator.
- ✅ Aligned primary model confidence wording and stage 2 ranking criteria.
- ✅ Defaulted orchestrator to plain text responses.
- ✅ Updated Open WebUI to v0.7.2.
- ✅ Bumped wheel dependency from 0.45.1 to 0.46.2.
Documentation
Full Changelog: v1.0.0-rc1...v1.0.0
AIXCL v1.0.0-rc1
AIXCL v1.0.0
First release with user profiles, prompt persistence, and LLM Council.
What's New in v1.0.0
Added
- ✅ Governance model documentation in
docs/architecture/governance/. - ✅ PostgreSQL-based database persistence for orchestrator conversations.
- ✅ Inference engine concurrency optimizations.
- ✅ Performance tuning and benchmarking documentation.
- ✅ User profiles for targeted component installation.
- ✅ Comprehensive testing infrastructure and utilities.
- ✅ LLM Council multi-model inference orchestrator.
Changed
- ✅ Internal module refactoring for clarity and maintainability.
- ✅ Documentation overhaul with clear examples for onboarding.
- ✅ Security enhancements for CLI and UI inputs/outputs.
Documentation
Full Changelog: Initial release.