Get an IR Text Viewer dashboard URL
get_ir_viewer_urlGenerate a direct IR text viewer link for a specific commit, context, and test, resolving short SHA to full SHA so the viewer opens in a browser without local execution.
Instructions
Build a dashboard.furiosa.dev/ir-text-viewer link for a given commit + context + test, so it can be opened directly in a browser instead of running anything locally. Resolves the short-sha to the full commit sha required by the viewer URL via master_commits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sha | Yes | Short commit sha, first 10 hex chars (from list_recent_commits/list_summaries) | |
| test | Yes | Exact test name (from list_summaries) | |
| context | Yes | Context value, e.g. 'test-snapshot-8pe' (from list_summaries) |