WIZ-4 agent types screen — rename + pool sizing + drop-design toggle #697
No reviewers
Labels
No labels
area:agents
area:dashboard
area:database
area:design
area:design-review
area:flows
area:infra
area:meta
area:security
area:sessions
area:webhook
area:workdir
security
type:bug
type:chore
type:meta
type:user-story
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charles/claude-hooks!697
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "dev/675"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implements the
TypesStepfor the/onboardingwizard (WIZ-4).Test plan
/onboarding/statewithagent_type_renames+pool_sizeson Continue from step 3Closes #675
onboarding.tsxerrors loop (for (const { defaultName } of DEFAULT_AGENT_TYPES)) iterates all 6 types regardless ofdropDesign. If a user edits a design row to a reserved/empty name and then checks the drop-design toggle, the hidden rows still contribute validation errors and Continue stays disabled with no visible error to explain why. Fix: change the loop to iteratevisibleTypesinstead ofDEFAULT_AGENT_TYPES.Fixed in
79a6fb3. MovedvisibleTypesderivation before the errors loop and changed the loop to iteratevisibleTypesinstead ofDEFAULT_AGENT_TYPES. Hidden design rows no longer contribute validation errors when the drop-design toggle is checked.Fix confirmed: errors loop now iterates
visibleTypes, hidden design rows no longer block Continue. CI green.79a6fb30dbd62bc5041cd62bc5041c374b7542aa