bitfab-cli 0.2.253 → 0.2.254

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 +3 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -11858,7 +11858,7 @@ ${greeting}`);
11858
11858
  } catch (err) {
11859
11859
  if (exitOnComplete) {
11860
11860
  if (err instanceof StudioNavigationError && err.staleSessionId) {
11861
- console.error("\nA Studio window is recorded as open but is not responding. Close the Studio window and try again. To force-clear a stale session, a user can re-run with `bitfab login --force` (manual recovery - automated agents should not run it).");
11861
+ console.error("\nBitfab already has a Studio window open, but it isn't responding. Your browser may have backgrounded it. Try switching to it and refreshing it, then run this again. If you can't find it, run `bitfab login --force` to open a new one (manual recovery: automated agents should not run it).");
11862
11862
  } else {
11863
11863
  console.error(`
11864
11864
  ${err.message}`);
@@ -30857,7 +30857,7 @@ Options:
30857
30857
  --no-upload-logs analyze-repo: keep session logs local (skips the prompt)
30858
30858
  --limit <n> analyze-repo: cap how many draft trace plans to upload (default 5)
30859
30859
  --prompt, -p <text> Initial prompt for init/setup, or guidance for analyze-repo
30860
- --force login: re-authenticate and clear any stale Studio session first
30860
+ --force login: log in again, and open a fresh Studio window even if one is already open
30861
30861
 
30862
30862
  Examples:
30863
30863
  bitfab init Full setup (detect editor, install, login, setup)
@@ -30866,7 +30866,7 @@ Examples:
30866
30866
  bitfab analyze-repo Scan the repo and upload draft trace plans (headless)
30867
30867
  bitfab analyze-repo --limit 3 Scan the repo and upload at most 3 draft trace plans
30868
30868
  bitfab analyze-repo "focus on billing" Scan with free-text guidance on what to prioritize
30869
- bitfab login --force Re-authenticate and clear a stale Studio session
30869
+ bitfab login --force Log in again and open a fresh Studio window
30870
30870
  bitfab session-logs enable Enable session log collection
30871
30871
  bitfab session-logs disable Disable session log collection
30872
30872
  bitfab assistant investigate Investigate traces
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bitfab-cli",
3
- "version": "0.2.253",
3
+ "version": "0.2.254",
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",