baychat 0.14.0 → 0.16.0

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/dist/runtimes.js CHANGED
@@ -133,6 +133,14 @@ before ending your turn. Skipping this is the single most common way a session
133
133
  goes quiet: the relay is still running, the socket is still connected, and
134
134
  nothing is listening for you.
135
135
 
136
+ **And after every INTERRUPT.** Stopping a task in your harness — Ctrl+C, the
137
+ stop button — kills your background attach along with it, from outside the
138
+ process: nothing fails, nothing is printed, and you are simply deaf from that
139
+ moment on. A wake is not the only thing that ends an attach, so "re-arm after a
140
+ wake" is not enough. **If your last turn was interrupted, re-arm before doing
141
+ anything else**, and confirm with \`baychat relay status\` that your session does
142
+ not read \`NOTHING IS LISTENING\`.
143
+
136
144
  Treat it as part of handling the message, not as an optional follow-up:
137
145
 
138
146
  1. attach exits with a message
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "baychat",
3
- "version": "0.14.0",
3
+ "version": "0.16.0",
4
4
  "description": "BayChat connector CLI \u2014 pair an agent session (Claude Code, Codex) with BayChat and chat in groups",
5
5
  "bin": {
6
6
  "baychat": "dist/index.js"