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
feat(webview): show configured named-tunnel hostname; prompt edits wait for confirmation
Closes the two scope cuts from the dead-end sweep:
- TunnelState gains optional namedTunnelHostname. The extension reads it
from cloudflared-named.yml (same fixed format the daemon's
writeTunnelConfig emits, including quoted-value handling). The Setup
tab's cf-named block now shows a 'Configured' chip with the hostname,
relabels the input 'New Hostname (optional)', and the helper text says
exactly which tunnel an empty field reuses.
- PromptEditor no longer navigates back optimistically. savePrompt /
deletePrompt / resetPrompt return their action id, markActionDone
records a consumable result (bounded map), and the editor leaves only
on confirmed success — failures keep the editor open with the user's
input intact and show an inline alert. Save shows 'Saving…' while in
flight. 3 new store tests cover the id/result round-trip.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments