bitfab-cli 0.2.139 → 0.2.141

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -8951,7 +8951,7 @@ function awaitNavigateAck(client, path20, ackTimeoutMs, startCursor) {
8951
8951
  // Only a FRESH ack counts: polling from the stream start would match a
8952
8952
  // historical `studio:navigated` for the same path (sessions revisit the
8953
8953
  // same routes constantly), false-acking a navigation a dead or
8954
- // disconnected window never processed masking exactly the
8954
+ // disconnected window never processed - masking exactly the
8955
8955
  // unreachable-window case that must gate.
8956
8956
  startCursor,
8957
8957
  abortSignal: abortController.signal,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bitfab-cli",
3
- "version": "0.2.139",
3
+ "version": "0.2.141",
4
4
  "description": "Install and configure the Bitfab plugin in Claude Code, Codex, or Cursor.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",