-
Notifications
You must be signed in to change notification settings - Fork 54
Aider module support agentAPI #356
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
base: main
Are you sure you want to change the base?
Conversation
@matifali @DevelopmentCats, most of the module works fine, but now I’m implementing MCP configuration and task prompts with active chatting. ![]() The --message flag disables chat mode, runs only the prompt, and then exits the program. I’m trying to find a way to keep chat mode running inside the module. |
@Harsh9485, I think we should run in chat mode using AgentAPI by default, but provide the option to use message mode and disable AgentAPI (i.e., Coder Tasks) integration if a user wants to run in that mode. |
So should I give the user three options: |
Yes @Harsh9485 |
@matifali, unfortunately we can’t run interactive mode with the --message flag. What should I do now? |
…egistry into aider-tasks-agentapi-support
…egistry into aider-tasks-agentapi-support
@matifali @DevelopmentCats. PR ready to review. |
@matifali @DevelopmentCats, I have added the MCP server configuration. |
Closes #239
/claim #239
Description
video :- https://www.loom.com/share/d1d1d54d48bc45c4a48271ca9a387a88?sid=933e250d-78f8-4a7f-9745-0e908c0ee4d9
Type of Change
Module Information
Path:
registry/coder/modules/aider
New version:
v1.0.0
Breaking change: [ ] Yes [x] No
Testing & Validation
bun test
)bun run fmt
)Related Issues