{"record":{"id":"a79164e275963ce9","repo":"Hmbown/CodeWhale","slug":"cannot-resolve-the-current-codewhale-route-e","errorCode":null,"errorMessage":"cannot resolve the current Codewhale route: {e}","messagePattern":"cannot resolve the current Codewhale route: (.+?)","errorType":"exception","errorClass":null,"httpStatus":null,"severity":"error","filePath":"crates/tui/src/integrations/cli.rs","lineNumber":259,"sourceCode":"    match command {\n        DshIntegrationCommand::Status { json } => {\n            let (_paths, report) = status_report(config, workspace, false)?;\n            if json {\n                println!(\"{}\", serde_json::to_string_pretty(&report)?);\n            } else {\n                print_status(&report);\n            }\n            Ok(())\n        }\n        DshIntegrationCommand::Plan {\n            json,\n            profile,\n            allow_full_access,\n            skin,\n        } => {\n            let (paths, report) = status_report(config, workspace, allow_full_access)?;\n            let identity = dsh::codewhale_route_identity(config, workspace)\n                .map_err(|e| anyhow::anyhow!(\"cannot resolve the current Codewhale route: {e}\"))?;\n            let plan = dsh::plan(\n                &paths,\n                &report.detection,\n                &identity,\n                &profile,\n                allow_full_access,\n                skin,\n            )?;\n            if json {\n                println!(\"{}\", serde_json::to_string_pretty(&plan)?);\n            } else {\n                print_plan(&plan, \"connect\");\n                if !report.detection.installed() {\n                    println!(\n                        \"  warning: dsh is not on PATH; the plan is valid but launch will fail\"\n                    );\n                }\n            }","sourceCodeStart":241,"sourceCodeEnd":277,"githubUrl":"https://github.com/Hmbown/CodeWhale/blob/8880682c63083a91624de936797efa3ce9e498fd/crates/tui/src/integrations/cli.rs#L241-L277","documentation":"Error \"cannot resolve the current Codewhale route: {e}\" thrown in Hmbown/CodeWhale.","triggerScenarios":"Thrown at crates/tui/src/integrations/cli.rs:259 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":"8880682c63083a91624de936797efa3ce9e498fd","analyzedAt":"2026-08-16T11:31:27.956Z","schemaVersion":2},"datasetVersion":"2026-08-16T13:17:31.715Z"}