[Bug] Task completion indicator not displayed when using bypass mode

Resolved 💬 2 comments Opened Apr 6, 2026 by Anjos3 Closed May 17, 2026

Bug Description
cuando se termina una tarea con bypass no hay una manera de saber visualente o auditívamente si algo ha terminado.Normalmente aparece ese símbolo verde en la ventan de terminal respectiva cuando finaliza una tarea pero ahora mismo no se está activando

Environment Info

  • Platform: win32
  • Terminal: windows-terminal
  • Version: 2.1.92
  • Feedback ID: 79a0abc9-449e-4602-a5a5-5f21ea8e3ee2

Errors

[{"error":"Error: Plugin accessibility has an invalid manifest file at C:\\Users\\Jos\\.claude\\plugins\\marketplaces\\jezweb-claude-skills\\skills\\accessibility\\.claude-plugin\\plugin.json.\n\nValidation errors: agents: Invalid input\n    at sc8 (B:/~BUN/root/src/entrypoints/cli.js:4551:25315)\n    at async uz_ (B:/~BUN/root/src/entrypoints/cli.js:4555:780)\n    at async mz_ (B:/~BUN/root/src/entrypoints/cli.js:4555:10467)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-06T14:11:44.108Z"},{"error":"Error: Plugin color-palette has an invalid manifest file at C:\\Users\\Jos\\.claude\\plugins\\marketplaces\\jezweb-claude-skills\\skills\\color-palette\\.claude-plugin\\plugin.json.\n\nValidation errors: agents: Invalid input\n    at sc8 (B:/~BUN/root/src/entrypoints/cli.js:4551:25315)\n    at async uz_ (B:/~BUN/root/src/entrypoints/cli.js:4555:780)\n    at async mz_ (B:/~BUN/root/src/entrypoints/cli.js:4555:10467)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-06T14:11:44.108Z"},{"error":"Error: Plugin accessibility has an invalid manifest file at C:\\Users\\Jos\\.claude\\plugins\\cache\\jezweb-skills\\accessibility\\10a1f16679a5\\.claude-plugin\\plugin.json.\n\nValidation errors: agents: Invalid input\n    at sc8 (B:/~BUN/root/src/entrypoints/cli.js:4551:25315)\n    at async uz_ (B:/~BUN/root/src/entrypoints/cli.js:4555:780)\n    at async mz_ (B:/~BUN/root/src/entrypoints/cli.js:4555:10467)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-06T14:11:45.796Z"},{"error":"Error: Plugin color-palette has an invalid manifest file at C:\\Users\\Jos\\.claude\\plugins\\cache\\jezweb-skills\\color-palette\\10a1f16679a5\\.claude-plugin\\plugin.json.\n\nValidation errors: agents: Invalid input\n    at sc8 (B:/~BUN/root/src/entrypoints/cli.js:4551:25315)\n    at async uz_ (B:/~BUN/root/src/entrypoints/cli.js:4555:780)\n    at async mz_ (B:/~BUN/root/src/entrypoints/cli.js:4555:10467)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-06T14:11:45.796Z"},{"error":"Error: Failed to create shell snapshot: Command failed: C:\\Program Files\\Git\\bin\\bash.exe -c -l SNAPSHOT_FILE='C:\\Users\\Jos\\.claude\\shell-snapshots\\snapshot-bash-1775484738027-seyk9z.sh'\n      source \"C:\\Users\\Jos\\.bashrc\" < /dev/null\n\n      # First, create/clear the snapshot file\n      echo \"# Snapshot file\" >| \"$SNAPSHOT_FILE\"\n\n      # When this file is sourced, we first unalias to avoid conflicts\n      # This is necessary because aliases get \"frozen\" inside function definitions at definition time,\n      # which can cause unexpected behavior when functions use commands that conflict with aliases\n      echo \"# Unset all aliases to avoid conflicts with functions\" >> \"$SNAPSHOT_FILE\"\n      echo \"unalias -a 2>/dev/null || true\" >> \"$SNAPSHOT_FILE\"\n\n      \n      echo \"# Functions\" >> \"$SNAPSHOT_FILE\"\n\n      # Force autoload all functions first\n      declare -f > /dev/null 2>&1\n\n      # Now get user function names - filter completion functions (single underscore prefix)\n      # but keep double-underscore helpers (e.g. __zsh_like_cd from mise, __pyenv_init)\n      declare -F | cut -d' ' -f3 | grep -vE '^_[^_]' | while read func; do\n        # Encode the function to base64, preserving all special characters\n        encoded_func=$(declare -f \"$func\" | base64 )\n        # Write the function definition to the snapshot\n        echo \"eval \\\"\\$(echo '$encoded_func' | base64 -d)\\\" > /dev/null 2>&1\" >> \"$SNAPSHOT_FILE\"\n      done\n    \n      echo \"# Shell Options\" >> \"$SNAPSHOT_FILE\"\n      shopt -p | head -n 1000 >> \"$SNAPSHOT_FILE\"\n      set -o | grep \"on\" | awk '{print \"set -o \" $1}' | head -n 1000 >> \"$SNAPSHOT_FILE\"\n      echo \"shopt -s expand_aliases\" >> \"$SNAPSHOT_FILE\"\n    \n      echo \"# Aliases\" >> \"$SNAPSHOT_FILE\"\n      # Filter out winpty aliases on Windows to avoid \"stdin is not a tty\" errors\n      # Git Bash automatically creates aliases like \"alias node='winpty node.exe'\" for\n      # programs that need Win3…

Note: Content was truncated.

View original on GitHub ↗

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