bitfab-cli 0.2.34 → 0.2.36

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 +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -6820,7 +6820,8 @@ var STUDIO_ROUTE_PATTERNS = [
6820
6820
  /^\/studio\/close$/,
6821
6821
  /^\/studio\/sign-in$/,
6822
6822
  /^\/studio\/trace-plan\/[^/]+$/,
6823
- /^\/studio\/trace-functions\/[^/]+\/datasets\/labeled$/,
6823
+ // Matches both real dataset ids and the legacy "labeled" segment; old plugin
6824
+ // versions still navigate to /datasets/labeled, which the server redirects.
6824
6825
  /^\/studio\/trace-functions\/[^/]+\/datasets\/[^/]+$/,
6825
6826
  /^\/studio\/trace-functions\/[^/]+\/template-preview$/,
6826
6827
  /^\/studio\/trace-functions\/[^/]+\/template-preview\/[^/]+$/,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bitfab-cli",
3
- "version": "0.2.34",
3
+ "version": "0.2.36",
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",