Skip to content
1 change: 1 addition & 0 deletions codex-rs/app-server/src/external_agent_config_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ impl ExternalAgentConfigApi {
include_home: params.include_home,
cwds: params.cwds,
})
.await
.map_err(map_io_error)?;

Ok(ExternalAgentConfigDetectResponse {
Expand Down
Loading
Loading