feat(desktop): add GitHub Copilot CLI harness - #6829
Open
nathanlutz wants to merge 1 commit into
Open
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Nathan Lutz <me@nathanlutz.dev>
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 - register GitHub Copilot CLI as a built-in ACP harness with official installation and login guidance - launch Copilot through its native
--acpstdio mode while preserving required ACP arguments for custom configurations - surface model capabilities and authenticated readiness through Buzz's existing catalog, cache, and provider UI - add runtime, frontend, mock catalog, and screenshot coverage ## Validation -cargo check --target x86_64-pc-windows-msvc --manifest-path desktop/src-tauri/Cargo.toml --tests-node --test src/features/agents/ui/personaRuntimeModel.test.mjs-pnpm exec tsc --noEmit-pnpm exec biome check src/features/agents/ui/personaRuntimeModel.ts src/testing/e2eBridge.ts tests/e2e/harness-catalog-screenshots.spec.ts-pnpm build:e2e-pnpm exec playwright test tests/e2e/harness-catalog-screenshots.spec.ts --project=smoke- direct ACP initialize/session smoke test against GitHub Copilot CLI 1.0.81-9 Closes #3592Screenshot