Configure ensemble-task-progress-pane settings
Configures the terminal task progress pane display settings and behavior.
/plugin marketplace add FortiumPartners/ensemble/plugin install ensemble-task-progress-pane@ensembleConfigure the terminal pane for task progress monitoring.
Show current configuration, or set specific options.
/task-progress-config # Show current settings
/task-progress-config multiplexer wezterm # Set multiplexer
/task-progress-config direction bottom # Set split direction
/task-progress-config percent 30 # Set pane size
/task-progress-config autoclose 30 # Auto-close after 30 seconds
Set the terminal multiplexer to use. Options:
auto (default) - Auto-detect available multiplexerwezterm - Force WezTerm usagezellij - Force Zellij usagetmux - Force tmux usageSet the direction to split panes. Options:
right (default) - Split to the rightbottom - Split at bottomSet the percentage of space for the viewer pane.
Enable or disable automatic pane creation when tasks exist.
true, falsetrueEnable or disable hiding the pane when no tasks are active.
true, falsetrueSet the number of completed tasks before auto-collapsing.
Automatically close the pane after work completes.
Enable or disable the pane viewer entirely.
true, falsetrueView current configuration:
/task-progress-config
Use WezTerm with bottom split at 30%:
/task-progress-config multiplexer wezterm
/task-progress-config direction bottom
/task-progress-config percent 30
Enable auto-close after 60 seconds:
/task-progress-config autoclose 60
Disable auto-hide when empty:
/task-progress-config auto-hide false
Reset to defaults:
/task-progress-config reset
Settings are saved to ~/.ensemble/plugins/task-progress-pane/config.json
You can also configure via environment variables:
ENSEMBLE_PANE_MULTIPLEXER - Set multiplexerENSEMBLE_PANE_DIRECTION - Set directionENSEMBLE_PANE_PERCENT - Set percentENSEMBLE_TASK_PANE_AUTOCLOSE - Auto-close delay in seconds (0 = disabled)