Conversation
Contributor
d-teller
commented
Mar 11, 2026
- Add config get|set|reset|path subcommand for inspecting and modifying runtime overrides without editing YAML directly
- Surface model hint in MCP server instructions (## Model Preference) so runtimes can see the agent's configured model
- Add ResetField/ResetFieldTo to pkg/config — removes individual overrides, deletes config file when all fields become nil
- Bring in prerequisite v0.4.0 changes: pkg/config/ package, install --model flag, applyConfigOverrides, WithModel/WithLazyToolLoading/WithConfigPath options
- Bump cliVersion to 0.4.0 to trigger auto-release - Add Dockerfile (multi-stage, alpine-based) - Add publish-package job to CI that builds and pushes multi-arch container image to ghcr.io after release
Introduces `<agent> config get|set|reset|path` for inspecting and modifying runtime overrides without editing YAML. Surfaces model hint in MCP instructions so runtimes can see the configured model preference. Adds ResetField to remove individual config overrides (deletes file when all fields nil). Also brings in prerequisite changes from v0.4.0: config package, install --model flag, applyConfigOverrides, WithModel/WithLazyToolLoading/WithConfigPath options. Co-Authored-By: Claude <noreply@anthropic.com>
Docker is not used in this project. Removes the Dockerfile, the publish-package CI job, and the packages:write permission. Co-Authored-By: Claude <noreply@anthropic.com>
- New examples/model-override/ with agent declaring model: claude-opus-4-6 - README: add config to architecture diagram, new Runtime Configuration section - docs/reference.md: add WithModel, WithLazyToolLoading, WithConfigPath options, config subcommand reference, update --describe schema and BridgeConfig, add --model flag to install - docs/concepts.md: add config to lifecycle, new Runtime Config Overrides section - docs/quickstart.md: add config commands to Explore step - docs/faq.md: new "How do I override settings without rebuilding?" entry - docs/guides/distribution.md: install-time config overrides section - docs/guides/mcp.md: document model hint in server instructions - docs/guides/agentfile-format.md: clarify model field is overridable Co-Authored-By: Claude <noreply@anthropic.com>
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.