We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b12bef0 commit f98e730Copy full SHA for f98e730
packages/web/src/content/docs/1-0.mdx
@@ -13,15 +13,20 @@ The new TUI works like the old one since it connects to the same opencode server
13
14
## Upgrading
15
16
-You will not be autoupgraded to 1.0 if you are currently using a previous
17
-version.
+You should not be autoupgraded to 1.0 if you are currently using a previous
+version. However some older versions of OpenCode always grab latest.
18
19
20
To upgrade manually, run
21
```bash
22
$ opencode upgrade 1.0.0
23
```
24
25
+To downgrade back to 0.x, run
26
+```bash
27
+$ opencode upgrade 0.15.31
28
+```
29
+
30
---
31
32
## UX changes
0 commit comments