@standardagents/code 0.13.5 → 0.13.6
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 -2
- package/dist/index.js +2550 -2784
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -135,8 +135,10 @@ Sama One is BYOK: the first time you pick it, the CLI opens
|
|
|
135
135
|
`https://standardcode.ai/app` where you connect your ChatGPT account once.
|
|
136
136
|
That connection installs the authorization in your account's secret
|
|
137
137
|
environment on the instance — shared by the CLI, web console, and macOS app —
|
|
138
|
-
and the CLI itself never sees or stores the OpenAI key.
|
|
139
|
-
|
|
138
|
+
and the CLI itself never sees or stores the OpenAI key. Connection changes are
|
|
139
|
+
pushed over the existing account WebSocket to every open client; the clients
|
|
140
|
+
do not poll account metadata. Sama One sessions are not limited by the
|
|
141
|
+
simultaneous-thread lease.
|
|
140
142
|
|
|
141
143
|
You only do this once per machine. Session start then asks **where the session should run** —
|
|
142
144
|
this machine or any machine whose daemon is online — and offers to **resume** a session for that
|