@standardagents/code 0.13.0 → 0.13.1

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
@@ -65,9 +65,10 @@ we're letting new folks in every week.
65
65
  transitions, stream and idle execution-bridge heartbeats use Durable Object hibernation
66
66
  auto-responses, and transcript safety requests run only while the agent is active. The bridge
67
67
  switches to an observable liveness heartbeat only during a forwarded tool or approval, so
68
- leaving a terminal attached does not continuously wake an idle thread. A machine daemon keeps
69
- one account user stream and opens a per-thread execution bridge only while forwarded work is
70
- active.
68
+ leaving a terminal attached does not continuously wake an idle thread. Each running client owns
69
+ one account user stream; a machine daemon opens a per-thread execution bridge only while
70
+ forwarded work is active. Stream transitions update machine presence once. Remote filesystem
71
+ responses arrive through account events and trigger one response read, with no response loop.
71
72
  - **Subagents & research built in.** Delegate focused subtasks to a coding subagent, or spin up a
72
73
  non-blocking web-research agent that returns source-backed findings.
73
74
  - **MCP, first-class.** The CLI is a Model Context Protocol host — connect local MCP servers