{"record":{"id":"730516e3d664a921","repo":"zed-industries/zed","slug":"loading-or-resuming-sessions-is-not-supported-by-t","errorCode":null,"errorMessage":"Loading or resuming sessions is not supported by this agent.","messagePattern":"Loading or resuming sessions is not supported by this agent\\.","errorType":"exception","errorClass":"LoadError","httpStatus":null,"severity":"error","filePath":"crates/agent_ui/src/conversation_view.rs","lineNumber":1130,"sourceCode":"                    if connection.supports_load_session() {\n                        connection.clone().load_session(\n                            session_id,\n                            project.clone(),\n                            session_work_dirs,\n                            title,\n                            cx,\n                        )\n                    } else if connection.supports_resume_session() {\n                        resumed_without_history = true;\n                        connection.clone().resume_session(\n                            session_id,\n                            project.clone(),\n                            session_work_dirs,\n                            title,\n                            cx,\n                        )\n                    } else {\n                        Task::ready(Err(anyhow!(LoadError::Other(\n                            \"Loading or resuming sessions is not supported by this agent.\".into()\n                        ))))\n                    }\n                })\n                .log_err()\n            } else {\n                cx.update(|_, cx| {\n                    connection\n                        .clone()\n                        .new_session(project.clone(), session_work_dirs, cx)\n                })\n                .log_err()\n            };\n\n            let Some(result) = result else {\n                return;\n            };\n","sourceCodeStart":1112,"sourceCodeEnd":1148,"githubUrl":"https://github.com/zed-industries/zed/blob/bc538def4545534201bbfcac4e95ac34ea6501b6/crates/agent_ui/src/conversation_view.rs#L1112-L1148","documentation":"Error \"Loading or resuming sessions is not supported by this agent.\" thrown in zed-industries/zed.","triggerScenarios":"Thrown at crates/agent_ui/src/conversation_view.rs:1130 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":"bc538def4545534201bbfcac4e95ac34ea6501b6","analyzedAt":"2026-08-16T07:30:46.435Z","schemaVersion":2},"datasetVersion":"2026-08-16T08:17:34.114Z"}