Promotes [Unreleased] -> [0.10.0] dated 2026-05-10 with a complete
Agents v2 rollup covering AGT-2 (migration), AGT-3 (--ai retirement +
DEFAULT_AGENT + status line), AGT-4 (st-admin UI cleanup), AGT-5
(API-key filtering across four surfaces), AGT-6 (wiki + Agents.md),
plus the --help epilog refresh.
* pyproject.toml
- version 0.9.1 -> 0.10.0
- cross-ai-core[all] floor >=0.7.0 -> >=0.8.0
* requirements.txt + requirements-no-tts.txt
- cross-ai-core[all] pin ==0.7.1 -> ==0.8.0 (per the synchronised-
pin rule added to SPRINT_CURRENT.md after the 0.9.1 audit)
* CHANGELOG.md
- New [0.10.0] section with Changed / Dependencies / Migration
blocks. Migration block calls out the one-line --ai -> --agent
sed for shell scripts, the DEFAULT_AGENT/DEFAULT_AI read order,
and the in-place v1 -> v2 envelope upgrade for existing
~/.cross_ai_models.json files.
- Empty [Unreleased] section retained at the top.
Tests: 1015 passing / 114 skipped / 0 failing (unchanged from AGT-5).
Pairs with cross-ai-core 0.8.0 (already at version 0.8.0 in
~/github/cross-ai-core, CHANGELOG entry already in place from AGT-1).
PyPI publish for both is gated on AGT-RELEASE go-ahead.