{"record":{"id":"8abe3a316f960511","repo":"openai/codex","slug":"codex-queue-does-not-support-image-attachments","errorCode":null,"errorMessage":"`codex queue` does not support image attachments","messagePattern":"`codex queue` does not support image attachments","errorType":"validation","errorClass":"anyhow::Error","httpStatus":null,"severity":"error","filePath":"codex-rs/cli/src/queue_cmd.rs","lineNumber":46,"sourceCode":"\npub(crate) async fn run_queue_command(\n    command: QueueCommand,\n    interactive: TuiCli,\n    root_config_overrides: CliConfigOverrides,\n    root_remote: Option<String>,\n    root_remote_auth_token_env: Option<String>,\n    arg0_paths: Arg0DispatchPaths,\n) -> anyhow::Result<String> {\n    let QueueCommand {\n        thread,\n        message,\n        remote,\n        config_overrides,\n    } = command;\n    let cli =\n        finalize_session_archive_interactive(interactive, root_config_overrides, config_overrides);\n    if !cli.images.is_empty() {\n        anyhow::bail!(\"`codex queue` does not support image attachments\");\n    }\n    let explicit_remote_endpoint = resolve_remote_endpoint(\n        remote.remote.or(root_remote),\n        remote.remote_auth_token_env.or(root_remote_auth_token_env),\n    )?;\n    codex_tui::run_session_queue_command(\n        thread,\n        message,\n        codex_tui::SessionArchiveCommandOptions {\n            cli,\n            arg0_paths,\n            explicit_remote_endpoint,\n        },\n    )\n    .await\n    .map_err(|error| anyhow::anyhow!(\"{error:#}\"))\n}\n","sourceCodeStart":28,"sourceCodeEnd":64,"githubUrl":"https://github.com/openai/codex/blob/339751715c64496cb86246bfb3935f40e309dd3d/codex-rs/cli/src/queue_cmd.rs#L28-L64","documentation":"Error \"`codex queue` does not support image attachments\" thrown in openai/codex.","triggerScenarios":"Thrown at codex-rs/cli/src/queue_cmd.rs:46 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"339751715c64496cb86246bfb3935f40e309dd3d","analyzedAt":"2026-08-25T05:35:09.876Z","schemaVersion":2},"datasetVersion":"2026-08-25T06:17:31.827Z"}