libtmux_mcp.prompts.recipes.diagnose_failing_pane
Python
- Python
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
-
Gather pane context and propose a root-cause hypothesis.
Uses
snapshot_pane(content + cursor + mode + scroll state in one call) instead ofcapture_pane+get_pane_infoso the agent sees everything in a single protocol call. When the diagnosis needs another read after waiting or observing, the rendered recipe points agents atcapture_sinceinstead of a repeated full capture.- Parameters
-
-
pane_id ( str ) – The pane to diagnose.
-