Skip to content

fix(opencode): auto-update notifies only; latest() tracks fork release feed - #352

Merged
LeXwDeX merged 1 commit into
devfrom
feat/351-fix-opencode-auto
Aug 19, 2026
Merged

fix(opencode): auto-update notifies only; latest() tracks fork release feed#352
LeXwDeX merged 1 commit into
devfrom
feat/351-fix-opencode-auto

Conversation

@LeXwDeX

Copy link
Copy Markdown
Owner

Closes#351

What

  • installation.latest() drops the npm/brew/choco/scoop multi-source branches; it now queries only the fork release feed (LeXwDeX/OpenCode-GraphAgent/releases/latest, graphagent-v tag prefix).
  • cli/upgrade.ts becomes notify-only: version mismatch emits UpdateAvailable; never calls Installation.upgrade(). autoupdate:false / OPENCODE_DISABLE_AUTOUPDATE stay silent; OPENCODE_ALWAYS_NOTIFY_UPDATE kept for debugging.
  • httpapi global handler installation.latest(method)installation.latest().
  • autoupdate config description updated ("notify only, auto-update disabled").
  • Tests updated to the fork feed + prefix stripping.

Verification

  • bun typecheck green in packages/opencode
  • bun test test/installation 5/5 green

@LeXwDeX
LeXwDeX merged commit cb17d3c into devAug 19, 2026
5 checks passed
@LeXwDeX
LeXwDeX deleted the feat/351-fix-opencode-auto branch August 19, 2026 02:37
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@LeXwDeX