feat(opencode): default web sessions to generic agent - #83
Merged
Conversation
Chart CI passedRepository hygiene and Helm validation passed. View the workflow run. |
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
Set OpenCode's
default_agenttodefaultso unqualified web UI sessions load the generic full-capability primary agent rather thanmakeitwork. Update the agent-instruction architecture and bump immutable chart version0.1.63→0.1.64.Fixes: N/A — owner-approved routing change.
Type of change
Validation
package opencode-server.Impact and rollout
Producer changed:
makeitworkcloud/charts/opencode-serverowns the packaged non-secret OpenCode configuration. The ConfigMap copiesfiles/opencode.jsonand all selectable agent files into the runtime configuration; this change selects the existingdefault.mdagent for unqualified sessions.Automatic after approved merge: the charts
mainworkflow packages and publishes OCI chartopencode-server:0.1.64, then opens or updatesmakeitworkcloud/kustomize-cluster's version-pin pull request forworkloads/apps/opencode-app.yamland enables its auto-merge.Separate confirmation/verification stages: the generated GitOps pull request, its required checks and merge, Argo CD root/child reconciliation, resource health, and an authenticated representative web UI/API request remain distinct. Rollback is a reviewed GitOps version-pin change to
0.1.63; never overwrite the immutable OCI artifact.Safety and secrets
AI-assisted change: an OpenCode agent materially produced this routing change and release documentation update.