[Bug] Stale Bash Output Persists Across Interactions
Resolved 💬 3 comments Opened Sep 17, 2025 by sorryhyun Closed Sep 25, 2025
Bug Description
claude code keeps tracking previous bash outputs, although those are outdated ones. Hence it's interpreting those as 'current issues', even if those are got resolved.
Environment Info
- Platform: linux
- Terminal: pycharm
- Version: 1.0.117
- Feedback ID: f8d3fc59-4c80-41cd-948a-d3e6ecd3bd0d
Errors
[{"error":"MaxFileReadTokenExceededError: File content (45607 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 r4B (file:///home/soryhyun/.claude/local/node_modules/@anthropic-ai/claude-code/cli.js:1784:432)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async Object.call (file:///home/soryhyun/.claude/local/node_modules/@anthropic-ai/claude-code/cli.js:1779:1036)\n at async GO (file:///home/soryhyun/.claude/local/node_modules/@anthropic-ai/claude-code/cli.js:1784:2967)\n at async file:///home/soryhyun/.claude/local/node_modules/@anthropic-ai/claude-code/cli.js:1798:1312","timestamp":"2025-09-17T11:51:23.319Z"},{"error":"Error: Request was aborted.\n at N51._createMessage (file:///home/soryhyun/.claude/local/node_modules/@anthropic-ai/claude-code/cli.js:1000:7955)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)","timestamp":"2025-09-17T11:56:00.497Z"},{"error":"Error: Request was aborted.\n at AP.makeRequest (file:///home/soryhyun/.claude/local/node_modules/@anthropic-ai/claude-code/cli.js:1009:3864)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)","timestamp":"2025-09-17T12:03:09.498Z"},{"error":"Error: Request was aborted.\n at AP.makeRequest (file:///home/soryhyun/.claude/local/node_modules/@anthropic-ai/claude-code/cli.js:1009:3864)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)","timestamp":"2025-09-17T12:07:51.204Z"},{"error":"Error: Request was aborted.\n at N51._createMessage (file:///home/soryhyun/.claude/local/node_modules/@anthropic-ai/claude-code/cli.js:1000:7955)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)","timestamp":"2025-09-17T12:09:23.993Z"},{"error":"Error: Request was aborted.\n at N51._createMessage (file:///home/soryhyun/.claude/local/node_modules/@anthropic-ai/claude-code/cli.js:1000:7955)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)","timestamp":"2025-09-17T12:11:44.379Z"},{"error":"Error: Request was aborted.\n at AP.makeRequest (file:///home/soryhyun/.claude/local/node_modules/@anthropic-ai/claude-code/cli.js:1009:3864)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)","timestamp":"2025-09-17T12:21:04.605Z"},{"error":"Error: Request was aborted.\n at N51._createMessage (file:///home/soryhyun/.claude/local/node_modules/@anthropic-ai/claude-code/cli.js:1000:7955)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)","timestamp":"2025-09-17T12:23:58.875Z"},{"error":"Error: Language not supported while highlighting code, falling back to markdown: \n at lV (file:///home/soryhyun/.claude/local/node_modules/@anthropic-ai/claude-code/cli.js:1769:1184)\n at file:///home/soryhyun/.claude/local/node_modules/@anthropic-ai/claude-code/cli.js:1769:912\n at Array.map (<anonymous>)\n at OX (file:///home/soryhyun/.claude/local/node_modules/@anthropic-ai/claude-code/cli.js:1769:903)\n at ezB (file:///home/soryhyun/.claude/local/node_modules/@anthropic-ai/claude-code/cli.js:3027:9380)\n at BC (file:///home/soryhyun/.claude/local/node_modules/@anthropic-ai/claude-code/cli.js:84:19415)\n at el (file:///home/soryhyun/.claude/local/node_modules/@anthropic-ai/claude-code/cli.js:86:42814)\n at W9 (file:///home/soryhyun/.claude/local/node_modules/@anthropic-ai/claude-code/cli.js:86:38355)\n at Yh (file:///home/soryhyun/.claude/local/node_modules/@anthropic-ai/claude-code/cli.js:86:38283)\n at KC (file:///home/soryhyun/.claude/local/node_modules/@anthropic-ai/claude-code/cli.js:86:38137)","timestamp":"2025-09-17T12:27:39.603Z"},{"error":"Error: EISDIR: illegal operation on a directory, read\n at Module.readFileSync (node:fs:442:20)\n at Object.readFileSync (file:///home/soryhyun/.claude/local/node_modules/@anthropic-ai/claude-code/cli.js:719:6735)\n at t4B (file:///home/soryhyun/.claude/local/node_modules/@anthropic-ai/claude-code/cli.js:3553:9420)\n at Object.call (file:///home/soryhyun/.claude/local/node_modules/@anthropic-ai/claude-code/cli.js:1779:978)\n at call.next (<anonymous>)\n at GO (file:///home/soryhyun/.claude/local/node_modules/@anthropic-ai/claude-code/cli.js:1784:2967)\n at file:///home/soryhyun/.claude/local/node_modules/@anthropic-ai/claude-code/cli.js:1798:1318\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)","timestamp":"2025-09-17T12:31:04.248Z"},{"error":"Error: EISDIR: illegal operation on
Note: Error logs were truncated.
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗