例えば、openai-codex の場合は下記のような感じ
~/.nvm/versions/node/v22.22.0/lib/node_modules/openclaw/node_modules/@mariozechner/pi-ai/dist/providers/openai-codex-responses.js
//ここから挿入コード-------------------------
try {
const controlPath = "/tmp/openclaw-request-dump.json";
if (existsSync(controlPath)) {
const cfg = JSON.parse(readFileSync(controlPath, "utf8"));