-
Notifications
You must be signed in to change notification settings - Fork 4.6k
chore: add a new scenario #7107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -48,13 +48,18 @@ runners: | |
| # stdio: | ||
| # - node mcp-harness/dist/index.js | ||
|
|
||
| - name: goose-full | ||
| - name: goose | ||
| type: goose | ||
| bin: goose | ||
| extensions: [developer, todo, skills, code_execution, extensionmanager] | ||
| stdio: | ||
| - node mcp-harness/dist/index.js | ||
|
|
||
| - name: goose-diet | ||
| type: goose | ||
| bin: ~/Downloads/goose-diet | ||
| extensions: [developer] | ||
|
Comment on lines
+58
to
+61
|
||
|
|
||
| - name: opencode | ||
| type: opencode | ||
| bin: opencode | ||
|
|
@@ -69,6 +74,12 @@ runners: | |
| stdio: | ||
| - node mcp-harness/dist/index.js | ||
|
|
||
| - name: pi-lean | ||
| type: pi | ||
| bin: pi | ||
| # Pi takes provider/model from the test matrix, not config | ||
| # MCP support via pi-mcp-adapter: `pi install npm:pi-mcp-adapter` | ||
|
|
||
| # ============================================================================= | ||
| # Test Matrix | ||
| # ============================================================================= | ||
|
|
@@ -80,6 +91,9 @@ matrix: | |
| - scenario: everyday-app-automation | ||
| - scenario: file-editing | ||
|
|
||
| # Feature removal: all runners | ||
| - scenario: remove-feature | ||
|
|
||
| # Multi-turn: goose and pi only (opencode doesn't support session continuation) | ||
| - scenario: multi-turn-edit | ||
| runners: [pi, goose-full] | ||
| runners: [pi, goose] | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The runner rename from
goose-fulltogoosemakes the repository docs inconsistent (the README still documentsgoose-full), so users following the Quick Start/config examples will likely get “unknown runner” errors; either update the README in this PR or keepgoose-fullas an alias name in config.