Files
HAL9000 b64b5e0f6d
CI / benchmark-publish (pull_request) Has been skipped
CI / push-validation (pull_request) Successful in 38s
CI / helm (pull_request) Successful in 43s
CI / build (pull_request) Successful in 53s
CI / lint (pull_request) Failing after 1m11s
CI / quality (pull_request) Successful in 1m12s
CI / security (pull_request) Successful in 1m26s
CI / typecheck (pull_request) Successful in 1m26s
CI / benchmark-regression (pull_request) Failing after 57s
CI / e2e_tests (pull_request) Successful in 4m3s
CI / integration_tests (pull_request) Successful in 4m40s
CI / unit_tests (pull_request) Failing after 5m47s
CI / coverage (pull_request) Has been skipped
CI / docker (pull_request) Has been skipped
CI / status-check (pull_request) Failing after 3s
fix(cli): add agents project switch command to project CLI
Implements the agents project switch <name> subcommand for the project
CLI group. Accepts a namespaced project name, validates existence in the
registry, and persists the selection as the active project context.

Changes:
- Added switch subcommand to project.py Typer app entry
- Created standalone project_switch.py module with switch_project function
- Added -persist_active_project helper for config file management
- Added BDD scenarios in project_cli_commands.feature (rich, json, yaml output + error case)
- Added step definitions for test coverage
- Updated CHANGELOG.md and CONTRIBUTORS.md

ISSUES CLOSED: #8675, #8623
2026-05-07 12:35:08 +00:00
..