AX Agent 계획 모드 잔재를 더 걷어내고 UI hover 안정화\n\n- AgentLoop 실행 경로에서 계획 모드 분기를 비활성 정책 기준으로 단순화해 기본 런타임이 설정값에 흔들리지 않게 정리\n- 내부 설정의 숨김 상태 계획 모드 버튼과 콤보 이벤트 연결 및 관련 dead code 제거\n- 작업유형 카드에서 hover 라벨과 ToolTip 충돌로 발생하던 깜박임을 해결\n- README와 DEVELOPMENT 문서에 parity 진척율, 남은 작업축, 설정 제거 후보를 반영\n\n검증 결과\n- dotnet build src/AxCopilot/AxCopilot.csproj -c Release -v minimal -p:OutputPath=bin\\verify\\ -p:IntermediateOutputPath=obj\\verify\\\n- 경고 0 / 오류 0
Some checks failed
Release Gate / gate (push) Has been cancelled

This commit is contained in:
2026-04-05 16:51:24 +09:00
parent a315f587bf
commit f8e62bde2a
5 changed files with 16 additions and 43 deletions

View File

@@ -1929,8 +1929,7 @@
Visibility="Collapsed"
IsEnabled="False"
Margin="0,0,6,6"
Padding="9,4"
Click="BtnInlinePlanMode_Click"/>
Padding="9,4"/>
<Button x:Name="BtnInlinePermission"
Style="{StaticResource OutlineHoverBtn}"
Visibility="Collapsed"
@@ -3019,8 +3018,7 @@
<ComboBox x:Name="CmbOverlayPlanMode"
Grid.Column="1"
Visibility="Collapsed"
Style="{StaticResource OverlayComboBox}"
SelectionChanged="CmbOverlayPlanMode_SelectionChanged">
Style="{StaticResource OverlayComboBox}">
<ComboBoxItem Content="계획 · 끄기" Tag="off"/>
<ComboBoxItem Content="계획 · 자동 계획" Tag="auto"/>
<ComboBoxItem Content="계획 · 항상 계획" Tag="always"/>