@@ -4,9 +4,9 @@ OCS (OpenCode Config Suites) quick installer for Multi Agents workflow, AI codin
44
55## Quick Install
66
7- ### Feat branch (` feat/buyer-setup-smoke ` )
7+ ### Beta branch (` beta ` )
88
9- Use this branch for cross-platform validation before main release.
9+ Use this branch for beta rollout and validation before main release.
1010
1111This branch currently includes installer hardening for WSL/macOS/Windows edge cases:
1212
@@ -19,27 +19,27 @@ This branch currently includes installer hardening for WSL/macOS/Windows edge ca
1919#### macOS / Linux / WSL
2020
2121``` bash
22- curl -fsSL https://raw.githubusercontent.com/andyvandaric/opencode-suites-installer/feat/buyer-setup-smoke /install.sh | bash
22+ curl -fsSL https://raw.githubusercontent.com/andyvandaric/opencode-suites-installer/beta /install.sh | bash
2323```
2424
2525Install specific version:
2626
2727``` bash
28- curl -fsSL https://raw.githubusercontent.com/andyvandaric/opencode-suites-installer/feat/buyer-setup-smoke/ install.sh | bash -s -- --version 2.1.4
28+ curl -fsSL https://raw.githubusercontent.com/andyvandaric/opencode-suites-installer/beta/ install.sh | bash -s -- --version 2.1.6
2929```
3030
3131WSL note: run the command inside WSL terminal (` bash ` /` zsh ` ), not from Windows PowerShell.
3232
3333#### Windows (PowerShell 7)
3434
3535``` powershell
36- pwsh -NoProfile -ExecutionPolicy Bypass -Command "irm https://raw.githubusercontent.com/andyvandaric/opencode-suites-installer/feat/buyer-setup-smoke /install.ps1 | iex"
36+ pwsh -NoProfile -ExecutionPolicy Bypass -Command "irm https://raw.githubusercontent.com/andyvandaric/opencode-suites-installer/beta /install.ps1 | iex"
3737```
3838
3939Install specific version:
4040
4141``` powershell
42- pwsh -NoProfile -ExecutionPolicy Bypass -Command '$env:OCS_VERSION = "2.1.4 "; irm https://raw.githubusercontent.com/andyvandaric/opencode-suites-installer/feat/buyer-setup-smoke /install.ps1 | iex'
42+ pwsh -NoProfile -ExecutionPolicy Bypass -Command '$env:OCS_VERSION = "2.1.6 "; irm https://raw.githubusercontent.com/andyvandaric/opencode-suites-installer/beta /install.ps1 | iex'
4343```
4444
4545Windows note: run via ` pwsh ` (PowerShell 7), not ` powershell.exe ` (Windows PowerShell 5.1), to avoid parser errors like ` Unexpected token '??' ` .
@@ -60,20 +60,20 @@ pwsh -NoProfile -ExecutionPolicy Bypass -Command "irm https://raw.githubusercont
6060
6161Run installer from your normal user shell. Do not wrap installer command in ` sudo ` , or profile/config writes may target the wrong home directory.
6262
63- ## Quick Start (Latest Feat Stabilization)
63+ ## Quick Start (Latest Beta Stabilization)
6464
65- If you want deterministic behavior while this branch is still collecting edge-case reports, use pinned version + branch:
65+ If you want deterministic behavior while this beta branch is still collecting edge-case reports, use pinned version + branch:
6666
6767### macOS / Linux / WSL
6868
6969``` bash
70- curl -fsSL https://raw.githubusercontent.com/andyvandaric/opencode-suites-installer/feat/buyer-setup-smoke/ install.sh | bash -s -- --version 2.1.4 --branch feat/buyer-setup-smoke
70+ curl -fsSL https://raw.githubusercontent.com/andyvandaric/opencode-suites-installer/beta/ install.sh | bash -s -- --version 2.1.6 --branch beta
7171```
7272
7373### Windows (PowerShell 7)
7474
7575``` powershell
76- pwsh -NoProfile -ExecutionPolicy Bypass -Command '$env:OCS_VERSION = "2.1.4 "; $env:OCS_RELEASE_BRANCH = "feat/buyer-setup-smoke "; irm https://raw.githubusercontent.com/andyvandaric/opencode-suites-installer/feat/buyer-setup-smoke /install.ps1 | iex'
76+ pwsh -NoProfile -ExecutionPolicy Bypass -Command '$env:OCS_VERSION = "2.1.6 "; $env:OCS_RELEASE_BRANCH = "beta "; irm https://raw.githubusercontent.com/andyvandaric/opencode-suites-installer/beta /install.ps1 | iex'
7777```
7878
7979Post-install smoke checks:
@@ -185,7 +185,7 @@ ls -la ~/.config/opencode/plugins/opencode-multi-auth/dist/src/plugin.js ~/.conf
185185Kalau folder plugin belum ada sama sekali, rerun installer:
186186
187187``` bash
188- curl -fsSL https://raw.githubusercontent.com/andyvandaric/opencode-suites-installer/feat/buyer-setup-smoke/ install.sh | bash -s -- --version 2.1.4
188+ curl -fsSL https://raw.githubusercontent.com/andyvandaric/opencode-suites-installer/beta/ install.sh | bash -s -- --version 2.1.6
189189```
190190
1911913 ) Paksa login via provider Antigravity dengan PATH prioritas:
0 commit comments