@standardagents/code 0.13.5 → 0.13.7

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
@@ -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. Sama One sessions are
139
- not limited by the simultaneous-thread lease.
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
@@ -179,9 +181,13 @@ remembered per endpoint, but this override does not change the saved default end
179
181
  ## Tests
180
182
 
181
183
  ```bash
182
- pnpm test # typecheck + MCP client/protocol + install actuator (no backend needed)
184
+ pnpm test # version lockstep + typecheck + every declared no-backend test
183
185
  ```
184
186
 
187
+ `scripts/run-tests.mjs` owns the explicit no-backend test manifest, prints each
188
+ file as it runs, and fails when a new `scripts/*-test.ts` file is not classified.
189
+ Run an individual file with `pnpm exec tsx scripts/<name>-test.ts`.
190
+
185
191
  ---
186
192
 
187
193
  ## Architecture & contributing