This commit is contained in:
2026-07-20 16:15:58 -07:00
parent a156700e6e
commit 7f12bc7f40
6 changed files with 217 additions and 7 deletions
+2 -2
View File
@@ -2076,8 +2076,8 @@ class PipelineExecutor:
except Exception:
row_action = None
if row_action:
prefer_row_action = True
preferred_row_action = list(row_action)
stages.insert(0, list(row_action))
return True, None
# Command expansion via @N:
# - Default behavior: expand ONLY for single-row selections.
# - Special case: allow multi-row expansion for add-file directory tables by