{"record":{"id":"c19b50e5f1cdf190","repo":"openai/codex","slug":"status-history-agents-summary-state-poisoned","errorCode":null,"errorMessage":"status history agents summary state poisoned","messagePattern":"status history agents summary state poisoned","errorType":"panic","errorClass":null,"httpStatus":null,"severity":"error","filePath":"codex-rs/tui/src/status/card.rs","lineNumber":767,"sourceCode":"            }\n        });\n\n        let mut labels: Vec<String> = vec![\"Model\", \"Directory\", \"Permissions\", \"Agents.md\"]\n            .into_iter()\n            .map(str::to_string)\n            .collect();\n        let mut seen: BTreeSet<String> = labels.iter().cloned().collect();\n        let thread_name = self.thread_name.as_deref().filter(|name| !name.is_empty());\n        #[expect(clippy::expect_used)]\n        let rate_limit_state = self\n            .rate_limit_state\n            .read()\n            .expect(\"status history rate-limit state poisoned\");\n        #[expect(clippy::expect_used)]\n        let agents_summary = self\n            .agents_summary\n            .read()\n            .expect(\"status history agents summary state poisoned\")\n            .clone();\n\n        if self.model_provider.is_some() {\n            push_label(&mut labels, &mut seen, \"Model provider\");\n        }\n        if account_value.is_some() {\n            push_label(&mut labels, &mut seen, \"Account\");\n        }\n        if thread_name.is_some() {\n            push_label(&mut labels, &mut seen, \"Thread name\");\n        }\n        if self.session_id.is_some() {\n            push_label(&mut labels, &mut seen, \"Session\");\n        }\n        if self.session_id.is_some() && self.forked_from.is_some() {\n            push_label(&mut labels, &mut seen, \"Forked from\");\n        }\n        if self.collaboration_mode.is_some() {","sourceCodeStart":749,"sourceCodeEnd":785,"githubUrl":"https://github.com/openai/codex/blob/339751715c64496cb86246bfb3935f40e309dd3d/codex-rs/tui/src/status/card.rs#L749-L785","documentation":"Error \"status history agents summary state poisoned\" thrown in openai/codex.","triggerScenarios":"Thrown at codex-rs/tui/src/status/card.rs:767 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"}