← All extensions
LLM Capabilities Viewer
ivyx✓
Inspect your instruction classes and try them out before wiring them into anything
LLM Capabilities Viewer
Inspect and test the instruction classes (reusable AI capabilities) registered in your workspace. Open the panel to read a class's full contract and try it with a live prompt.
What you can do
- Browse every registered instruction class as a card showing its full contract: title, role, description, inputs, outputs, policy, tags, execution defaults, and system prompt.
- Test a class: pick it, type a prompt, and Send (Enter sends, Shift+Enter for a newline). The reply comes back as a chat bubble with how long it took.
- See a best-effort hint of where the call ran (Local / Remote / Auto). The actual route is decided when the class runs.
JSON replies are pretty-printed when the class is set to return JSON.
Getting started
Open LLM Capabilities Viewer from the command palette, or use the info / View action on a class in the LLM Capabilities panel to focus the viewer on that one.