AX Agent 라이트 테마 계층과 색 대비를 레퍼런스 기준으로 재조정
Some checks failed
Release Gate / gate (push) Has been cancelled
Some checks failed
Release Gate / gate (push) Has been cancelled
- 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
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user