Closes #239 /claim #239
This PR updates the Aider module to support Coder Tasks and AgentAPI. This enables users to interact with Aider through a web-based chat interface within their Coder workspace and allows Aider to report task progress back to the Coder UI.
This change refactors the module to use the existing agentapi
module, which handles the installation and management of the AgentAPI server. The Aider startup process is now managed by agentapi
, which launches Aider and connects it to the web UI.
The module has been updated to:
agentapi
module for the web interface and task reporting.install.sh
and start.sh
scripts to manage the Aider process through AgentAPI.Path: registry/coder/modules/aider
New version: v1.2.0
Breaking change: [ ] Yes [x] No
bun test
)bun run fmt
)None
Jash Ambaliya
@AJ0070
Coder
@coder