Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add configurable placeholder text for command failures #3656

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

robbintt
Copy link

@robbintt robbintt commented Mar 27, 2025

Add some message configuration.

Aider was used to draft this PR.

Unconfigured output:


+ exit 1
Added 2 lines of output to the chat.
────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
> What's wrong? Fix```

New configuration option:

🔥 cat .aider.conf.yml 
---

placeholder-fix: Please write out the solution and fix the issue. Please keep the fix focused on the issue.
> /test ./fail.sh                                                                                                           

+ exit 1
Added 2 lines of output to the chat.
────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
> Please write out the solution and fix the issue. Please keep the fix focused on the issue. 

@robbintt robbintt marked this pull request as draft March 27, 2025 04:41
@robbintt robbintt marked this pull request as ready for review March 27, 2025 05:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant