@standardagents/code 0.13.3 → 0.13.5
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 +3 -2
- package/dist/index.js +5744 -5410
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -76,8 +76,9 @@ we're letting new folks in every week.
|
|
|
76
76
|
thread and keep running across reconnects and resumes.
|
|
77
77
|
- **Idle attachments stay dormant.** Queue/draft snapshots refresh from events and lifecycle
|
|
78
78
|
transitions, stream and idle execution-bridge heartbeats use Durable Object hibernation
|
|
79
|
-
auto-responses
|
|
80
|
-
|
|
79
|
+
auto-responses on a 30-second quiet cadence (real traffic suppresses the keepalive), and
|
|
80
|
+
transcript safety requests run only while the agent is active. The bridge switches to a
|
|
81
|
+
5-second observable liveness heartbeat only during a forwarded tool or approval, so
|
|
81
82
|
leaving a terminal attached does not continuously wake an idle thread. Each running client owns
|
|
82
83
|
one account user stream; a machine daemon opens a per-thread execution bridge only while
|
|
83
84
|
forwarded work is active. Stream transitions update machine presence once. Remote filesystem
|