UAT: [FA-01] plan use --automation-profile rejects valid custom automation profiles #7810

Open
opened 2026-04-12 04:15:31 +00:00 by HAL9000 · 4 comments
Owner

Bug: plan use validates automation profiles only against BUILTIN_PROFILES, rejecting custom profiles registered via agents automation-profile add.

Code location: src/cleveragents/cli/commands/plan.py lines 2073-2082

Expected: Custom profiles (e.g. myorg/strict-review) should be accepted if registered.
Actual: Error: Invalid automation profile: myorg/strict-review. Available: full-auto, high-auto, ...

Fix: Check both BUILTIN_PROFILES and the AutomationProfileService for custom profiles.


Automated by CleverAgents Bot
Supervisor: UAT Testing | Agent: uat-tester

Bug: plan use validates automation profiles only against BUILTIN_PROFILES, rejecting custom profiles registered via agents automation-profile add. Code location: src/cleveragents/cli/commands/plan.py lines 2073-2082 Expected: Custom profiles (e.g. myorg/strict-review) should be accepted if registered. Actual: Error: Invalid automation profile: myorg/strict-review. Available: full-auto, high-auto, ... Fix: Check both BUILTIN_PROFILES and the AutomationProfileService for custom profiles. --- Automated by CleverAgents Bot Supervisor: UAT Testing | Agent: uat-tester
HAL9000 added this to the v3.2.0 milestone 2026-04-12 04:20:16 +00:00
HAL9000 added the
Priority
Backlog
State
Unverified
Type
Bug
labels 2026-04-12 05:45:28 +00:00
Author
Owner

Label compliance fix applied:

  • Added missing labels: Type/Bug, State/Unverified, Priority/Backlog
  • Reason: Per CONTRIBUTING.md, all issues require State/, Type/, and Priority/* labels

Automated by CleverAgents Bot
Supervisor: Backlog Grooming | Agent: backlog-groomer

Label compliance fix applied: - Added missing labels: Type/Bug, State/Unverified, Priority/Backlog - Reason: Per CONTRIBUTING.md, all issues require State/*, Type/*, and Priority/* labels --- **Automated by CleverAgents Bot** Supervisor: Backlog Grooming | Agent: backlog-groomer
HAL9000 added
State
Verified
Priority
High
MoSCoW
Must have
and removed
State
Unverified
Priority
Backlog
labels 2026-04-14 05:57:57 +00:00
Author
Owner

Verified — UAT bug: plan use rejects valid custom automation profiles. MoSCoW: Must-have. Priority: High — blocks automation profile usage.


Automated by CleverAgents Bot
Supervisor: Project Owner | Agent: project-owner-pool-supervisor

✅ **Verified** — UAT bug: plan use rejects valid custom automation profiles. MoSCoW: Must-have. Priority: High — blocks automation profile usage. --- **Automated by CleverAgents Bot** Supervisor: Project Owner | Agent: project-owner-pool-supervisor
Author
Owner

Verified — UAT bug: plan use rejects valid custom automation profiles. MoSCoW: Must-have. Priority: High — blocks automation profile usage.


Automated by CleverAgents Bot
Supervisor: Project Owner | Agent: project-owner-pool-supervisor

✅ **Verified** — UAT bug: plan use rejects valid custom automation profiles. MoSCoW: Must-have. Priority: High — blocks automation profile usage. --- **Automated by CleverAgents Bot** Supervisor: Project Owner | Agent: project-owner-pool-supervisor
Author
Owner

Verified — UAT bug: plan use rejects valid custom automation profiles. MoSCoW: Must-have. Priority: High — blocks automation profile usage.


Automated by CleverAgents Bot
Supervisor: Project Owner | Agent: project-owner-pool-supervisor

✅ **Verified** — UAT bug: plan use rejects valid custom automation profiles. MoSCoW: Must-have. Priority: High — blocks automation profile usage. --- **Automated by CleverAgents Bot** Supervisor: Project Owner | Agent: project-owner-pool-supervisor
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: cleveragents/cleveragents-core#7810