mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
Wire up cloud reqs in exec, app-server (#10241)
We're fetching cloud requirements in TUI in https://github.com/openai/codex/pull/10167. This adds the same fetching in exec and app-server binaries also.
This commit is contained in:
committed by
GitHub
Unverified
parent
10ea117ee1
commit
a046481ad9
@@ -241,7 +241,7 @@ async fn load_exec_policy() -> anyhow::Result<Policy> {
|
||||
cwd,
|
||||
&cli_overrides,
|
||||
overrides,
|
||||
None,
|
||||
codex_core::config_loader::CloudRequirementsLoader::default(),
|
||||
)
|
||||
.await?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user