bitfab-cli 0.2.175 → 0.2.177

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 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -31650,9 +31650,9 @@ async function runInit(opts) {
31650
31650
  p6.outro("Done!");
31651
31651
  }
31652
31652
  async function runAnalyzeRepo(opts) {
31653
- p6.intro("bitfab");
31653
+ p6.intro("Bitfab");
31654
31654
  const chosen = await resolveEditor(opts);
31655
- p6.log.step(`Setting up Bitfab in ${ADAPTERS[chosen].label}`);
31655
+ p6.log.step(`Preparing ${ADAPTERS[chosen].label} plugin`);
31656
31656
  ADAPTERS[chosen].install();
31657
31657
  if (chosen !== "claude") {
31658
31658
  ADAPTERS[chosen].analyzeRepo();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bitfab-cli",
3
- "version": "0.2.175",
3
+ "version": "0.2.177",
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",