You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(dev): include in progress state agent details in code generation (#5489)
## Problem
Currently we display a long-running message "Generating code ... " while
in code generation still IN_PROGRESS state. There is an often customer
feedback based on this experience that its "stuck" or not "progressing".
Although the RTS and LLM are processing the request, user expects some
feedback on whats is doing or if its actually stuck processing.
## Solution
This PR provides exposure for the codeGenerationStatusDetail which will
be leveraged to return the strings in the following format:
LLM actions example returned:
"I have reviewed 7 files and applied changes to 3 files in total so far.
Most recently, I reviewed 2 files and applied changes to 1 file. "
Error scenario while IN_PROGRESS:
"The previous attempt failed. I am retrying now. For reference, the
previous
attempt took approximately 1 minute and involved 3 files."
0 commit comments