Skip Codex Git trust check
This commit is contained in:
@@ -57,8 +57,11 @@ file-based Compose secrets.
|
||||
Planning/review commands can only read their workflow clone and have no shell
|
||||
network access. Implementation/fix commands can edit the clone but cannot
|
||||
modify `.git`; they can reach public internet destinations while private and
|
||||
loopback destinations remain blocked. Git credentials exist only in the
|
||||
service-owned clone/push subprocess and are not inherited by Codex turns.
|
||||
loopback destinations remain blocked. Codex's interactive Git trust check is
|
||||
skipped because every turn runs non-interactively against a service-owned clone;
|
||||
the configured filesystem and network permissions still apply. Git credentials
|
||||
exist only in the service-owned clone/push subprocess and are not inherited by
|
||||
Codex turns.
|
||||
|
||||
## State and recovery
|
||||
|
||||
|
||||
Reference in New Issue
Block a user