feat[app-serve]: config management (#7241)

This commit is contained in:
jif-oai
2025-11-25 09:29:38 +00:00
committed by GitHub
parent 0dd822264a
commit 523b40a129
13 changed files with 1572 additions and 19 deletions

View File

@@ -472,6 +472,11 @@ impl CodexMessageProcessor {
ClientRequest::ExecOneOffCommand { request_id, params } => {
self.exec_one_off_command(request_id, params).await;
}
ClientRequest::ConfigRead { .. }
| ClientRequest::ConfigValueWrite { .. }
| ClientRequest::ConfigBatchWrite { .. } => {
warn!("Config request reached CodexMessageProcessor unexpectedly");
}
ClientRequest::GetAccountRateLimits {
request_id,
params: _,