From 56dfe41605fd290d9531df97c3d80c3766dff1be Mon Sep 17 00:00:00 2001 From: Won Park Date: Wed, 8 Apr 2026 14:05:24 -0700 Subject: [PATCH] Fix ToolsConfigParams initializer in tool registry test (#17154) ## Summary - add the missing `image_generation_tool_auth_allowed` field to the new tool registry plan test initializer ## Validation - `just fmt` - `cargo test -p codex-tools image_generation` - `cargo test -p codex-tools --no-run`