snipara-companion 3.2.21 → 3.2.22
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 +6 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -13089,7 +13089,9 @@ function printDoctorReport(report, companionVersion, auth, toolCatalog) {
|
|
|
13089
13089
|
} else {
|
|
13090
13090
|
console.log("- Existing project: npx create-snipara repair --with-runtime.");
|
|
13091
13091
|
console.log("- Fresh setup: npx create-snipara --profile full-stack --advanced.");
|
|
13092
|
-
console.log(
|
|
13092
|
+
console.log(
|
|
13093
|
+
'- Manual install: python -m pip install "snipara-sandbox[all]" (`[all]` is the pip extra, not a separate argument).'
|
|
13094
|
+
);
|
|
13093
13095
|
}
|
|
13094
13096
|
console.log("");
|
|
13095
13097
|
console.log(import_chalk4.default.bold("Snipara Orchestrator guidance"));
|
|
@@ -23191,7 +23193,9 @@ function printRuntimeHint(query, mode) {
|
|
|
23191
23193
|
console.log("Need sandboxed execution or autonomous Sandbox jobs?");
|
|
23192
23194
|
console.log("Existing project: npx create-snipara repair --with-runtime");
|
|
23193
23195
|
console.log("Fresh setup: npx create-snipara --profile full-stack --advanced");
|
|
23194
|
-
console.log(
|
|
23196
|
+
console.log(
|
|
23197
|
+
'Manual install: python -m pip install "snipara-sandbox[all]" (`[all]` is the pip extra, not a separate argument).'
|
|
23198
|
+
);
|
|
23195
23199
|
}
|
|
23196
23200
|
function printLiteWorkflowRun(query, requestedMode) {
|
|
23197
23201
|
console.log(import_chalk6.default.bold("Workflow Lite"));
|