This commit is contained in:
Jiayu Wang 2026-07-14 18:28:35 -07:00 committed by GitHub
commit 6904e735ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,10 @@ const codex: HostConfig = {
{ from: '.claude/skills', to: '.agents/skills' },
],
toolRewrites: {
'AskUserQuestion': 'request_user_input',
},
suppressedResolvers: [
'DESIGN_OUTSIDE_VOICES', // design.ts:485 — Codex can't invoke itself
'ADVERSARIAL_STEP', // review.ts:408 — Codex can't invoke itself