[Bug] Config object replaced with empty object instead of selective key removal, and FLUSHDB called on Redis instance

Resolved 💬 3 comments Opened Apr 6, 2026 by mividtim Closed Apr 10, 2026

Bug Description
Whatever you changed, stop it. This agent used FLUSHDB on the local Redis to get around what it assumed was a caching issue, when really it had replaced an entire config object with {} instead of removing just the one key it
meant to remove. That's two destructive operations in the same session.

Environment Info

  • Platform: darwin
  • Terminal: iTerm.app
  • Version: 2.1.92
  • Feedback ID: a5a0c900-4778-4ff6-9437-b95c03af7c45

Errors

[{"error":"Error: NON-FATAL: Lock acquisition failed for /Users/tim/.local/share/claude/versions/2.1.92 (expected in multi-process scenarios)\n    at im_ (/$bunfs/root/src/entrypoints/cli.js:1884:2153)\n    at An6 (/$bunfs/root/src/entrypoints/cli.js:1884:1233)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-06T14:22:16.378Z"},{"error":"Error: Request was aborted.\n    at wN_ (/$bunfs/root/src/entrypoints/cli.js:1239:11929)\n    at next (native:1:11)\n    at CC7 (/$bunfs/root/src/entrypoints/cli.js:7636:9034)\n    at next (native:1:11)\n    at xC7 (/$bunfs/root/src/entrypoints/cli.js:7641:11078)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-06T14:58:35.777Z"},{"error":"Error: Request was aborted.\n    at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:3447)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-06T14:58:42.804Z"},{"error":"Error: Request was aborted.\n    at wN_ (/$bunfs/root/src/entrypoints/cli.js:1239:11929)\n    at next (native:1:11)\n    at CC7 (/$bunfs/root/src/entrypoints/cli.js:7636:9034)\n    at next (native:1:11)\n    at xC7 (/$bunfs/root/src/entrypoints/cli.js:7641:11078)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-06T14:58:49.341Z"},{"error":"Error: Request was aborted.\n    at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:3447)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-06T14:58:52.190Z"},{"error":"MaxFileReadTokenExceededError: File content (10200 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 d$7 (/$bunfs/root/src/entrypoints/cli.js:4294:13161)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-06T15:20:15.199Z"},{"error":"MaxFileReadTokenExceededError: File content (10200 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 d$7 (/$bunfs/root/src/entrypoints/cli.js:4294:13161)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-06T15:20:18.666Z"},{"error":"MaxFileReadTokenExceededError: File content (10243 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 d$7 (/$bunfs/root/src/entrypoints/cli.js:4294:13161)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-06T15:23:02.024Z"},{"error":"Error: Request was aborted.\n    at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:3447)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-06T16:18:46.157Z"},{"error":"Error: Request was aborted.\n    at wN_ (/$bunfs/root/src/entrypoints/cli.js:1239:11929)\n    at next (native:1:11)\n    at CC7 (/$bunfs/root/src/entrypoints/cli.js:7636:9034)\n    at next (native:1:11)\n    at xC7 (/$bunfs/root/src/entrypoints/cli.js:7641:11078)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-06T18:35:10.397Z"},{"error":"Error: Request was aborted.\n    at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:3447)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-06T18:57:54.142Z"},{"error":"Error: Request was aborted.\n    at wN_ (/$bunfs/root/src/entrypoints/cli.js:1239:11929)\n    at next (native:1:11)\n    at CC7 (/$bunfs/root/src/entrypoints/cli.js:7636:9034)\n    at next (native:1:11)\n    at xC7 (/$bunfs/root/src/entrypoints/cli.js:7641:11078)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-06T19:12:42.975Z"},{"error":"Error: Request was aborted.\n    at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:3447)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-06T19:13:22.010Z"},{"error":"Error: Request was aborted.\n    at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:3447)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-06T19:13:29.673Z"},{"error":"Error: Request was aborted.\n    at makeRequest (/$bunfs/root/src/entrypoints/cli.js:50:3447)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-06T19:18:01.997Z"}]

View original on GitHub ↗

This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗