diff --git a/packages/app/src/app/pages/settings.tsx b/packages/app/src/app/pages/settings.tsx index 22bf9dd2..27be00d5 100644 --- a/packages/app/src/app/pages/settings.tsx +++ b/packages/app/src/app/pages/settings.tsx @@ -956,37 +956,6 @@ export default function SettingsView(props: SettingsViewProps) { -
-
Startup
- -
-
-
- }> - - -
- {startupLabel()} -
- -
- - - -

- This clears your saved preference and shows the connection choice on next launch. -

-
-
@@ -1013,146 +982,6 @@ export default function SettingsView(props: SettingsViewProps) {
- -
-
-
Engine
-
Choose how OpenCode runs locally.
-
- -
-
Engine source
-
- - - - - -
-
- Bundled engine is the most reliable option. Use System install only if you manage OpenCode yourself. -
-
- - -
-
Custom OpenCode binary
-
-
- {engineCustomBinPathLabel()} -
- - -
-
- Use this to point OpenWork at a local OpenCode build (e.g. your fork). Applies next time the engine starts or reloads. -
-
-
- - -
-
Engine runtime
-
- - -
-
Applies the next time the engine starts or reloads.
-
-
-
-
- -
-
-
Reset & Recovery
-
Clear data or restart the setup flow.
-
- -
-
-
Reset onboarding
-
Clears OpenWork preferences and restarts the app.
-
- -
- -
-
-
Reset app data
-
More aggressive. Clears OpenWork cache + app data.
-
- -
- -
- Requires typing RESET and will restart the app. -
-
@@ -1183,6 +1012,187 @@ export default function SettingsView(props: SettingsViewProps) { +
+
Startup
+ +
+
+
+ }> + + +
+ {startupLabel()} +
+ +
+ + + +

+ This clears your saved preference and shows the connection choice on next launch. +

+
+ + +
+
+
Engine
+
Choose how OpenCode runs locally.
+
+ +
+
Engine source
+
+ + + + + +
+
+ Bundled engine is the most reliable option. Use System install only if you manage OpenCode yourself. +
+
+ + +
+
Custom OpenCode binary
+
+
+ {engineCustomBinPathLabel()} +
+ + +
+
+ Use this to point OpenWork at a local OpenCode build (e.g. your fork). Applies next time the engine starts or reloads. +
+
+
+ + +
+
Engine runtime
+
+ + +
+
Applies the next time the engine starts or reloads.
+
+
+
+
+ +
+
+
Reset & Recovery
+
Clear data or restart the setup flow.
+
+ +
+
+
Reset onboarding
+
Clears OpenWork preferences and restarts the app.
+
+ +
+ +
+
+
Reset app data
+
More aggressive. Clears OpenWork cache + app data.
+
+ +
+ +
+ Requires typing RESET and will restart the app. +
+
+
Devtools
diff --git a/pr/settings-debug-move/openwork-settings-advanced.png b/pr/settings-debug-move/openwork-settings-advanced.png new file mode 100644 index 00000000..6e3575d8 Binary files /dev/null and b/pr/settings-debug-move/openwork-settings-advanced.png differ diff --git a/pr/settings-debug-move/openwork-settings-debug.png b/pr/settings-debug-move/openwork-settings-debug.png new file mode 100644 index 00000000..c95b1ce6 Binary files /dev/null and b/pr/settings-debug-move/openwork-settings-debug.png differ