bitfab-cli 0.2.252 → 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.
- package/dist/index.js +3 -3
- 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("\
|
|
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:
|
|
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
|
|
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
|