[PR #5811] docs: replace deprecated mise ubi backend with github backend #11596

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

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

State: closed
Merged: Yes


Summary

Replace deprecated ubi: backend with github: backend in mise installation commands.

Problem

Running mise use -g ubi:sst/opencode displays a deprecation warning:

mise WARN deprecated [ubi]: The ubi backend is deprecated. Use the github backend instead (e.g., github:owner/repo)

Changes

Updated installation commands in:

  • README.md
  • packages/web/src/components/Lander.astro
  • packages/web/src/content/docs/index.mdx

ubi:sst/opencodegithub:sst/opencode

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/5811 **State:** closed **Merged:** Yes --- ### Summary Replace deprecated `ubi:` backend with `github:` backend in mise installation commands. ### Problem Running `mise use -g ubi:sst/opencode` displays a deprecation warning: ```shell mise WARN deprecated [ubi]: The ubi backend is deprecated. Use the github backend instead (e.g., github:owner/repo) ``` ### Changes Updated installation commands in: - `README.md` - `packages/web/src/components/Lander.astro` - `packages/web/src/content/docs/index.mdx` `ubi:sst/opencode` → `github:sst/opencode`
yindo added the pull-request label 2026-02-16 18:16:28 -05:00
yindo closed this issue 2026-02-16 18:16:28 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#11596