-
Notifications
You must be signed in to change notification settings - Fork 0
Add GB variant #91
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
Add GB variant #91
Conversation
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.
Pull request overview
This PR adds a new "GB" variant for the SWE agent configuration, introducing an alternative template set with more detailed, opinionated guidance for fixing CI failures in the TensorZero codebase. The variant uses Claude Opus 4.5 with extended thinking capabilities.
Key Changes
- New GB variant configuration with Claude Opus 4.5 model, 64k max tokens, and 32k thinking budget
- Custom template set providing detailed language-specific validation commands and common failure remediation patterns
- Updated docker-compose.yml to load multiple configuration files
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
tensorzero/swe_agent_config/gb.toml |
Defines the GB variant with Claude Opus 4.5, extended token limits, and custom template paths |
tensorzero/swe_agent_config/templates/gb/system.minijinja |
Comprehensive system prompt with TensorZero-specific CI validation commands and common failure patterns |
tensorzero/swe_agent_config/templates/gb/instance.minijinja |
Simple instance template referencing CI failure context file |
tensorzero/swe_agent_config/templates/gb/format_error.minijinja |
Error template for incorrect command formatting |
tensorzero/swe_agent_config/templates/gb/action_observation.minijinja |
Template for displaying command output with truncation handling |
docker-compose.yml |
Modified gateway command to support loading multiple TOML configuration files |
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.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
No description provided.