Get a dashboard.furiosa.dev/tactic-debug URL for two commits
get_tactic_debug_urlBuild a tactic-debug comparison URL for base vs current commit SHAs, with configurable test names and contexts for each side.
Instructions
Build a tactic-debug compare link for a base vs current commit. Accepts short-shas directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| baseSha | Yes | Base commit short-sha | |
| baseTest | Yes | Test name for the base side | |
| currentSha | Yes | Current commit short-sha | |
| baseContext | Yes | Context for the base side, e.g. 'test-snapshot-8pe-8chip' | |
| currentTest | No | Test name for the current side (defaults to baseTest) | |
| currentContext | No | Context for the current side (defaults to baseContext) |