[Bug] Claude loses context between sequential plan steps, treats new plans as isolated tasks
Resolved 💬 3 comments Opened Dec 27, 2025 by Archailign Closed Feb 14, 2026
Bug Description
Claude does not seem to manage its plan logically well. It lacks the ability to string the relationship or correlation of the ouput that instigated a new plan request. it rather treats it as a new plan in isolation and most times overwrite previoius onless instructed not to.
Environment Info
- Platform: darwin
- Terminal: Apple_Terminal
- Version: 2.0.65
- Feedback ID:
Errors
[{"error":"AxiosError: Request failed with status code 403\n at Kj (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:187:1137)\n at Unzip.<anonymous> (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:188:9852)\n at Unzip.emit (node:events:520:35)\n at Unzip.emit (node:domain:489:12)\n at endReadableNT (node:internal/streams/readable:1701:12)\n at process.processTicksAndRejections (node:internal/process/task_queues:89:21)\n at XKA.request (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:190:2130)\n at process.processTicksAndRejections (node:internal/process/task_queues:103:5)\n at async t_B (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:1009:47184)","timestamp":"2025-12-11T11:02:20.682Z"},{"error":"ConfigParseError: Invalid schema: name: Marketplace name cannot impersonate official Anthropic/Claude marketplaces. Names containing \"official\", \"anthropic\", or \"claude\" in official-sounding combinations are reserved.\n at DSB (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:1057:842)\n at Ri1 (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:1057:2880)\n at process.processTicksAndRejections (node:internal/process/task_queues:103:5)\n at async Sf (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:1059:592)\n at async Pd2 (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:4540:1620)","timestamp":"2025-12-11T11:02:21.654Z"},{"error":"MaxFileReadTokenExceededError: File content (27309 tokens) exceeds maximum allowed tokens (25000). Please use offset and limit parameters to read specific portions of the file, or use the GrepTool to search for specific content.\n at FyB (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:1422:10569)\n at process.processTicksAndRejections (node:internal/process/task_queues:103:5)\n at async Object.call (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:1431:963)\n at async A35 (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:2963:24911)","timestamp":"2025-12-11T12:41:24.378Z"},{"error":"Error: EISDIR: illegal operation on a directory, read\n at Module.readFileSync (node:fs:435:20)\n at file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:9:429\n at NI (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:8:8084)\n at Object.readFileSync (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:9:404)\n at CyB (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:4353:16895)\n at Object.call (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:1431:909)\n at A35 (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:2963:24919)","timestamp":"2025-12-11T12:42:11.703Z"},{"error":"MaxFileReadTokenExceededError: File content (27309 tokens) exceeds maximum allowed tokens (25000). Please use offset and limit parameters to read specific portions of the file, or use the GrepTool to search for specific content.\n at FyB (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:1422:10569)\n at process.processTicksAndRejections (node:internal/process/task_queues:103:5)\n at async Object.call (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:1431:963)\n at async A35 (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:2963:24911)","timestamp":"2025-12-11T15:03:41.814Z"},{"error":"MaxFileReadTokenExceededError: File content (27309 tokens) exceeds maximum allowed tokens (25000). Please use offset and limit parameters to read specific portions of the file, or use the GrepTool to search for specific content.\n at FyB (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:1422:10569)\n at process.processTicksAndRejections (node:internal/process/task_queues:103:5)\n at async Object.call (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:1431:963)\n at async A35 (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:2963:24911)","timestamp":"2025-12-11T15:57:57.849Z"},{"error":"AxiosError: timeout of 5000ms exceeded\n at vC.<anonymous> (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:188:10436)\n at vC.emit (node:events:508:28)\n at vC.emit (node:domain:489:12)\n at Timeout.<anonymous> (file:///opt/homebrew/lib/node
Note: Error logs were truncated.
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗