feat: repo field, base_agent inheritance, and inference warning#78
Merged
Conversation
- repo: clone a git repo outside the sandbox and upload it (--depth 1, git credentials never enter the sandbox) - base_agent: inherit providers, env, payloads from a base config. Providers and env merge additively; scalar fields overlay wins. - Warn during apply when no inference provider is configured for claude/opencode entrypoints - Makefile: test-local builds image automatically, test-remote pushes - README: testing section, repo clone flow, getting results out
Clone now uses --recurse-submodules --shallow-submodules by default. New repo_ref field specifies a branch, tag, or ref to clone (passed as --branch to git clone). Defaults to HEAD when omitted.
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
Three new agent config features that were added after PR #77 merged.
repo— clone a git repo outside the sandbox (--depth 1) and upload to/sandbox/<repo-name>. Git credentials never enter the sandbox.base_agent— inherit providers, env, and payloads from a base agent config.base_agent: defaultresolvesagent-default.yaml. Providers and env merge additively; scalar fields from the overlay win.claude/opencodeentrypoints, preventing the cryptic "Not logged in" error.test-localbuilds sandbox image automatically;test-remotepushes automatically.Example: 4-line task config
Test plan
make test— 5/5 packages passmake test-suite— 23/23 passTestMergeOver— base_agent merge semanticsmake test-local— full e2e