feat: canonical workspace.mode + workspace.path model - #515
Merged
Conversation
Deploying agentv with
|
| Latest commit: |
85960a0
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://b505db9f.agentv.pages.dev |
| Branch Preview URL: | https://feat-issue-514-workspace-mod.agentv.pages.dev |
christso
marked this pull request as ready for review
March 10, 2026 03:02
christso
added a commit
that referenced
this pull request
Mar 10, 2026
…bled Update documentation across SKILL.md, configuration.mdx, workspace-pool.mdx, and running-evals.mdx to reflect PR #515 and PR #516 changes: - Rename ephemeral -> temp in workspace mode enum - Rename static_path -> path - Document hooks.enabled option (boolean, default true) - Document static workspace auto-materialisation when path is empty/missing
christso
added a commit
that referenced
this pull request
Mar 10, 2026
…bled (#519) Update documentation across SKILL.md, configuration.mdx, workspace-pool.mdx, and running-evals.mdx to reflect PR #515 and PR #516 changes: - Rename ephemeral -> temp in workspace mode enum - Rename static_path -> path - Document hooks.enabled option (boolean, default true) - Document static workspace auto-materialisation when path is empty/missing
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
workspace.mode(pooled|temp|static) +workspace.path--workspace-mode/--workspace-pathworkspace.static_path,workspace.pool, and target-levelworkspace_templateexamples/features/workspace-setup-scriptto install plugin viapluginsin workspace config using a project-scoped marketplaceValidation
Manual E2E (2026-03-10)
agentv eval --help--workspace-modeand--workspace-path--keep-workspaces,--cleanup-workspaces,--retain-on-success,--retain-on-failure,--pool-workspaces,--no-pool,--workspace-clean,--workspaceagentv eval examples/features/rubric/evals/dataset.eval.yaml --dry-run --workspace-path /tmp --workspace-mode temp--workspace-path requires --workspace-mode=static (or omit --workspace-mode)agentv eval examples/features/rubric/evals/dataset.eval.yaml --dry-run --workspace-path /tmpTotal tests: 5)workspace.path: /tmpTotal tests: 1) showing YAML path implies static modeworkspace.mode: staticand noworkspace.pathworkspace.mode=static requires workspace.path or --workspace-pathworkspace.static_pathworkspace.static_path has been removed. Use workspace.path with workspace.mode=static.workspace.pool: trueworkspace.pool has been removed. Use workspace.mode='pooled' or 'temp'.Manual E2E: workspace-setup-script example (2026-03-10)
agentv eval examples/features/workspace-setup-script/evals/dataset.eval.yaml --dry-run --target copilot0workspace initrunallagents plugin marketplace add <...>/examples/features/workspace-setup-script/marketplace --scope projectallagents workspace syncmy-plugin@workspace-setup-script-marketplacesyncedagentv eval examples/features/workspace-setup-script/evals/dataset-vscode.eval.yaml --dry-run --target vscode0AGENTS.md.github/prompts/summarize-repo.prompt.mdCloses #514