Send Raw Input To Claude Code TUI
companion_tui_rawSend literal text or tmux key names directly to an open Claude Code TUI pane, bypassing wrapper framing to execute slash commands, control keys, or Escape.
Instructions
Send literal text and/or tmux key names to the existing Claude Code TUI pane without the cc-in-codex wrapper. Use for slash commands (e.g. /clear), control keys (C-c), or Escape. Requires an open tui session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | ||
| keys | No | tmux key names sent after text, e.g. ["Enter"], ["C-c"], ["Escape"]. | |
| text | No | Literal text pasted into the pane as-is (no cc-in-codex framing). | |
| enter | No | Press Enter after the input. Defaults to true for a plain text send with no keys. |