@standardagents/code 0.12.1 → 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 +4 -1
- package/dist/index.js +559 -274
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -65,7 +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.
|
|
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.
|
|
69
72
|
- **Subagents & research built in.** Delegate focused subtasks to a coding subagent, or spin up a
|
|
70
73
|
non-blocking web-research agent that returns source-backed findings.
|
|
71
74
|
- **MCP, first-class.** The CLI is a Model Context Protocol host — connect local MCP servers
|