iyke_state
Retrieve the current state of the Ikenga desktop app, including sidebar mode, focused pane route, and full pane tree. Use this to inspect the user's view before navigating or modifying panes.
Instructions
Get the current state of the Ikenga desktop app — sidebar mode, focused pane route, and the full pane tree under shell.panes. shell.panes has shape { leaves: [{ id, focused, activeTabIdx, tabs: [{kind,title}] }], tree: }; use leaves[].id with iyke_focus or iyke_close (pane_id) to operate on a specific pane. Call this before iyke_go / iyke_mode / iyke_focus / iyke_close to check what the user is currently looking at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||