[PR #5316] docs: configure mise to use latest version instead of pinned version #11341

Closed
opened 2026-02-16 18:16:10 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/5316

State: closed
Merged: Yes


Summary

Removed the --pin flag from all mise installation commands to allow easier upgrades with mise upgrade.
This align with other package managers like brew that install the latest version by default and upgrade on brew upgrade.

Why

The --pin flag locks users to a specific version (e.g., opencode@1.0.141) instead of using @latest. This means you can run mise upgrade to upgrade versions.

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/5316 **State:** closed **Merged:** Yes --- ## Summary Removed the `--pin` flag from all mise installation commands to allow easier upgrades with `mise upgrade`. This align with other package managers like `brew` that install the latest version by default and upgrade on `brew upgrade`. ## Why The `--pin` flag locks users to a specific version (e.g., `opencode@1.0.141`) instead of using `@latest`. This means you can run `mise upgrade` to upgrade versions.
yindo added the pull-request label 2026-02-16 18:16:10 -05:00
yindo closed this issue 2026-02-16 18:16:10 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#11341