Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Troubleshooting

SymptomFix
Providers missing from the TUIRun tx config lint to confirm the configuration loaded, then check that provider names match the profiles referencing them.
Virtual profiles absentEnsure prompt-assembler is installed and features.pa.enabled = true. Restart the TUI so it reloads virtual profiles.
Search returns no hitsRebuild the index by clearing ~/.cache/tx and restarting. Verify the session logs still exist in the expected directories.
Pipelines fail with exit code 127The provider or snippet binary is not discoverable. Run tx doctor and update the PATH or absolute paths.
tmux wrappers exit immediatelyInclude quotes around {{CMD}} when using shell = true so tmux receives the full pipeline command.

For verbose tracing, add -vv or set RUST_LOG=tx=debug. Capture logs when filing issues so maintainers can reproduce the environment.