The "terminal debugger" is impressively smart and solves the problem way more often than I would expect. However for some reason it doesn't always trigger (the option to debug is not always given, even with non-zero exit codes). Would it be possible to trigger the same flow manually?
You need to cancel the currently running command or process first (for example, with Ctrl + C). After that, the 'Debug with AI' button will appear when hovering over any output block.
The "terminal debugger" is impressively smart and solves the problem way more often than I would expect. However for some reason it doesn't always trigger (the option to debug is not always given, even with non-zero exit codes). Would it be possible to trigger the same flow manually?