You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/settings.md
+21-11Lines changed: 21 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Settings Reference
2
2
3
-
Reference for dashboard and backend settings available from `codex auth login` -> `Settings`.
3
+
Reference for the settings surface available from `codex auth login` -> `Settings`.
4
4
5
5
---
6
6
@@ -19,7 +19,11 @@ When `CODEX_MULTI_AUTH_DIR` is set, this root moves accordingly.
19
19
20
20
---
21
21
22
-
## Account List View
22
+
## Everyday Settings
23
+
24
+
The top-level settings flow separates everyday dashboard preferences from advanced operator controls.
25
+
26
+
### List Appearance
23
27
24
28
Controls account-row display and sorting behavior:
25
29
@@ -37,7 +41,7 @@ Controls account-row display and sorting behavior:
37
41
-`menuSortQuickSwitchVisibleRow`
38
42
-`menuLayoutMode`
39
43
40
-
##Summary Line
44
+
### Details Line
41
45
42
46
Controls detail-line fields and order:
43
47
@@ -46,7 +50,7 @@ Controls detail-line fields and order:
46
50
-`limits`
47
51
-`status`
48
52
49
-
##Menu Behavior
53
+
### Results & Refresh
50
54
51
55
Controls result-screen and fetch behavior:
52
56
@@ -56,17 +60,21 @@ Controls result-screen and fetch behavior:
56
60
-`menuShowFetchStatus`
57
61
-`menuQuotaTtlMs`
58
62
59
-
##Color Theme
63
+
### Colors
60
64
61
65
Controls display style:
62
66
63
67
-`uiThemePreset`
64
68
-`uiAccentColor`
65
69
-`menuFocusStyle`
66
70
67
-
## Sync Center
71
+
---
72
+
73
+
## Advanced and Operator Controls
74
+
75
+
### Codex CLI Sync
68
76
69
-
The settings hub includes a preview-first sync center for Codex CLI account sync.
77
+
The advanced section includes a preview-first sync center for Codex CLI account sync.
70
78
See [upgrade notes](../upgrade.md) for sync workflow changes.
71
79
72
80
Before applying sync, it shows:
@@ -84,9 +92,7 @@ Validation:
84
92
-`npm run build`
85
93
-`npm test`
86
94
87
-
---
88
-
89
-
## Experimental
95
+
### Experimental
90
96
91
97
Experimental currently hosts:
92
98
@@ -108,7 +114,11 @@ Named backup behavior:
108
114
- rejects separators, traversal (`..`), `.rotate.`, `.tmp`, and `.wal` suffixes
109
115
- fails safely on collisions instead of overwriting by default
110
116
111
-
## Backend Controls
117
+
### Advanced Backend Controls
118
+
119
+
Expert backend controls stay available without changing the saved settings schema. They are grouped into categories so the default path can stay simpler for day-to-day use.
0 commit comments