AIXCL v1.1.26
Release v1.1.24 -- Vault bootstrap reliability, multi-agent CLI support, and agent governance consolidation.
What's New in v1.1.26
Added
- ✅ App Framework User Guide: Created
docs/user/apps.mdfor the BYO application framework. (xencon#1323) - ✅ Threat Model Document: Created
docs/security/threat-model.mdcovering threat actors, attack vectors, MITRE ATT&CK mapping, and compensating control cross-references. (xencon#1323) - ✅ Prometheus v3.12.0: Bumped metrics collection from v3.11.1. (xencon#1313)
- ✅ Open WebUI v0.9.6: Bumped web interface from v0.9.5. (xencon#1313)
- ✅ NVIDIA GPU Exporter 1.4.1: Bumped GPU metrics from 1.3.2. (xencon#1313)
- ✅ vLLM v0.22.1: Bumped inference engine alternative from v0.19.0 (version-only, pull_policy: missing). (xencon#1313)
- ✅ Llama.cpp b9585: Bumped inference engine alternative from b8334 (version-only, pull_policy: missing). (xencon#1313)
- ✅ Multi-Agent CLI Support: Created
.claude/directory with Claude Code compatibility files (CLAUDE.md, rules, skills, commands, settings). Documented multi-agent CLI support (OpenCode + Claude Code) in docs/README.md. (xencon#1291, xencon#1299)
Changed
- ✅ CLI Help Alignment: Added missing
vaultcommand with all 10 subcommands tohelp_menu(). Renamedutils cleantoutils pruneand addedprune --all. (xencon#1323) - ✅ AGENTS.md Section Numbering: Fixed broken numbering (now sequential 1-11). (xencon#1323)
- ✅ DEVELOPMENT.md Version Reference: Corrected "AGENTS.md v1.5" to "AGENTS.md v2.0" and fixed Section 8 reference for Emergency Workflow Override. (xencon#1323)
- ✅ Unicode to ASCII Conversion: Replaced all [x]/[ ]/[!]/In Progress/Future Unicode symbols with markdown checkboxes or plain text across SECURITY.md, modes, and operations docs. (xencon#1323)
- ✅ Ollama 0.30.7: Bumped inference engine from 0.20.5 to 0.30.7. (xencon#1314)
- ✅ Vault 2.0.2: Bumped secret management from 1.18 to 2.0.2. (xencon#1314)
- ✅ PostgreSQL 18.4: Bumped database from 17.9 to 18.4 with updated mount path (
/var/lib/postgresqlper 18+ Docker image requirement). (xencon#1314) - ✅ Grafana 13.0.2: Bumped observability UI from 12.4.2 to 13.0.2. (xencon#1314)
- ✅ Alertmanager v0.32.2: Bumped alerting from v0.28.0 to v0.32.2. (xencon#1314)
- ✅ Loki 3.7.2: Bumped log aggregation from 3.3.0 to 3.7.2. (xencon#1314)
- ✅ cAdvisor v0.55.1: Attempted bump to v0.57.0 (not available on GCR); reverted to v0.55.1. (xencon#1314)
- ✅ AGENTS.md Consolidation: Refactored
AGENTS.mdfrom ~350 lines to ~207 lines, removing redundant content and consolidating the canonical agent operating contract. (xencon#1300)
Fixed
- ✅ README Step Numbering: Corrected broken Step 4/5 ordering in Quick Start. (xencon#1323)
- ✅ Stale Command References: Replaced non-existent
aixcl-setupwith./aixcl stack init, fixedvault passwordstovault credentials, and removed non-existentaixcl securitycommand references. (xencon#1323) - ✅ Manifest Example: Fixed
docs/developer/adding-apps.mdYAML example to match actualapp_parser.shflat key format and corrected Prometheus file_sd path. (xencon#1323) - ✅ Profile Docs: Added missing Alertmanager to bld/sys profile service lists and corrected nvidia-gpu-exporter port from 9400 to 9445. (xencon#1323)
- ✅ Username Leakage: Removed hardcoded
sbadakhcreferences from SECURITY.md, CONTRIBUTING.md, and script usage examples. (xencon#1323) - ✅ PostgreSQL 18 Mount Path: Changed volume mount from
/var/lib/postgresql/datato/var/lib/postgresqlto satisfy PostgreSQL 18+ Docker image layout requirements. (xencon#1315) - ✅ Vault Bootstrap Reliability: Fixed Vault init and stack start reliability issues, resolving race conditions between Vault initialization, bootstrap agents, and PostgreSQL startup. (xencon#1289, xencon#1290)
- ✅ Deprecated Profile References: Removed stale references to deprecated
usranddevprofiles fromdocs/developer/adding-services.md. (xencon#1298) - ✅ Workflow Guard Skill: Corrected dead references to
workflow-governance.mdin.opencode/skills/workflow-guard/SKILL.md. (xencon#1297)
Documentation
Full Changelog: v1.1.24...v1.1.26