test: validate packed driver artifact across runtimes - #79
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Replaces provider-specific tests with a packed-driver artifact matrix covering all supported runtimes and release paths.
Changes:
- Adds artifact-level compatibility, lifecycle, and control tests.
- Gates publishing on the unpacked NPM artifact.
- Aligns runtime versions, scripts, defaults, and documentation.
Reviewed changes
Copilot reviewed 13 out of 14 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
tests/driver-artifact-test-controller.ts |
Adds production-protocol artifact controller. |
tests/driver-artifact-live.test.ts |
Adds cross-runtime live-test matrix. |
tests/driver-artifact-contract.test.ts |
Verifies scripts and release gating. |
tests/opencode-acp-live.test.ts |
Removes legacy OpenCode live tests. |
tests/opencode-acp-contract.test.ts |
Removes direct ACP contract tests. |
tests/openai-app-server-live.test.ts |
Removes direct OpenAI live tests. |
tests/claude-agent-sdk-live.test.ts |
Removes direct Claude live tests. |
src/models/index.ts |
Updates the default OpenAI model. |
.github/workflows/release.yml |
Tests packed artifact before publication. |
package.json |
Adds artifact test scripts and OpenCode dependency. |
bun.lock |
Locks OpenCode runtime packages. |
Containerfile |
Updates the OpenCode image version. |
.env.example |
Documents unified live-test configuration. |
README.md |
Documents artifact testing and terminology. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
Validation
vp run checkCloses #78