fix: added --type aider flag in agentapi#811
Conversation
|
@35C4n0r, this PR has been ready for review for a while, if you'd like any changes, please let me know. |
|
@Harsh9485 Sorry for the late review. But we are doing a larger refactor that makes the agent API and tasks optional. See #861 for example. So we may not be able to review this for a while. If you want to refactor this to match #861, I am happy to review. |
|
@matifali, is the plan to refactor all the modules that use the agentAPI and tasks? I'll refactor this PR soon. |
|
Yes. Eventually all of them. We have strated with Claude code and will move to less popular ones later. |
|
hey @matifali, I’m facing an issue while refactoring the Aider module. When I click the Aider Coder app, it says aider is not found. However, when I open the terminal and run aider manually, it works correctly. I updated the PR to show the current code. Once the module is working properly, I’ll open a new PR. I think the issue may be related to the app environment or PATH, because the command works in the terminal but not through coder_app. Template code:
|






Description
I added the --type flag in agentapi.
Aider does not support MCP, so we can’t set
report_tasks = trueCloses: #739
Type of Change
Module Information
Path:
registry/coder/modules/aiderNew version:
v2.1.0Breaking change: [ ] Yes [ ] No
Testing & Validation
bun test)bun fmt)Related Issues
#749