test(llm_client): copilot_cli conformance + bump v2.0.0 (CHANGELOG)#198
Merged
Conversation
Phase C2 of the LLM backend upgrade — Phase A/B/C wrap-up for the executor side. Plugs CopilotCLIClient into the conformance harness, bumps the version to 2.0.0, and writes the matching CHANGELOG entry. tests/llm_client/conformance/test_copilot_cli.py (NEW) - 8 specialised cases on top of ConformanceTestSuite: capability shape (subprocess, no streaming/tools/structured_output/token_usage), basic_text_completion via fake gh, auth/not_installed error mapping, streaming-fallback (BaseClient default emits one message_complete event), binary_not_found. pyproject.toml / src/geny_executor/__init__.py - version: 1.21.0 → 2.0.0 (semver major: provider-location contract break, ProviderBackedClient removal). CHANGELOG.md - 2.0.0 entry covering Added / Changed / Removed plus migration notes for hosts moving off the legacy ``api_key=`` + ``strategies['provider']`` path. Full suite: 3205 passed, 8 skipped, 0 failed. ClientRegistry.available() now returns 6 providers; Phases A + B + C of the LLM backend upgrade are complete. The next phase (D) introduces multi-provider sub-agents; after that lands, PyPI publication of 2.0.0 unblocks Geny to consume the new contract. Plan reference: docs/llm-backend-upgrade-plan/07_rollout_phases.md (Phase C2). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Phase C2 of the LLM backend upgrade cycle — closes Phase A/B/C for the executor side. Plugs CopilotCLIClient into the conformance harness, bumps the version to 2.0.0, and writes the matching CHANGELOG entry.
What's new
Test plan
Phases A + B + C complete on the executor side. Phase D (sub-agent multi-provider) is next; after that lands, PyPI publication of 2.0.0 unblocks Geny.
Plan reference: `docs/llm-backend-upgrade-plan/07_rollout_phases.md` (Phase C2).