mirror of
https://github.com/openai/codex.git
synced 2026-05-02 04:11:39 +03:00
Fix TUI app-server permission profile conversions (#16284)
Addresses #16283 Problem: TUI app-server permission approvals could drop filesystem grants because request and response payloads were round-tripped through mismatched camelCase and snake_case JSON shapes. Solution: Replace the lossy JSON round-trips with typed app-server/core permission conversions so requested and granted permission profiles, including filesystem paths and scope, are preserved end to end.
This commit is contained in:
@@ -77,6 +77,7 @@ mod app_backtrack;
|
||||
mod app_command;
|
||||
mod app_event;
|
||||
mod app_event_sender;
|
||||
mod app_server_approval_conversions;
|
||||
mod app_server_session;
|
||||
mod ascii_animation;
|
||||
#[cfg(not(target_os = "linux"))]
|
||||
|
||||
Reference in New Issue
Block a user