From c389c6ff3f8d720114169273c571551b2c97094f Mon Sep 17 00:00:00 2001 From: lacvet Date: Mon, 6 Apr 2026 19:48:08 +0900 Subject: [PATCH] =?UTF-8?q?AX=20Agent=20=EB=9D=BC=EC=9D=B4=ED=8A=B8=20?= =?UTF-8?q?=ED=85=8C=EB=A7=88=20=EA=B3=84=EC=B8=B5=EA=B3=BC=20=EC=83=89=20?= =?UTF-8?q?=EB=8C=80=EB=B9=84=EB=A5=BC=20=EB=A0=88=ED=8D=BC=EB=9F=B0?= =?UTF-8?q?=EC=8A=A4=20=EA=B8=B0=EC=A4=80=EC=9C=BC=EB=A1=9C=20=EC=9E=AC?= =?UTF-8?q?=EC=A1=B0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - AgentCodexLight와 AgentCodexSystem의 배경, 선택 배경, 호버, 경계선, 보조 텍스트 톤을 더 따뜻한 베이지 계열로 재설정 - AgentClawLight도 같은 기준으로 표면 계층을 보정해 사이드바와 본문, 선택 상태 위계가 더 자연스럽게 느껴지도록 정리 - 라이트 테마에서 본문은 더 깨끗한 흰색으로 유지하고 외곽/사이드 표면은 낮은 채도의 따뜻한 톤으로 분리해 레퍼런스와 비슷한 정보 구조를 복원 - README와 DEVELOPMENT 문서에 변경 이력과 적용 시각을 기록 검증 - dotnet build src/AxCopilot/AxCopilot.csproj -c Release -v minimal -p:OutputPath=bin\verify\ -p:IntermediateOutputPath=obj\verify\ - 경고 0 / 오류 0 --- README.md | 3 +++ docs/DEVELOPMENT.md | 1 + src/AxCopilot/Themes/AgentClawLight.xaml | 18 ++++++++-------- src/AxCopilot/Themes/AgentCodexLight.xaml | 24 +++++++++++----------- src/AxCopilot/Themes/AgentCodexSystem.xaml | 24 +++++++++++----------- 5 files changed, 37 insertions(+), 33 deletions(-) diff --git a/README.md b/README.md index 2bf7987..436e938 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ Windows 전용 시맨틱 런처 & 워크스페이스 매니저 개발 참고: Claw Code 동등성 작업 추적 문서 `docs/claw-code-parity-plan.md` +- 업데이트: 2026-04-06 19:33 (KST) +- AX Agent 라이트 테마 계층을 다시 정리했습니다. `Codex/Claw` 라이트 팔레트의 배경, 선택 배경, 호버, 경계선, 보조 텍스트 톤을 더 따뜻하게 보정해 사이드바와 본문 위계가 레퍼런스처럼 자연스럽게 느껴지도록 조정했습니다. + - 업데이트: 2026-04-06 19:24 (KST) - 런처 색인 진행 상태를 런처 하단 완료 문구 대신 설정창 `인덱싱 속도` 아래에서 확인할 수 있게 바꿨습니다. 전체 색인 중에는 진행률 바와 상태/남은 시간 문구가 보이고, 완료 후에는 최근 색인 결과가 같은 위치에 남습니다. diff --git a/docs/DEVELOPMENT.md b/docs/DEVELOPMENT.md index 73e12f1..dd1d1ac 100644 --- a/docs/DEVELOPMENT.md +++ b/docs/DEVELOPMENT.md @@ -1,5 +1,6 @@ # AX Copilot - 媛쒕컻 臾몄꽌 +- Document update: 2026-04-06 19:33 (KST) - Rebalanced AX Agent light theme hierarchy so the UI no longer feels visually inverted. `AgentCodexLight`, `AgentCodexSystem`, and `AgentClawLight` now use warmer launcher backgrounds, softer selected/hover states, and slightly lower-contrast borders to separate sidebar and content surfaces more like the `claw-code` reference. - Document update: 2026-04-06 19:24 (KST) - Added `LauncherIndexProgressInfo` to `IndexService` so full launcher indexing now emits real progress/status updates, including estimated remaining time during path scans and a persisted completion summary after the run ends. - Document update: 2026-04-06 19:24 (KST) - Moved the user-facing launcher index progress surface into `SettingsWindow` under the index-speed control. The settings screen now shows a progress bar plus status/detail text while indexing is active and keeps the latest completion summary visible afterward. - Document update: 2026-04-06 18:46 (KST) - Tightened launcher indexing for real-world projects by ignoring `.git`, `.vs`, `node_modules`, `bin`, `obj`, `dist`, `packages`, `venv`, `__pycache__`, and `target` directories during both watcher handling and full scans. The launcher now skips noisy build/cache trees instead of reacting to them like searchable content. diff --git a/src/AxCopilot/Themes/AgentClawLight.xaml b/src/AxCopilot/Themes/AgentClawLight.xaml index da652c0..e1f656b 100644 --- a/src/AxCopilot/Themes/AgentClawLight.xaml +++ b/src/AxCopilot/Themes/AgentClawLight.xaml @@ -1,17 +1,17 @@ - + - - + + - - + + - - + + - - + + diff --git a/src/AxCopilot/Themes/AgentCodexLight.xaml b/src/AxCopilot/Themes/AgentCodexLight.xaml index a8b93b6..d546b27 100644 --- a/src/AxCopilot/Themes/AgentCodexLight.xaml +++ b/src/AxCopilot/Themes/AgentCodexLight.xaml @@ -1,17 +1,17 @@ - + - - - - - - - - - - - + + + + + + + + + + + diff --git a/src/AxCopilot/Themes/AgentCodexSystem.xaml b/src/AxCopilot/Themes/AgentCodexSystem.xaml index c1b3f53..d546b27 100644 --- a/src/AxCopilot/Themes/AgentCodexSystem.xaml +++ b/src/AxCopilot/Themes/AgentCodexSystem.xaml @@ -1,17 +1,17 @@ - + - - - - - - - - - - - + + + + + + + + + + +