Actions
개선 #526
완료됨개선 #525: Codex CLI 0.142.2 app-server 대응 개발 묶음
Codex 0.142.2 app-server 권한 프로파일 round-trip 및 runtimeWorkspaceRoots 송신
개선 #526:
Codex 0.142.2 app-server 권한 프로파일 round-trip 및 runtimeWorkspaceRoots 송신
시작일:
2026/06/26
완료일:
진척도:
100%
추정시간:
설명
h2. 배경
Codex CLI 0.142.2 app-server 감사 결과 Hive는 permissions 송신은 하고 있으나 activePermissionProfile response/result를 UI 또는 snapshot에 보존하지 않고, runtimeWorkspaceRoots를 thread/start, turn/start, thread/resume, thread/fork payload에 직접 송신하지 않는다.
근거 문서: docs/design/codex-cli-0.142.2-app-server-protocol-audit.md
h2. 작업 범위
-
activePermissionProfile을 app-server 응답/result에서 보존하고 renderer snapshot 또는 필요한 UI 상태에 반영한다. - Hive의 프로젝트/workspace root 판단을
runtimeWorkspaceRootspayload로 연결한다. -
thread/start,turn/start,thread/resume,thread/fork에서 동일한 workspace-root 계약을 적용한다. - bundled
hive-sensitive권한 프로파일과 local Codex mode의 예외 경계를 유지한다.
h2. 완료 기준
- app-server request construction 단위 테스트가
permissions와runtimeWorkspaceRoots를 함께 검증한다. - app-server initialize/read 계열 결과에서
activePermissionProfile이 유실되지 않는다. - 기존 민감파일 정책 및 startup warning 동작이 유지된다.
Actions