[Bug] Multi-agent batch launches cause session context/history to disappear from UI
Resolved 💬 5 comments Opened Apr 8, 2026 by GrigoryEvko Closed May 23, 2026
Bug Description
launching more than 12-15 agents and them proceeding with 20-30 tool calls causes session context to be completely hidden in the app with no option to see a single previous message or agent output, both ctrl+o and ctrl+e show nothing. Resuming session restores all context, until it dissapears on next agent batch launch. Regression appeared around 2.1.70+-5 minor versions release. Unfortunately still not fixed at runtime, previously patch for session resume was implemented.
Environment Info
- Platform: linux
- Terminal: konsole
- Version: 2.1.97
- Feedback ID: 519641dc-1b01-4d40-9da1-a05ccdd6ff84
Errors
[{"error":"MaxFileReadTokenExceededError: File content (23479 tokens) exceeds maximum allowed tokens (10000). 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 cA7 (/$bunfs/root/src/entrypoints/cli.js:4307:12666)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-08T23:02:25.124Z"},{"error":"MaxFileReadTokenExceededError: File content (14171 tokens) exceeds maximum allowed tokens (10000). 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 cA7 (/$bunfs/root/src/entrypoints/cli.js:4307:12666)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-08T23:02:43.170Z"},{"error":"MaxFileReadTokenExceededError: File content (12512 tokens) exceeds maximum allowed tokens (10000). 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 cA7 (/$bunfs/root/src/entrypoints/cli.js:4307:12666)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-08T23:03:02.942Z"},{"error":"MaxFileReadTokenExceededError: File content (17552 tokens) exceeds maximum allowed tokens (10000). 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 cA7 (/$bunfs/root/src/entrypoints/cli.js:4307:12666)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-08T23:03:05.141Z"},{"error":"MaxFileReadTokenExceededError: File content (10358 tokens) exceeds maximum allowed tokens (10000). 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 cA7 (/$bunfs/root/src/entrypoints/cli.js:4307:12666)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-08T23:03:11.991Z"},{"error":"MaxFileReadTokenExceededError: File content (11401 tokens) exceeds maximum allowed tokens (10000). 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 cA7 (/$bunfs/root/src/entrypoints/cli.js:4307:12666)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-08T23:03:24.089Z"},{"error":"MaxFileReadTokenExceededError: File content (11238 tokens) exceeds maximum allowed tokens (10000). 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 cA7 (/$bunfs/root/src/entrypoints/cli.js:4307:12666)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-08T23:03:32.092Z"},{"error":"MaxFileReadTokenExceededError: File content (20242 tokens) exceeds maximum allowed tokens (10000). 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 cA7 (/$bunfs/root/src/entrypoints/cli.js:4307:12666)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-08T23:03:44.446Z"},{"error":"MaxFileReadTokenExceededError: File content (10169 tokens) exceeds maximum allowed tokens (10000). 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 cA7 (/$bunfs/root/src/entrypoints/cli.js:4307:12666)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-08T23:03:45.239Z"},{"error":"MaxFileReadTokenExceededError: File content (20679 tokens) exceeds maximum allowed tokens (10000). 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 cA7 (/$bunfs/root/src/entrypoints/cli.js:4307:12666)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-08T23:03:46.128Z"},{"error":"MaxFileReadTokenExceededError: File content (22065 tokens) exceeds maximum allowed tokens (10000). 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 cA7 (/$bunfs/root/src/entrypoints/cli.js:4307:12666)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-08T23:04:10.109Z"}]This issue has 5 comments on GitHub. Read the full discussion on GitHub ↗