iyke_open
Open a new tab in the focused pane. Supports view types: route (path), terminal (cmd), chat (session_id), artifact (path), and mini-app (name), each with specific parameters.
Instructions
Open a new tab in the focused pane. kind selects the view type. For "route" pass path; "terminal" optionally cmd (a shell command string); "chat" requires session_id; "artifact" requires path; "mini-app" requires name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cmd | No | For terminal kind. Omit for default login shell. | |
| kind | Yes | ||
| name | No | For mini-app kind. | |
| path | No | For route or artifact kinds. | |
| session_id | No | For chat kind. |