Commit 21d5c2c
Revert the temporary hide from #223. The Codex and OpenCode rows return to
ToolSelect, the single picker shared by `codevhub install` and
`codevhub config`, so new users can select and configure them again.
Nothing downstream changes: the Tool union, configureCodex /
configureOpenCode, detection, restore, update and the launch commands
were never touched by the hide. This removes the `hidden` flag and the
derived VISIBLE_TOOLS list, since TOOLS is once again the rendered set.
Why now: `codevhub readiness` (#197) offers Claude Code, Codex and
OpenCode, but gates each on the agent being CoDev-configured and tells
the user to "run `codevhub install`, select this agent". With the rows
hidden, that instruction was impossible to follow for anyone who
installed after #223 — the OpenCode readiness path and its `--agent
opencode` flag were unreachable.
Tests: restore the extension-row navigation counts (rows shift down two
positions), replace the "hides Codex and OpenCode" assertion with the
positive render check, and un-skip the two Codex-selection integration
tests in InstallApp.test.tsx — they pass unchanged.
Claude-Session: https://claude.ai/code/session_0178nPaQqSGVe7Y1fR2ovDTK
Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
1 parent 66962d9 commit 21d5c2c
3 files changed
Lines changed: 47 additions & 66 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 17 | + | |
23 | 18 | | |
24 | 19 | | |
25 | 20 | | |
26 | 21 | | |
27 | 22 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 23 | + | |
| 24 | + | |
34 | 25 | | |
35 | 26 | | |
36 | 27 | | |
37 | 28 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | 29 | | |
43 | 30 | | |
44 | | - | |
45 | | - | |
46 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
47 | 34 | | |
48 | 35 | | |
49 | 36 | | |
| |||
64 | 51 | | |
65 | 52 | | |
66 | 53 | | |
67 | | - | |
| 54 | + | |
68 | 55 | | |
69 | | - | |
| 56 | + | |
70 | 57 | | |
71 | 58 | | |
72 | 59 | | |
| |||
92 | 79 | | |
93 | 80 | | |
94 | 81 | | |
95 | | - | |
| 82 | + | |
96 | 83 | | |
97 | 84 | | |
98 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
531 | 531 | | |
532 | 532 | | |
533 | 533 | | |
534 | | - | |
535 | | - | |
536 | | - | |
| 534 | + | |
537 | 535 | | |
538 | 536 | | |
539 | 537 | | |
| |||
1093 | 1091 | | |
1094 | 1092 | | |
1095 | 1093 | | |
1096 | | - | |
1097 | | - | |
| 1094 | + | |
1098 | 1095 | | |
1099 | | - | |
| 1096 | + | |
1100 | 1097 | | |
1101 | 1098 | | |
1102 | 1099 | | |
| |||
1126 | 1123 | | |
1127 | 1124 | | |
1128 | 1125 | | |
1129 | | - | |
1130 | | - | |
1131 | | - | |
| 1126 | + | |
| 1127 | + | |
1132 | 1128 | | |
1133 | 1129 | | |
1134 | 1130 | | |
| |||
1157 | 1153 | | |
1158 | 1154 | | |
1159 | 1155 | | |
1160 | | - | |
1161 | | - | |
| 1156 | + | |
1162 | 1157 | | |
1163 | 1158 | | |
1164 | 1159 | | |
1165 | 1160 | | |
1166 | | - | |
1167 | | - | |
| 1161 | + | |
| 1162 | + | |
| 1163 | + | |
| 1164 | + | |
1168 | 1165 | | |
1169 | 1166 | | |
1170 | 1167 | | |
| |||
1230 | 1227 | | |
1231 | 1228 | | |
1232 | 1229 | | |
1233 | | - | |
1234 | | - | |
1235 | | - | |
1236 | | - | |
| 1230 | + | |
1237 | 1231 | | |
1238 | 1232 | | |
1239 | 1233 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | 23 | | |
34 | 24 | | |
35 | 25 | | |
| |||
38 | 28 | | |
39 | 29 | | |
40 | 30 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
| 31 | + | |
| 32 | + | |
45 | 33 | | |
46 | 34 | | |
47 | 35 | | |
| |||
57 | 45 | | |
58 | 46 | | |
59 | 47 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
| 48 | + | |
| 49 | + | |
64 | 50 | | |
65 | 51 | | |
66 | 52 | | |
| |||
77 | 63 | | |
78 | 64 | | |
79 | 65 | | |
80 | | - | |
81 | | - | |
| 66 | + | |
| 67 | + | |
82 | 68 | | |
83 | 69 | | |
84 | 70 | | |
| |||
153 | 139 | | |
154 | 140 | | |
155 | 141 | | |
156 | | - | |
157 | | - | |
158 | | - | |
| 142 | + | |
159 | 143 | | |
160 | 144 | | |
161 | 145 | | |
| |||
172 | 156 | | |
173 | 157 | | |
174 | 158 | | |
175 | | - | |
| 159 | + | |
176 | 160 | | |
177 | 161 | | |
178 | 162 | | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| |||
0 commit comments