AX Agent 하단 상태/큐 기본 노출 추가 축소
Some checks failed
Release Gate / gate (push) Has been cancelled

- draft queue 패널은 실행중·다음·실패 항목이 없으면 기본 화면에서 숨기도록 조정

- 컨텍스트 사용량 hover 팝업을 현재 모델 사용량과 compact 상태 2줄 요약으로 축소

- README와 DEVELOPMENT 이력에 claw-code parity 기준 하단 UX 정리 내용을 반영

- 검증: dotnet build src/AxCopilot/AxCopilot.csproj -c Release -v minimal -p:OutputPath=bin\\verify\\ -p:IntermediateOutputPath=obj\\verify\\ 경고 0 / 오류 0
This commit is contained in:
2026-04-05 17:43:03 +09:00
parent 595f8a76af
commit 51a398d269
2 changed files with 9 additions and 0 deletions

View File

@@ -4705,3 +4705,8 @@ ow + toggle ?쒓컖 ?몄뼱濡??ㅼ떆 ?뺣젹?덈떎.
- 이번 묶음 후 추정 parity는 `core engine 91% / main transcript UI 97% / Cowork·Code runtime UX 96% / internal settings 92% / overall 96%` 정도로 재평가했습니다.
- 검증: `dotnet build src/AxCopilot/AxCopilot.csproj -c Release -v minimal -p:OutputPath=bin\verify\ -p:IntermediateOutputPath=obj\verify\` 경고 0 / 오류 0
- 업데이트: 2026-04-05 20:27 (KST)
- 하단 queue/status 노출 기준을 더 보수적으로 조정했습니다. [ChatWindow.xaml.cs](/E:/AX%20Copilot%20-%20Codex/src/AxCopilot/Views/ChatWindow.xaml.cs) 의 `RebuildDraftQueuePanel(...)``실행 중 / 다음 / 실패` 중 하나라도 있을 때만 기본 queue 패널을 보이게 유지하고, `완료 / 보류`만 남은 상태에서는 숨기도록 바뀌었습니다. `claw-code`처럼 transcript 하단이 더 조용하게 유지되도록 하기 위한 변경입니다.
- 같은 파일의 컨텍스트 사용량 hover 팝업도 다시 다듬었습니다. 기본 상세는 `현재 모델 오늘 사용량``compact 후 첫 응답 대기 / 자동 압축 시작 임계치` 2줄만 남기고, 나머지 session/compaction 진단 텍스트는 기본 hover 경로에서 제거했습니다.
- 이번 묶음 후 추정 parity는 `core engine 91% / main transcript UI 97% / Cowork·Code runtime UX 97% / internal settings 92% / overall 96%` 정도로 재평가했습니다.
- 검증: `dotnet build src/AxCopilot/AxCopilot.csproj -c Release -v minimal -p:OutputPath=bin\verify\ -p:IntermediateOutputPath=obj\verify\` 경고 0 / 오류 0
- 업데이트: 2026-04-05 20:34 (KST)