[FEATURE]:Support Augment code #7328

Open
opened 2026-02-16 18:06:50 -05:00 by yindo · 3 comments
Owner

Originally created by @yoobi on GitHub (Jan 23, 2026).

Originally assigned to: @thdxr on GitHub.

Feature hasn't been suggested before.

  • I have verified this feature I'm about to request hasn't been suggested before.

Describe the enhancement you want to request

Hello !
Opencode is amazing because of its possibility with different provider however I do not find the provider I'm currently using which is https://www.augmentcode.com/ would it be possible to add it to the supported list ?

Thank you again for your amazing work

Originally created by @yoobi on GitHub (Jan 23, 2026). Originally assigned to: @thdxr on GitHub. ### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request Hello ! Opencode is amazing because of its possibility with different provider however I do not find the provider I'm currently using which is https://www.augmentcode.com/ would it be possible to add it to the supported list ? Thank you again for your amazing work
yindo added the discussion label 2026-02-16 18:06:50 -05:00
Author
Owner

@b1rdex commented on GitHub (Jan 24, 2026):

Augment has a CLI (auggie), and it has ACP support. It "kinda" works with the current version of Opencode, but every message displays an error in the console.

Here is how you can set it up:

  1. create a config file (in case it doesn't exist already) at ~/.config/opencode/opencode.json
  2. put there the following content:
{
  "$schema": "https://opencode.ai/config.json",
  "provider": {
    "auggie_acp": {
      "npm": "@mcpc-tech/acp-ai-provider",
      "name": "Auggie (ACP)",
      "options": {
        "command": "auggie",
        "args": [
            "--acp"
        ],
        "session": {
          "cwd": ".",
          "mcpServers": []
        }
      },
      "models": {
        "claude-sonnet-4-5": { "name": "Sonnet 4.5" }
      }
    }
  }
}
  1. start opencode, enter /models, pick "Sonnet 4.5" in the Auggie (ACP) section.
  2. send a ping message and see the model response and the error messages on your terminal
Image

BTW, I used auggie ACP in PhpStorm, and it works fine with no errors, I believe it might be some internal problem in the Opencode–ACP integration.

Auggie ACP docs: https://docs.augmentcode.com/cli/acp/agent
Auggie SDK docs: https://docs.augmentcode.com/cli/sdk

@b1rdex commented on GitHub (Jan 24, 2026): Augment has a CLI (auggie), and it has ACP support. It "kinda" works with the current version of Opencode, but every message displays an error in the console. Here is how you can set it up: 1. create a config file (in case it doesn't exist already) at `~/.config/opencode/opencode.json` 2. put there the following content: ``` { "$schema": "https://opencode.ai/config.json", "provider": { "auggie_acp": { "npm": "@mcpc-tech/acp-ai-provider", "name": "Auggie (ACP)", "options": { "command": "auggie", "args": [ "--acp" ], "session": { "cwd": ".", "mcpServers": [] } }, "models": { "claude-sonnet-4-5": { "name": "Sonnet 4.5" } } } } } ``` 3. start `opencode`, enter `/models`, pick "Sonnet 4.5" in the `Auggie (ACP)` section. 4. send a ping message and see the model response and the error messages on your terminal <img width="1728" height="1027" alt="Image" src="https://github.com/user-attachments/assets/8d3b838a-0914-4889-aa66-34274ce5ad02" /> BTW, I used auggie ACP in PhpStorm, and it works fine with no errors, I believe it might be some internal problem in the Opencode–ACP integration. Auggie ACP docs: https://docs.augmentcode.com/cli/acp/agent Auggie SDK docs: https://docs.augmentcode.com/cli/sdk
Author
Owner

@b1rdex commented on GitHub (Jan 24, 2026):

Just in case, there was a PR for adding ACP backend support: https://github.com/anomalyco/opencode/pull/5095 that was discounted

@b1rdex commented on GitHub (Jan 24, 2026): Just in case, there was a PR for adding ACP backend support: https://github.com/anomalyco/opencode/pull/5095 that was discounted
Author
Owner

@yoobi commented on GitHub (Jan 25, 2026):

Thanks for adding more details into the issue !

@yoobi commented on GitHub (Jan 25, 2026): Thanks for adding more details into the issue !
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#7328