bitfab-cli 0.2.160 → 0.2.162

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 +0 -12
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -10855,20 +10855,8 @@ var DaemonChannel = class _DaemonChannel {
10855
10855
  this.client.destroy();
10856
10856
  throw new StudioNavigationError(navRes.reason ?? "unknown", void 0, openRes.sessionId);
10857
10857
  }
10858
- writeActiveStudioSession({
10859
- sessionId: openRes.sessionId,
10860
- serviceUrl: this.serviceUrl,
10861
- source: "daemon",
10862
- currentPath: path20
10863
- });
10864
10858
  return { sessionId: openRes.sessionId, opened: false };
10865
10859
  }
10866
- writeActiveStudioSession({
10867
- sessionId: openRes.sessionId,
10868
- serviceUrl: this.serviceUrl,
10869
- source: "daemon",
10870
- currentPath: path20
10871
- });
10872
10860
  return { sessionId: openRes.sessionId, opened: true };
10873
10861
  }
10874
10862
  async close(sessionId, message) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bitfab-cli",
3
- "version": "0.2.160",
3
+ "version": "0.2.162",
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",