mirror of
https://github.com/niels-emmer/myace.git
synced 2026-09-13 23:53:30 +02:00
[PR #74] [MERGED] feat: add Aider, Continue, Goose, Cody, and Amazon Q Developer adapters #74
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
github-mirrors/myace#74
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/niels-emmer/myace/pull/74
Author: @niels-emmer
Created: 8/12/2026
Status: ✅ Merged
Merged: 8/12/2026
Merged by: @niels-emmer
Base:
main← Head:feat/five-new-adapters📝 Commits (1)
3c4ac66feat: add Aider, Continue, Goose, Cody, and Amazon Q Developer adapters📊 Changes
13 files changed (+800 additions, -41 deletions)
View changed files
📝
README.md(+12 -0)📝
backend/app/adapters/__init__.py(+10 -0)➕
backend/app/adapters/aider.py(+71 -0)➕
backend/app/adapters/amazon_q.py(+47 -0)➕
backend/app/adapters/cody.py(+52 -0)➕
backend/app/adapters/continue_dev.py(+112 -0)➕
backend/app/adapters/goose.py(+51 -0)📝
backend/app/models/profile.py(+2 -1)📝
backend/tests/test_adapters.py(+351 -0)📝
docs/ADAPTERS_RESEARCH.md(+73 -23)📝
docs/README.md(+3 -3)📝
docs/architecture.md(+7 -5)📝
docs/extending.md(+9 -9)📄 Description
Summary
ProfileCompileRequest'stargetLiteral(backend/app/models/profile.py) — a step four prior adapters historically shipped without, silently 422ing/profiles/compileforever (seedocs/extending.md).docs/ADAPTERS_RESEARCH.md) but deliberately not built: its extension was shut down and its GitHub repo archived on 2026-05-15, confirmed directly on GitHub..sourcegraph/*.rule.mdformat uses a conservative best-effort schema — Sourcegraph's current public docs don't list a dedicated "rules" capability under that name; flagged incody.py's module docstring and in the docs.README.mdadapter table,docs/architecture.md,docs/extending.md,docs/README.md,docs/ADAPTERS_RESEARCH.md.Test plan
pytest— 198 passed (30 new tests across the 5 adapters)ruff check .— cleanmypy app— clean on every file touched (pre-existing errors inopencode.py/codex_cli.pyuntouched, unrelated to this change)🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.