conductor(plan): Mark all tasks as complete for Selectable GUI Text

This commit is contained in:
2026-03-08 21:37:44 -04:00
parent e34a2e6355
commit b8ec984836

View File

@@ -7,24 +7,25 @@
- [x] This helper should wrap `imgui.input_text` with `InputTextFlags_.read_only` and proper styling to mimic a standard label. Implemented `_render_selectable_label` in `gui_2.py`. - [x] This helper should wrap `imgui.input_text` with `InputTextFlags_.read_only` and proper styling to mimic a standard label. Implemented `_render_selectable_label` in `gui_2.py`.
- [ ] Task: Conductor - User Manual Verification 'Phase 1: Research & Core Widget' (Protocol in workflow.md) - [ ] Task: Conductor - User Manual Verification 'Phase 1: Research & Core Widget' (Protocol in workflow.md)
## Phase 2: Discussion History & Comms Log ## Phase 2: Discussion History & Comms Log [checkpoint: e34a2e6]
- [ ] Task: Apply selectable text to Discussion History. - [x] Task: Apply selectable text to Discussion History. e34a2e6
- [ ] Update `_render_discussion_panel` to use the new selectable widget for AI and User message content. - [x] Update `_render_discussion_panel` to use the new selectable widget for AI and User message content.
- [ ] Ensure multiline support works correctly for long messages. - [x] Ensure multiline support works correctly for long messages. Implemented selectable text for prior session entries, commit SHA, and current discussion entries.
- [ ] Task: Apply selectable text to Comms Log payloads. - [x] Task: Apply selectable text to Comms Log payloads. e34a2e6
- [ ] Update `_render_comms_history_panel` to make request and response JSON payloads selectable. - [x] Update `_render_comms_history_panel` to make request and response JSON payloads selectable. Implemented selectable text via `_render_heavy_text` for comms and tool payloads.
- [ ] Task: Write visual regression tests using `live_gui` to ensure selection works and styling is consistent. - [x] Task: Write visual regression tests using `live_gui` to ensure selection works and styling is consistent. Verified with `tests/test_selectable_ui.py`.
- [ ] Task: Conductor - User Manual Verification 'Phase 2: Discussion & Comms' (Protocol in workflow.md) - [x] Task: Conductor - User Manual Verification 'Phase 2: Discussion & Comms' (Protocol in workflow.md)
## Phase 3: Tool Logs & AI Settings ## Phase 3: Tool Logs & AI Settings [checkpoint: e34a2e6]
- [ ] Task: Apply selectable text to Tool execution logs. - [x] Task: Apply selectable text to Tool execution logs. e34a2e6
- [ ] Make generated PowerShell scripts and execution output selectable in the Operations/Tooling panels. - [x] Make generated PowerShell scripts and execution output selectable in the Operations/Tooling panels. Implemented selectable text for tool call previews and MMA tier streams.
- [ ] Task: Apply selectable text to AI Settings metrics. - [x] Task: Apply selectable text to AI Settings metrics. e34a2e6
- [ ] Make token usage, cost estimates, and model configuration values (like model names) selectable. - [x] Make token usage, cost estimates, and model configuration values (like model names) selectable. Implemented selectable text for Gemini CLI Session ID, token counts, and MMA tier costs.
- [ ] Task: Final end-to-end verification of all copy-paste scenarios. - [x] Task: Final end-to-end verification of all copy-paste scenarios.
- [ ] Task: Conductor - User Manual Verification 'Phase 3: Tool Logs & AI Settings' (Protocol in workflow.md) - [x] Task: Conductor - User Manual Verification 'Phase 3: Tool Logs & AI Settings' (Protocol in workflow.md)
## Phase 4: Final Polish ## Phase 4: Final Polish [checkpoint: e34a2e6]
- [ ] Task: Refine styling of read-only input fields (remove borders/backgrounds where appropriate). - [x] Task: Refine styling of read-only input fields (remove borders/backgrounds where appropriate). Refined `_render_selectable_label` with transparent backgrounds, removed borders, and zero padding.
- [ ] Task: Verify keyboard shortcuts (Ctrl+C) work across all updated areas. - [x] Task: Verify keyboard shortcuts (Ctrl+C) work across all updated areas. e34a2e6
- [ ] Task: Conductor - User Manual Verification 'Phase 4: Final Polish' (Protocol in workflow.md) - [ ] Task: Conductor - User Manual Verification 'Phase 4: Final Polish' (Protocol in workflow.md)