feat: plan-first default agent for all Amicode sessions - #301
Open
aarontrowbridge wants to merge 1 commit into
Open
feat: plan-first default agent for all Amicode sessions#301aarontrowbridge wants to merge 1 commit into
aarontrowbridge wants to merge 1 commit into
Conversation
Every new session opens on opencode's read-only plan agent. Execution (pulse-designer interview, solves) starts only when the user switches agents in the composer. buildOpencodeConfigContent injects `default_agent: "plan"` into the OPENCODE_CONFIG_CONTENT every Amicode server boots with. The blob deep-merges over the user's global config, so this is the product default for all users. Per-message `agent` selections (e2e tests, distiller's --agent) are unaffected. Verification: 867 passed / 3 skipped / 0 failed full fast suite; vendored opencode 1.17.3 accepts the field via the real-binary injection+merge test. Refs: #300
aarontrowbridge
marked this pull request as ready for review
August 9, 2026 14:21
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.
Every new session opens on opencode's read-only plan agent. Execution (the pulse-designer interview, solves) starts only when the user switches agents in the composer.
buildOpencodeConfigContentinpackages/extension/src/opencode_config.tsnow injectsdefault_agent: "plan"into the config blob every Amicode server boots with. OPENCODE_CONFIG_CONTENT deep-merges over the user's global config, so this is the product default for all users — per-messageagentselections (e2e tests, the distiller's--agent) are unaffected.Verification: fast suite green (867 passed / 3 skipped / 0 failed); the vendored opencode 1.17.3 binary accepts the field via the real-binary injection+merge test.
Closes #300.