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.
- package/dist/index.js +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("
|
|
31653
|
+
p6.intro("Bitfab");
|
|
31654
31654
|
const chosen = await resolveEditor(opts);
|
|
31655
|
-
p6.log.step(`
|
|
31655
|
+
p6.log.step(`Preparing ${ADAPTERS[chosen].label} plugin`);
|
|
31656
31656
|
ADAPTERS[chosen].install();
|
|
31657
31657
|
if (chosen !== "claude") {
|
|
31658
31658
|
ADAPTERS[chosen].analyzeRepo();
|