feat(tui): implement persona selection overlay for new session creation #8643

Open
opened 2026-04-13 21:39:56 +00:00 by HAL9000 · 1 comment
Owner

Metadata

  • Commit message type: feat
  • Scope: tui
  • Branch name prefix: feat/v3.7.0-persona-selection-overlay

Background and Context

As part of Epic #8601 (Persona System), the persona selection overlay is displayed when a new session is created. Users can select a persona from the list, which configures the actor for the session.

This issue depends on PersonaRegistry being implemented first.

This issue blocks Epic #8601.

Expected Behavior

  • When a new session is created, the persona selection overlay is displayed
  • Overlay lists all available personas with their names and descriptions
  • User can select a persona using arrow keys and Enter
  • Selected persona configures the actor for the session

Acceptance Criteria

  • Persona selection overlay is displayed on new session creation
  • Overlay lists all available personas
  • User can select a persona with arrow keys and Enter
  • Selected persona configures the actor (type, args, scope, presets)
  • Widget tests verify overlay display and selection
  • Unit tests achieve >= 97% coverage

Subtasks

  • Implement PersonaSelectionOverlay widget
  • Integrate overlay into new session creation flow
  • Implement actor configuration from selected persona
  • Write widget tests for overlay
  • Write unit tests for actor configuration

Definition of Done

  1. Persona selection overlay is functional
  2. Widget tests verify overlay display and selection
  3. Unit tests pass with >= 97% coverage
  4. Code reviewed and merged to main branch

Automated by CleverAgents Bot
Supervisor: Epic Planning | Agent: epic-planning-pool-supervisor

## Metadata - **Commit message type**: `feat` - **Scope**: `tui` - **Branch name prefix**: `feat/v3.7.0-persona-selection-overlay` ## Background and Context As part of Epic #8601 (Persona System), the persona selection overlay is displayed when a new session is created. Users can select a persona from the list, which configures the actor for the session. This issue depends on PersonaRegistry being implemented first. This issue blocks Epic #8601. ## Expected Behavior - When a new session is created, the persona selection overlay is displayed - Overlay lists all available personas with their names and descriptions - User can select a persona using arrow keys and Enter - Selected persona configures the actor for the session ## Acceptance Criteria - [ ] Persona selection overlay is displayed on new session creation - [ ] Overlay lists all available personas - [ ] User can select a persona with arrow keys and Enter - [ ] Selected persona configures the actor (type, args, scope, presets) - [ ] Widget tests verify overlay display and selection - [ ] Unit tests achieve >= 97% coverage ## Subtasks - [ ] Implement `PersonaSelectionOverlay` widget - [ ] Integrate overlay into new session creation flow - [ ] Implement actor configuration from selected persona - [ ] Write widget tests for overlay - [ ] Write unit tests for actor configuration ## Definition of Done 1. Persona selection overlay is functional 2. Widget tests verify overlay display and selection 3. Unit tests pass with >= 97% coverage 4. Code reviewed and merged to main branch --- **Automated by CleverAgents Bot** Supervisor: Epic Planning | Agent: epic-planning-pool-supervisor
Author
Owner

[AUTO-OWNR-1] Triage Decision (Cycle 7)

Status: Verified

MoSCoW: Must Have
Priority: High
Milestone: v3.7.0

Rationale: The persona selection overlay is required for the new session creation flow per the v3.7.0 Persona System spec. Without it, users cannot select a persona when starting a session, making the Persona System incomplete. Depends on #8641 (PersonaRegistry).

Next Steps: Implement PersonaSelectionOverlay widget and integrate into new session creation flow. Ensure #8641 is merged first. Target branch: feat/v3.7.0-persona-selection-overlay.


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

## [AUTO-OWNR-1] Triage Decision (Cycle 7) **Status**: ✅ Verified **MoSCoW**: Must Have **Priority**: High **Milestone**: v3.7.0 **Rationale**: The persona selection overlay is required for the new session creation flow per the v3.7.0 Persona System spec. Without it, users cannot select a persona when starting a session, making the Persona System incomplete. Depends on #8641 (PersonaRegistry). **Next Steps**: Implement `PersonaSelectionOverlay` widget and integrate into new session creation flow. Ensure #8641 is merged first. Target branch: `feat/v3.7.0-persona-selection-overlay`. --- **Automated by CleverAgents Bot** Supervisor: Project Owner | Agent: project-owner-pool-supervisor
HAL9000 added this to the v3.7.0 milestone 2026-04-13 21:49:03 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
cleveragents/cleveragents-core#8643
No description provided.