Commit 0d84ea1
fix(hub): ground every empty-state tip in real shipping behavior
Five parallel verification sub-agents cross-checked every tip against
the actual code paths it described. Findings:
• Three tips claimed features that don't exist as described and have
been dropped or rewritten:
- 'Files in agent output? Tap them' — file paths in agent text
are NOT made tappable; only tool-call results show diffs.
Replaced with 'Watch the agent edit your code' which describes
the real DiffViewer behavior on tool-call edits.
- 'Paste long text safely' previously promised a confirm overlay
(PasteOverlay component is unused). Rewritten to describe the
real protection: bracketed-paste markers wrap multi-line input.
- 'Auto theme on iOS / Android' claimed a System theme that does
not exist; dropped (themes are listed individually).
• Nine tips had inaccurate wording that has been tightened:
- Stack more keys: handle is tapped, not dragged.
- Feel every keypress: setting lives in 'Notifications & Feedback'.
- Split the screen: actions are 'Split vertical' / 'Split horizontal'.
- Tabs inside a session → Sessions live in tabs (New tab opens
another top-level session, not a shell within one).
- Clear without typing: clear() wipes scrollback too.
- About: shows version + doc/source links + update check; it does
NOT show the tunnel URL.
- Save a workspace: action lives in Settings → Workspaces, not in
the Tools panel.
- Pick up where you left off: supported agents are Copilot, Claude,
OpenCode (not 'Codex'); Resume Agent opens a fresh terminal with
history, not an attach to a running process.
- Multiple shells, one tap: action label is 'New tab', not 'New
Session'.
- Cellular access: tunnels are ephemeral by default — call out
that --persisted-tunnel buys you stability.
- Get pinged: trigger is bell signals + silence after activity, not
'long-running command finishes'.
Net: 41 → 40 tips, every one of them now traceable to the code path it
describes. Test minimum bumped to 35 last commit so still passes.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 992619a commit 0d84ea1
1 file changed
Lines changed: 19 additions & 24 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
110 | | - | |
| 109 | + | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
144 | | - | |
145 | | - | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
190 | | - | |
| 189 | + | |
| 190 | + | |
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
195 | | - | |
| 194 | + | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
205 | | - | |
| 204 | + | |
| 205 | + | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | 217 | | |
223 | 218 | | |
224 | 219 | | |
| |||
227 | 222 | | |
228 | 223 | | |
229 | 224 | | |
230 | | - | |
| 225 | + | |
231 | 226 | | |
232 | 227 | | |
233 | 228 | | |
| |||
0 commit comments