From 28e88d615f47047a15df42ec7694eb7475a948c1 Mon Sep 17 00:00:00 2001 From: lacvet Date: Sun, 5 Apr 2026 19:25:15 +0900 Subject: [PATCH] =?UTF-8?q?=EB=9F=B0=EC=B2=98=20=ED=95=98=EB=8B=A8=20?= =?UTF-8?q?=EC=9C=84=EC=A0=AF=20=EA=B8=B0=EB=B3=B8=EA=B0=92=20=EB=B9=84?= =?UTF-8?q?=ED=99=9C=EC=84=B1=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 런처 하단 위젯 6종의 신규 기본값을 모두 꺼짐 상태로 변경함 - 성능, 포모도로, 메모, 날씨, 일정, 배터리 위젯이 새 설치와 초기화 시 기본 비노출로 시작하도록 조정함 - 기존 사용자 설정은 유지하고 AppSettings 기본값만 변경함 - 검증: dotnet build src/AxCopilot/AxCopilot.csproj -c Release -v minimal -p:OutputPath=bin\\verify\\ -p:IntermediateOutputPath=obj\\verify\\ (경고 0 / 오류 0) --- README.md | 2 ++ docs/DEVELOPMENT.md | 2 ++ src/AxCopilot/Models/AppSettings.cs | 12 ++++++------ 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e26c8c9..7db0ff8 100644 --- a/README.md +++ b/README.md @@ -1001,6 +1001,8 @@ ow + toggle 시각 언어로 통일했습니다. - [ChatWindow.TranscriptPolicy.cs](/E:/AX%20Copilot%20-%20Codex/src/AxCopilot/Views/ChatWindow.TranscriptPolicy.cs) 를 추가해 transcript badge/summary/task-summary policy를 partial helper로 분리했고, [ChatWindow.xaml.cs](/E:/AX%20Copilot%20-%20Codex/src/AxCopilot/Views/ChatWindow.xaml.cs) 의 task summary popup 은 active task 우선, recent history 는 debug 또는 active 없음일 때만 보이도록 축소했습니다. - 동일 프롬프트 회귀 세트는 [docs/AX_AGENT_REGRESSION_PROMPTS.md](/E:/AX%20Copilot%20-%20Codex/docs/AX_AGENT_REGRESSION_PROMPTS.md) 로 별도 분리해 Chat/Cowork/Code/queue/permission/slash 시나리오를 바로 비교할 수 있게 했습니다. - 검증: `dotnet build src/AxCopilot/AxCopilot.csproj -c Release -v minimal -p:OutputPath=bin\\verify\\ -p:IntermediateOutputPath=obj\\verify\\` 예정 +- 업데이트: 2026-04-05 22:24 (KST) +- 런처 하단 위젯의 신규 기본값을 모두 꺼짐으로 변경했습니다. [AppSettings.cs](/E:/AX%20Copilot%20-%20Codex/src/AxCopilot/Models/AppSettings.cs) 에서 `성능 / 포모도로 / 메모 / 날씨 / 일정 / 배터리` 위젯 기본값을 `false` 로 내려 새 설치나 설정 초기화 시 하단 위젯이 기본 비노출 상태로 시작합니다. --- diff --git a/docs/DEVELOPMENT.md b/docs/DEVELOPMENT.md index 36982a5..66aa35f 100644 --- a/docs/DEVELOPMENT.md +++ b/docs/DEVELOPMENT.md @@ -4758,3 +4758,5 @@ ow + toggle ?쒓컖 ?몄뼱濡??ㅼ떆 ?뺣젹?덈떎. - transcript 도구/스킬 표시 카탈로그를 [AgentTranscriptDisplayCatalog.cs](/E:/AX%20Copilot%20-%20Codex/src/AxCopilot/Services/Agent/AgentTranscriptDisplayCatalog.cs) 로 분리했습니다. 도구 결과와 task summary 카드가 공통 분류 기준(`파일 / 빌드 / Git / 문서 / 질문 / 제안 / 스킬`)을 사용하도록 맞춰 transcript 언어 일관성을 높였습니다. - [ChatWindow.TranscriptPolicy.cs](/E:/AX%20Copilot%20-%20Codex/src/AxCopilot/Views/ChatWindow.TranscriptPolicy.cs) 를 추가해 transcript badge/summary/task-summary policy helper 를 partial class 로 분리했습니다. `ChatWindow.xaml.cs` 본문에는 실제 렌더만 남기고, recent task 노출 정책은 `active 우선 + debug 보조` 기준으로 축소했습니다. - 회귀 프롬프트 세트는 [AX_AGENT_REGRESSION_PROMPTS.md](/E:/AX%20Copilot%20-%20Codex/docs/AX_AGENT_REGRESSION_PROMPTS.md) 로 별도 분리했습니다. Chat/Cowork/Code, queue follow-up, compact 이후 다음 턴, permission, slash skill 진입까지 `claw-code`와 같은 체크리스트로 비교할 수 있습니다. +- 업데이트: 2026-04-05 22:24 (KST) +- 런처 하단 위젯 기본값을 전부 꺼짐으로 변경했습니다. [AppSettings.cs](/E:/AX%20Copilot%20-%20Codex/src/AxCopilot/Models/AppSettings.cs) 에서 `ShowWidgetPerf`, `ShowWidgetPomo`, `ShowWidgetNote`, `ShowWidgetWeather`, `ShowWidgetCalendar`, `ShowWidgetBattery` 기본값을 `false` 로 내려 신규 설치/초기화 시 하단 위젯이 기본 숨김 상태로 시작하도록 맞췄습니다. diff --git a/src/AxCopilot/Models/AppSettings.cs b/src/AxCopilot/Models/AppSettings.cs index 87dac02..5065a86 100644 --- a/src/AxCopilot/Models/AppSettings.cs +++ b/src/AxCopilot/Models/AppSettings.cs @@ -202,22 +202,22 @@ public class LauncherSettings public bool ShowLauncherBorder { get; set; } = true; [JsonPropertyName("showWidgetPerf")] - public bool ShowWidgetPerf { get; set; } = true; + public bool ShowWidgetPerf { get; set; } = false; [JsonPropertyName("showWidgetPomo")] - public bool ShowWidgetPomo { get; set; } = true; + public bool ShowWidgetPomo { get; set; } = false; [JsonPropertyName("showWidgetNote")] - public bool ShowWidgetNote { get; set; } = true; + public bool ShowWidgetNote { get; set; } = false; [JsonPropertyName("showWidgetWeather")] - public bool ShowWidgetWeather { get; set; } = true; + public bool ShowWidgetWeather { get; set; } = false; [JsonPropertyName("showWidgetCalendar")] - public bool ShowWidgetCalendar { get; set; } = true; + public bool ShowWidgetCalendar { get; set; } = false; [JsonPropertyName("showWidgetBattery")] - public bool ShowWidgetBattery { get; set; } = true; + public bool ShowWidgetBattery { get; set; } = false; /// 단축키 헬프 창에서 아이콘 색상을 테마 AccentColor 기준으로 표시. 기본 true(테마색). [JsonPropertyName("shortcutHelpUseThemeColor")]