[Bug] Persistent token limit errors despite context management and low-effort mode
Resolved 💬 1 comment Opened Apr 15, 2026 by jdschmitt11 Closed May 25, 2026
Bug Description
I am still running into frequent token limitations even though I have followed best practices. I am running on low effort and consistently clearing my context. This is becoming unusable for even basic coding tasks.
Environment Info
- Platform: win32
- Terminal: vscode
- Version: 2.1.107
- Feedback ID: 43d01836-bda3-4ac9-bc8a-447b33b85168
Errors
[{"error":"Error: ENOENT: no such file or directory, unlink 'C:\\Users\\jxs215\\AppData\\Local\\Temp\\claude\\D--databricks-full-radonc-suite\\682f7cc4-9c0d-478c-bd0d-025a54d7456d\\tasks\\a76e81635a3776fe1.output'\n at async <anonymous> (B:/~BUN/root/src/entrypoints/cli.js:7795:299)","timestamp":"2026-04-14T18:42:53.958Z"},{"error":"MaxFileReadTokenExceededError: File content (5829 tokens) exceeds maximum allowed tokens (3000). Use offset and limit parameters to read specific portions of the file, or search for specific content instead of reading the whole file.\n at tD_ (B:/~BUN/root/src/entrypoints/cli.js:4455:12224)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-14T18:43:06.090Z"},{"error":"MaxFileReadTokenExceededError: File content (4417 tokens) exceeds maximum allowed tokens (3000). Use offset and limit parameters to read specific portions of the file, or search for specific content instead of reading the whole file.\n at tD_ (B:/~BUN/root/src/entrypoints/cli.js:4455:12224)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-14T18:43:06.193Z"},{"error":"MaxFileReadTokenExceededError: File content (8919 tokens) exceeds maximum allowed tokens (3000). Use offset and limit parameters to read specific portions of the file, or search for specific content instead of reading the whole file.\n at tD_ (B:/~BUN/root/src/entrypoints/cli.js:4455:12224)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-14T18:43:13.926Z"},{"error":"MaxFileReadTokenExceededError: File content (29542 tokens) exceeds maximum allowed tokens (3000). Use offset and limit parameters to read specific portions of the file, or search for specific content instead of reading the whole file.\n at tD_ (B:/~BUN/root/src/entrypoints/cli.js:4455:12224)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-14T18:43:18.930Z"},{"error":"MaxFileReadTokenExceededError: File content (3636 tokens) exceeds maximum allowed tokens (3000). Use offset and limit parameters to read specific portions of the file, or search for specific content instead of reading the whole file.\n at tD_ (B:/~BUN/root/src/entrypoints/cli.js:4455:12224)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-14T18:43:41.771Z"},{"error":"Error: File does not exist. Note: your current working directory is D:\\databricks_full\\radonc_suite. Did you mean D:\\databricks_full\\radonc_suite\\radonc_semantics\\src\\radonc_semantics\\pipeline\\plan\\sql.py?\n at call (B:/~BUN/root/src/entrypoints/cli.js:4464:7629)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-14T18:46:01.007Z"},{"error":"Error: File does not exist. Note: your current working directory is D:\\databricks_full\\radonc_suite. Did you mean D:\\databricks_full\\radonc_suite\\radonc_semantics\\src\\radonc_semantics\\graph\\edges\\sql.py?\n at call (B:/~BUN/root/src/entrypoints/cli.js:4464:7629)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-14T18:46:02.367Z"},{"error":"MaxFileReadTokenExceededError: File content (29542 tokens) exceeds maximum allowed tokens (3000). Use offset and limit parameters to read specific portions of the file, or search for specific content instead of reading the whole file.\n at tD_ (B:/~BUN/root/src/entrypoints/cli.js:4455:12224)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-14T19:02:33.596Z"},{"error":"MaxFileReadTokenExceededError: File content (7395 tokens) exceeds maximum allowed tokens (3000). Use offset and limit parameters to read specific portions of the file, or search for specific content instead of reading the whole file.\n at tD_ (B:/~BUN/root/src/entrypoints/cli.js:4455:12224)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-14T19:02:37.546Z"},{"error":"MaxFileReadTokenExceededError: File content (3440 tokens) exceeds maximum allowed tokens (3000). Use offset and limit parameters to read specific portions of the file, or search for specific content instead of reading the whole file.\n at tD_ (B:/~BUN/root/src/entrypoints/cli.js:4455:12224)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-14T19:02:50.779Z"},{"error":"MaxFileReadTokenExceededError: File content (3171 tokens) exceeds maximum allowed tokens (3000). Use offset and limit parameters to read specific portions of the file, or search for specific content instead of reading the whole file.\n at tD_ (B:/~BUN/root/src/entrypoints/cli.js:4455:12224)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-14T19:02:54.454Z"},{"error…
Note: Content was truncated.
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗