Post-Edit Callback Command with Output Included in Agent Response #2610
JSroka7
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I propose a feature to automatically execute a user-defined console command (e.g., linter, formatter, tests ...) after an AI agent successfully edits a file. Command execution should be configurable based on filename patterns (like regex/glob, e.g., *.ts). Crucially, the standard output (stdout) and standard error (stderr) from the executed command should be captured and appended to the final response returned by the AI agent. This provides immediate feedback on the automated action's outcome (like linting or formatting results) directly within the model's response context.
Beta Was this translation helpful? Give feedback.
All reactions