Configure ai-mesh-pane-viewer settings
Configures terminal pane viewer settings for subagent monitoring and logging.
/plugin marketplace add FortiumPartners/ai-mesh/plugin install ai-mesh-pane-viewer@ai-meshConfigure the terminal pane viewer for subagent monitoring.
Show current configuration, or set specific options.
/pane-config # Show current settings
/pane-config multiplexer wezterm # Set multiplexer
/pane-config direction bottom # Set split direction
/pane-config percent 40 # Set pane size
/pane-config floating true # Enable Zellij floating panes
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 bottomleft - Split to the lefttop - Split at topSet the percentage of space for the viewer pane.
Enable or disable floating panes (Zellij only).
true, falsefalseEnable or disable output logging to ~/.ai-mesh/agent-logs/.
true, falsetrueEnable or disable the pane viewer entirely.
true, falsetrueView current configuration:
/pane-config
Use WezTerm with bottom split at 40%:
/pane-config multiplexer wezterm
/pane-config direction bottom
/pane-config percent 40
Enable Zellij floating panes:
/pane-config multiplexer zellij
/pane-config floating true
Settings are saved to ~/.ai-mesh-pane-viewer/config.json
You can also configure via environment variables:
AI_MESH_PANE_MULTIPLEXER - Set multiplexerAI_MESH_PANE_DIRECTION - Set directionAI_MESH_PANE_PERCENT - Set percentAI_MESH_PANE_FLOATING - Set floating (0 or 1)AI_MESH_PANE_DISABLE - Disable pane viewer (set to 1)AI_MESH_PANE_LOG - Enable/disable logging (true or false)When logging is enabled, output is captured to:
~/.ai-mesh/agent-logs/YYYY-MM-DD/<agent-type>_<time>_<task-id>.log
Logs are automatically cleaned up after 7 days.