@jaato/web-coder-ui 0.1.9 → 0.1.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -158,6 +158,15 @@ does a permission prompt. A page served with `autoConnect` does not
|
|
|
158
158
|
connect straight back after an exit; the next click does
|
|
159
159
|
(`src/app/exitIntent.ts`).
|
|
160
160
|
|
|
161
|
+
Leaving drops this client's session state, because that is what it
|
|
162
|
+
describes, so coming back opens the picker rather than a detached session's
|
|
163
|
+
transcript. A new session starts on an empty pane, as attaching to one
|
|
164
|
+
always has. And a reconnect re-asserts what the client believes before
|
|
165
|
+
anything else goes out: the daemon keeps the workspace selection and the
|
|
166
|
+
session attachment per connection, so without it the next staged file is
|
|
167
|
+
refused and the next session resolves no `.env` (`reassertAfterReconnect`
|
|
168
|
+
in `src/sdk/connection.ts`).
|
|
169
|
+
|
|
161
170
|
### Hosting the bundle yourself
|
|
162
171
|
|
|
163
172
|
`dist/` is static (assets are referenced relatively, so it can sit under any
|