feat: add OpenCode 2 and MiMo ACP providers - #537
Draft
giuliastro wants to merge 144 commits into
Draft
giuliastro wants to merge 144 commits into
giuliastro wants to merge 144 commits into
Conversation
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds two more real ACP harness profiles through the Provider Kit path, stacked on #536. This PR targets
feature/acp-provider-copilot, nevermain.OpenCode 2
opencode2opencode2binary aliasopencode2 acpwhen that alias exists, otherwise falls back tonpx --yes --package=@opencode/cli opencode acpso v2 can be tested/used without replacing the currentopencodebinaryeffortopencodeMiMo Code
mimomimomimo acpauthenticate: false: current MiMo ACP advertisesopencode-loginfrominitializebut its ownauthenticateimplementation throwsAuthentication not implemented; Harness Remote therefore relies on credentials already configured in MiMo CLIProvider Kit / launcher
Real-machine smoke commands
Both smokes use a temporary workspace by default and run through Harness Remote's real
AcpService:The OpenCode 2 smoke also checks runtime commands and model config options. MiMo starts with lifecycle/prompt/Stop/reopen checks only. Its smoke defaults to the caller's current workspace because MiMo 0.1.14 can reject
session/newin an empty temporary directory even though the same ACP flow passes in a real workspace.Stack
feature/acp-provider-opencode2-mimoNothing in this stack is merged to
main.Related: #372