Uh oh!
There was an error while loading. Please reload this page.
fix: added --type aider flag in agentapi - #811
Conversation
Harsh9485
commented
Apr 25, 2026
Harsh9485
commented
Apr 25, 2026
Harsh9485
commented
Apr 28, 2026
@35C4n0r, this PR has been ready for review for a while, if you'd like any changes, please let me know. |
matifali
commented
Apr 28, 2026
@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. |
Harsh9485
commented
May 7, 2026
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: ![]() ![]() |
DevelopmentCats
commented
May 9, 2026
I will take a look at this as well and see if I can resolve the issue for you. |
35C4n0r
commented
Jun 29, 2026
agentapi module is no longer maintained due to tasks being deprecated. Tasks Migration Guide. All the agentapi and tasks related coupling once the module is migrated. |








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