auto_paste
Test paste fallback strategies by executing a paste flow with a custom ordered list of strategies. Obtain the winning strategy and diagnostic data for each strategy.
Instructions
Execute the auto-paste flow against an explicit candidate chain. Returns the winning strategy + per-strategy diagnostic data. Useful for stress-testing fallback behavior. WARNING: injects text into the focused window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Text to paste (defaults to "wtest"). | |
| candidates | No | Ordered list of strategies to try. Defaults to defaultFallbackChain(). |