@basein/runner 0.2.4 → 0.2.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.
@@ -357,7 +357,7 @@ Leave this running in its own terminal, **in the run folder**:
357
357
 
358
358
  ```bash
359
359
  export BIR_AUTH_URL=https://api.your-domain.com
360
- export BIR_REPLAY=1 # the replay switch — off by default
360
+ unset BIR_REPLAY # replay is on by default; BIR_REPLAY=0 turns it off
361
361
  export BIR_REPLAY_ALLOW_SERVERS=postgres # servers allowed to run unattended
362
362
  bir-hooks 2>&1 | tee -a bir-hooks.log
363
363
  ```
@@ -539,7 +539,7 @@ real work for zero tokens, and the saving is real and positive.**
539
539
  - **[quickstart.md](quickstart.md)** — setting up a fresh machine to record from
540
540
  your *own* work, not just this benchmark.
541
541
 
542
- > **Turning replay off** is one line: `unset BIR_REPLAY`. The system is then
542
+ > **Turning replay off** is one line: `export BIR_REPLAY=0`. The system is then
543
543
  > exactly a recorder again — it recognises a repeated prompt and declines to
544
544
  > record it twice, and the model does the work. Nothing is skipped, nothing is
545
545
  > risked.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@basein/runner",
3
- "version": "0.2.4",
3
+ "version": "0.2.6",
4
4
  "description": "A recording MCP proxy: sits between any MCP client and its MCP servers, executes each call on the client's behalf, and records the run as a reusable BaseIn scenario.",
5
5
  "type": "module",
6
6
  "license": "MIT",