diff --git a/modules/parallax/lib/core/projection-shell.zsh b/modules/parallax/lib/core/projection-shell.zsh index 93f50a2..318de44 100755 --- a/modules/parallax/lib/core/projection-shell.zsh +++ b/modules/parallax/lib/core/projection-shell.zsh @@ -380,19 +380,6 @@ ACTION:*|PLACE:*|FILE:*|PROMPT:*|AGENT:*|CUSTOM:*|HISTORY:*) return 1 fi ;; - [['$current_mode" == "normal']] - # If signal is a Parallax ID (15+ chars), treat as Console selection - if [[ "$signal" =~ '^[0-9]{15,}$' ]]; then - # Rerun/Project from history - local cmd=$("$HOME/bin/px-logger" get-payload "$signal") - if [[ -n "$cmd" ]]; then - "$HOME/bin/dispatch" "$TARGET_PANE" "$cmd" - fi - return 2 - else - return 1 - fi - ;; esac }