-
Notifications
You must be signed in to change notification settings - Fork 7
Add Aider CLI agent support #24
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
Conversation
Co-authored-by: kevinelliott <[email protected]>
Co-authored-by: kevinelliott <[email protected]>
Co-authored-by: kevinelliott <[email protected]>
Co-authored-by: kevinelliott <[email protected]>
|
@copilot pull in latest from main branch |
Merged latest changes from main branch in commit c0ac2a3. All tests pass and build succeeds. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
🔨 Build Artifacts ReadyTest binaries for PR #24 (a1d40e3) have been built successfully! Available platforms:
Download artifacts from the workflow run Testing instructions: # Download and extract the appropriate archive
tar -xzf agentpipe_<platform>.tar.gz
# or for Windows: unzip agentpipe_windows_amd64.zip
# Test the binary
./agentpipe doctor
./agentpipe --help |
|
@copilot Lints are not passing, please fix. |
Co-authored-by: kevinelliott <[email protected]>
Add support for Aider CLI agent
Plan:
Implementation complete! All tests pass, build succeeds, and linting passes.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.