Align sandbox defaults with the cchost configuration schema - #8176
Open
Amaury Chamayou (achamayou) with Copilot wants to merge 14 commits into
Open
Align sandbox defaults with the cchost configuration schema#8176Amaury Chamayou (achamayou) with Copilot wants to merge 14 commits into
Amaury Chamayou (achamayou) with Copilot wants to merge 14 commits into
Conversation
Co-authored-by: achamayou <4016369+achamayou@users.noreply.github.com>
Co-authored-by: achamayou <4016369+achamayou@users.noreply.github.com>
Co-authored-by: achamayou <4016369+achamayou@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Clarify default configuration options for the sandbox
Align sandbox defaults with the cchost configuration schema
Aug 18, 2026
Co-authored-by: Amaury Chamayou <amaury@xargs.fr>
Contributor
There was a problem hiding this comment.
Pull request overview
Aligns sandbox configuration defaults and CLI help with the cchost schema while retaining optimized e2e defaults.
Changes:
- Adds schema-backed default resolution and unit conversion.
- Enables schema defaults for
sandbox.sh. - Adds documentation, installation support, and regression tests.
Custom instructions used
.github/copilot-instructions.md.github/instructions/changelog.instructions.md
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
tests/start_network.py |
Adds the schema-default opt-in flag. |
tests/sandbox/sandbox.sh |
Enables schema defaults and removes overrides. |
tests/infra/e2e_args.py |
Resolves defaults and descriptions from the schema. |
tests/e2e_args_test.py |
Tests defaults, precedence, and diagnostics. |
doc/build_apps/run_app.rst |
Documents sandbox default behavior. |
CMakeLists.txt |
Installs the schema and registers tests. |
CHANGELOG.md |
Records the user-facing change. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Amaury Chamayou (achamayou)
approved these changes
Aug 20, 2026
Amaury Chamayou (achamayou)
marked this pull request as ready for review
August 20, 2026 14:39
Member
|
Copilot resolve the merge conflicts in this pull request |
…lt-configuration-options # Conflicts: # CHANGELOG.md Co-authored-by: achamayou <4016369+achamayou@users.noreply.github.com>
Contributor
Author
Resolved the merge conflict with |
Copilot started reviewing on behalf of
Amaury Chamayou (achamayou)
August 20, 2026 16:24
View session
Copilot started reviewing on behalf of
Amaury Chamayou (achamayou)
August 25, 2026 15:25
View session
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.
The sandbox inherited test-optimized defaults from the e2e infrastructure, causing its generated configuration and CLI help to diverge from documented
cchostdefaults—for example, a 100ms rather than 1000ms signature delay.Sandbox behavior
sandbox.shopt into schema defaults while preserving faster e2e defaults.Distribution and documentation