feat(opencode): read approved private cache entries - #84
Merged
Conversation
…o-search Cover public repositories and owner-approved private repositories present in the repo-search cache for ordinary cached reads in every primary agent's routing policy, keeping GitHub MCP for writes, branches, pull requests, access and visibility checks, and freshness-critical reads. Mirror the /artifacts/* path-scoped permissions for /repos/* and release chart 0.1.65.
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
Updates every primary agent to prefer
repo-searchfor ordinary cached reads of public repositories and owner-approved private cache entries. Grants the packaged OpenCode configuration the requested/repos/*path permissions and releasesopencode-serverchart0.1.65.Fixes #
None — owner-approved repository-routing change.
Type of change
Validation
testrun 33945440259 passed repository hygiene and Helm validation.No local Helm, OpenTofu, Kubernetes, or live-system operation was run or claimed. CI is the validation authority.
Impact and rollout
Producer: this change packages immutable chart
opencode-server0.1.65; it does not create a new MCP endpoint or change the read-only backend. The separatekustomize-clusterprivate-cache PR must make the approved private cache entries available before this routing is functionally useful.Consumer: OpenCode receives the updated primary prompts, documentation, and
/repos/*path-scoped permissions. Subagent definitions are unchanged. GitHub MCP remains required for GitHub mutations, access/visibility checks, and freshness-critical source.Delivery stages: this PR authors and validates chart content only. After an explicitly approved merge,
mainmay publish the immutable OCI chart and automatically open/update the separatekustomize-clusterversion-pin PR. That desired-state update, Argo CD reconciliation, workload health, and representative agent behavior require separate evidence.Rollback: select the previous immutable
opencode-serverchart version through a reviewed GitOps change; never patch the running ConfigMap or Deployment.Safety and secrets
GitHub Advanced Security secret scanning is unavailable for this repository; the diff was manually inspected. AI-assisted change: an OpenCode agent materially produced this change; reviewers should verify the exact
/repos/*permission expansion, primary-only scope, and chart-version bump before merging.