Skip to content

Commit 82c6330

Browse files
committed
docs(index): Highlight snapshot_pane, paste_text, and navigation on the landing page
why: The "What you can do" teaser on the docs landing page listed only the pre-PR tool subset, missing the headline capabilities added in PR #11. Readers arriving at the landing page couldn't see at a glance that the server now covers rich one-shot snapshots, bracketed paste, content-change waits, pane/window navigation, and output logging. what: - Inspect: add `snapshot-pane` (rich capture), `wait-for-content-change` (generic change detection), and `display-message` (arbitrary tmux format queries). - Act: add `paste-text` (multi-line paste), `select-pane` / `select-window` (navigation), `move-window` (rearrange), and `pipe-pane` (output logging). - Keep the teaser selective — swap_pane, enter_copy_mode, and exit_copy_mode remain discoverable via "Browse all tools →".
1 parent 74cefb4 commit 82c6330

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ Config blocks for Claude Desktop, Claude Code, Cursor, and others.
5353

5454
Read tmux state without changing anything.
5555

56-
{toolref}`list-sessions` · {toolref}`capture-pane` · {toolref}`get-pane-info` · {toolref}`search-panes` · {toolref}`wait-for-text`
56+
{toolref}`list-sessions` · {toolref}`capture-pane` · {toolref}`snapshot-pane` · {toolref}`get-pane-info` · {toolref}`search-panes` · {toolref}`wait-for-text` · {toolref}`wait-for-content-change` · {toolref}`display-message`
5757

5858
### Act (mutating)
5959

6060
Create or modify tmux objects.
6161

62-
{toolref}`create-session` · {toolref}`send-keys` · {toolref}`create-window` · {toolref}`split-window` · {toolref}`resize-pane` · {toolref}`set-option`
62+
{toolref}`create-session` · {toolref}`send-keys` · {toolref}`paste-text` · {toolref}`create-window` · {toolref}`split-window` · {toolref}`select-pane` · {toolref}`select-window` · {toolref}`move-window` · {toolref}`resize-pane` · {toolref}`pipe-pane` · {toolref}`set-option`
6363

6464
### Destroy (destructive)
6565

0 commit comments

Comments
 (0)