[Bug] Claude loses context of previous question when asked to simplify explanation
Resolved 💬 3 comments Opened Apr 20, 2026 by sajalsan Closed Apr 20, 2026
Bug Description
I asked for layers in simple terms but claude went in updating the plan in simple terms, and went directly for plan change, claude asked me a question I did not understand, so I asked for simple terms, but that question is now gone
Environment Info
- Platform: darwin
- Terminal: Apple_Terminal
- Version: 2.1.109
- Feedback ID: a3e65dc0-f962-4ec6-b169-790ad8e63e8f
Errors
[{"error":"Error: File does not exist. Note: your current working directory is at call (/$bunfs/root/src/entrypoints/cli.js:4544:7630)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-19T14:22:40.299Z"},{"error":"Error: EISDIR: illegal operation on a directory, read at C1H (/$bunfs/root/src/entrypoints/cli.js:4438:15399)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-19T14:22:58.968Z"},{"error":"McpToolCallError: {\n \"success\": false,\n \"error\": \"Unity not detected (no fresh discovery files found)\"\n}\n at xh9 (/$bunfs/root/src/entrypoints/cli.js:1772:63)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-19T15:09:40.334Z"},{"error":"McpToolCallError: {\n \"success\": false,\n \"error\": \"UNEXPECTED_ERROR: Command was executed partially, but reported warnings or errors:\\n[Error] CarouselController not found\\nConsider reverting changes that may have happened if you retry.\"\n}\n at xh9 (/$bunfs/root/src/entrypoints/cli.js:1772:63)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-19T15:10:21.302Z"},{"error":"McpToolCallError: {\n \"success\": false,\n \"error\": \"Unity not detected (no fresh discovery files found)\"\n}\n at xh9 (/$bunfs/root/src/entrypoints/cli.js:1772:63)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-19T15:14:47.814Z"},{"error":"McpToolCallError: {\n \"success\": false,\n \"error\": \"Unity not detected (no fresh discovery files found)\"\n}\n at xh9 (/$bunfs/root/src/entrypoints/cli.js:1772:63)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-19T15:26:33.779Z"},{"error":"McpToolCallError: {\n \"success\": false,\n \"error\": \"Unity not detected (no fresh discovery files found)\"\n}\n at xh9 (/$bunfs/root/src/entrypoints/cli.js:1772:63)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-19T15:33:11.070Z"},{"error":"McpToolCallError: {\n \"success\": false,\n \"error\": \"COMPILATION_FAILED: Code failed to compile.\",\n \"data\": {\n \"isCompilationSuccessful\": false,\n \"isExecutionSuccessful\": false,\n \"compilationLogs\": \"- Error Error CS1061: 'ModelImporter' does not contain a definition for 'importMeshes' and no accessible extension method 'importMeshes' accepting a first argument of type 'ModelImporter' could be found (are you missing a using directive or an assembly reference?) (Line: 20)\\n- Error Error CS0118: 'Mesh' is a namespace but is used like a type (Line: 33)\\n\",\n \"localFixedCode\": \"using UnityEngine;\\r\\nusing UnityEditor;\\r\\n\\r\\nnamespace Unity.AI.Assistant.Agent.Dynamic.Extension.Editor\\r\\n{\\r\\n internal class CommandScript : IRunCommand\\r\\n {\\r\\n public void Execute(ExecutionResult result)\\r\\n {\\r\\n // Check import settings for the FBX\\r\\n string path = \\\"Assets/Resources/Parts/EGR_DCMotor/EGR_DCMotor.fbx\\\";\\r\\n var importer = AssetImporter.GetAtPath(path) as ModelImporter;\\r\\n if (importer == null)\\r\\n {\\r\\n result.LogError(\\\"No ModelImporter\\\");\\r\\n return;\\r\\n }\\r\\n\\r\\n result.Log(\\\"Import settings for {0}:\\\", path);\\r\\n result.Log(\\\" importMeshes: {0}\\\", importer.importMeshes);\\r\\n result.Log(\\\" meshCompression: {0}\\\", importer.meshCompression);\\r\\n result.Log(\\\" isReadable: {0}\\\", importer.isReadable);\\r\\n result.Log(\\\" globalScale: {0}\\\", importer.globalScale);\\r\\n result.Log(\\\" useFileScale: {0}\\\", importer.useFileScale);\\r\\n result.Log(\\\" fileScale: {0}\\\", importer.fileScale);\\r\\n result.Log(\\\" importNormals: {0}…
Note: Content was truncated.
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗