Bug: Image tool times out on secondary agent (openai-codex/gpt-5.4)
Environment:
• OpenClaw v2026.4.15 (Linux, Ubuntu)
• Multi-agent setup: main agent (OPI) + secondary agent (ZAI)
• imageModel: openai-codex/gpt-5.4 (primary), zai/glm-4.5v (fallback)
Issue:
The image tool consistently fails with "This operation was aborted" on the secondary agent. The primary agent (main/OPI) works fine with the same model and same OpenAI OAuth account.
What we've tried:
- Copied auth-profiles.json from main agent to secondary agent
- Changed imageModel primary/fallback order
- Updated from v2026.4.2 to v2026.4.15
- ZAI vision models (glm-4.6v, glm-4.5v) now return 404 — they've been removed from the API
Result: Always "This operation was aborted" — the request is killed before the model responds. Related to existing issues #56419 and #58071 (30s hard timeout).
Expected: Image tool should work on secondary agents the same as on the primary agent.