End-user friendly description of the problem this fixes or functionality that this introduces
[x] Include this change in the Release Notes. If checked, you must provide an end-user friendly description for your change below
CHANGELOG: A message is shown every time the agent runs a command
Give a summary of what the PR does, explaining any non-trivial design decisions
This shows a chat message every time the agent takes an action, including running commands, python, and reading and writing files (the latter two don't really seem to happen--I think the agent always uses python)
Details are hidden by default but can be shown with a click.
At first the message says e.g. "running a bash command", but changes to "ran a bash command" once the output is observed
Link of any specific issues this addresses
To run this PR locally, use the following command:
End-user friendly description of the problem this fixes or functionality that this introduces
Give a summary of what the PR does, explaining any non-trivial design decisions
This shows a chat message every time the agent takes an action, including running commands, python, and reading and writing files (the latter two don't really seem to happen--I think the agent always uses python)
Details are hidden by default but can be shown with a click.
At first the message says e.g. "running a bash command", but changes to "ran a bash command" once the output is observed
Link of any specific issues this addresses
To run this PR locally, use the following command: