Aider module support agentAPI#356
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. |
|
@matifali @DevelopmentCats, let me know if you need any changes in the code. |
|
@DevelopmentCats, did we fix the agentapi -l flag error? |
What issue where you getting with the -I flag? |
|
I mentioned the error in this Discord thread. https://discord.com/channels/747933592273027093/1425453418998403169 |
|
I'm running into that flag error, and that is the full error message : ` API key provided ! Flags: unknown shorthand flag: 'I' in -I= |
|
@matifali @DevelopmentCats, I think most of the work is done. check the changes and let me know if I need to change or do anything. |
|
Are you sure this isn't because you have agent api |
|
You’re right, @DevelopmentCats. I updated the agentapi module version, not agentapi itself. Now the initial_prompt is working, and you can review the PR and let me know if you’d like any changes. |
I'm glad it was an easy fix 😃 I will test out the module and then give it a final review. |
|
@Harsh9485 the last thing you will need to do is update the new module version in the examples to 2.0.0 instead of 1.0.0 which would bring it backwards from 1.1.2 |



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/aiderNew version:
v1.0.0Breaking change: [ ] Yes [x] No
Testing & Validation
bun test)bun run fmt)Related Issues