Skip to main content

A2C TUI screenshots

Visual reference for a2c-tui config captured from an automated tour (empty directory bootstrap, guided wizard, review, and editor mode).

Auto-generated by tests/test_tui_config_tour.py. Refresh with A2C_UPDATE_TUI_SCREENSHOTS=1 pytest tests/test_tui_config_tour.py.

Bootstrap offer

Shown when the target path is not yet an A2C repository. Accepting runs the same minimal scaffold as a2c init.

Bootstrap offer

Screen: BootstrapOfferScreen

Guided setup welcome

Introduces the interactive configuration wizard.

Guided setup welcome

Screen: WelcomeScreen

Guided step 1: Configuration version

A2C repository config version. Currently fixed at 1 for all projects.

Guided step 1: Configuration version

Screen: GuidedScreen

Guided step 2: Approval-required workflows

When enabled, AI-generated planning proposals must be reviewed and applied explicitly instead of writing files automatically.

Guided step 2: Approval-required workflows

Screen: GuidedScreen

Guided step 3: Default profile

Optional profile id from profiles/ (for example cpp-cmake-conan). Leave blank for none.

Guided step 3: Default profile

Screen: GuidedScreen

Guided step 4: Enforce ID pattern

When enabled, planning artifact ids must match the configured regex and prefixes. When disabled, ids are free-form with advisory warnings only.

Guided step 4: Enforce ID pattern

Screen: GuidedScreen

Guided step 5: Decomposition provider

AI backend used for epic decomposition and task intake proposals.

Guided step 5: Decomposition provider

Screen: GuidedScreen

Guided step 6: Log level

Verbosity for A2C core logging during CLI and TUI operations.

Guided step 6: Log level

Screen: GuidedScreen

Review before save

Summary of configuration values before writing .a2c/config.yaml.

Review before save

Screen: ReviewScreen

Editor mode

Tree navigation with field editor and help panel for direct access to any configuration setting.

Editor mode

Screen: EditorScreen