재구성 AX Agent 설정과 채팅 UI를 Claude형 구조로
Some checks failed
Release Gate / gate (push) Has been cancelled

This commit is contained in:
2026-04-04 17:48:51 +09:00
parent 90c2f15e96
commit a027ea4f9a
6000 changed files with 11532 additions and 94063 deletions

View File

@@ -14,32 +14,32 @@ internal static class PermissionModePresentationCatalog
new PermissionModePresentation(
PermissionModeCatalog.Deny,
"\uE711",
"활용하지 않음",
"읽기 전용",
"파일 읽기만 허용하고 생성/수정/삭제는 차단합니다.",
"#107C10"),
new PermissionModePresentation(
PermissionModeCatalog.Default,
"\uE8D7",
"소극 활용",
"변경 전 확인하고, 필요한 경우에만 파일 접근을 진행합니다.",
"권한 요청",
"변경하기 전에 항상 확인합니다.",
"#2563EB"),
new PermissionModePresentation(
PermissionModeCatalog.AcceptEdits,
"\uE73E",
"적극 활용",
"파일 편집 도구를 자동 승인하고 명령 실행은 계속 확인합니다.",
"편집 자동 승인",
"모든 파일 편집 자동 승인합니다.",
"#107C10"),
new PermissionModePresentation(
PermissionModeCatalog.Plan,
"\uE7C3",
"계획 중심",
"기 전 계획과 승인 흐름을 우선합니다.",
"계획 모드",
"변경하기 전 계획을 먼저 만듭니다.",
"#4338CA"),
new PermissionModePresentation(
PermissionModeCatalog.BypassPermissions,
"\uE814",
"완전 자동",
"권한 확인을 대부분 생략합니다. 민감한 작업은 주의하세요.",
"권한 건너뛰기",
"모든 권한을 허용합니다.",
"#B45309"),
new PermissionModePresentation(
PermissionModeCatalog.DontAsk,