diff --git a/conductor/tracks/mma_agent_focus_ux_20260302/plan.md b/conductor/tracks/mma_agent_focus_ux_20260302/plan.md index 6586a8b..f007cad 100644 --- a/conductor/tracks/mma_agent_focus_ux_20260302/plan.md +++ b/conductor/tracks/mma_agent_focus_ux_20260302/plan.md @@ -6,7 +6,7 @@ Architecture reference: [docs/guide_mma.md](../../../docs/guide_mma.md) --- -## Phase 1: Tier Tagging at Emission +## Phase 1: Tier Tagging at Emission [checkpoint: bc1a570] Focus: Add `current_tier` context variable to `ai_client` and stamp it on every comms/tool entry at the point of emission. No UI changes — purely data layer. - [x] Task 1.1: Add `current_tier` module variable to `ai_client.py`. 8d9f25d @@ -25,7 +25,7 @@ Focus: Add `current_tier` context variable to `ai_client` and stamp it on every ## Phase 2: Tool Log Reader Migration Focus: Update `_render_tool_calls_panel` to read dicts. No UI change — just fixes the access pattern before Phase 3 adds filter logic. -- [ ] Task 2.1: Update `_render_tool_calls_panel` to use dict access. +- [~] Task 2.1: Update `_render_tool_calls_panel` to use dict access. - **Location**: `gui_2.py:2989-3039`. Confirm with `get_file_slice(2989, 3042)`. - **What**: Replace `script, result, _ = self._tool_log[i_minus_one]` with: ```python