allagents 1.4.1 → 1.4.3
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 +5 -5
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -26823,8 +26823,6 @@ var init_user_workspace = __esm(() => {
|
|
|
26823
26823
|
"cursor",
|
|
26824
26824
|
"opencode",
|
|
26825
26825
|
"gemini",
|
|
26826
|
-
"factory",
|
|
26827
|
-
"ampcode",
|
|
26828
26826
|
"vscode"
|
|
26829
26827
|
];
|
|
26830
26828
|
});
|
|
@@ -33998,7 +33996,7 @@ var package_default;
|
|
|
33998
33996
|
var init_package = __esm(() => {
|
|
33999
33997
|
package_default = {
|
|
34000
33998
|
name: "allagents",
|
|
34001
|
-
version: "1.4.
|
|
33999
|
+
version: "1.4.3",
|
|
34002
34000
|
description: "CLI tool for managing multi-repo AI agent workspaces with plugin synchronization",
|
|
34003
34001
|
type: "module",
|
|
34004
34002
|
bin: {
|
|
@@ -38080,11 +38078,13 @@ Enabled skills: ${skills.join(", ")}`);
|
|
|
38080
38078
|
if (result.autoRegistered) {
|
|
38081
38079
|
console.log(` Resolved marketplace: ${result.autoRegistered}`);
|
|
38082
38080
|
}
|
|
38083
|
-
console.log(`Installing plugin "${displayPlugin}"
|
|
38081
|
+
console.log(`Installing plugin "${displayPlugin}"...
|
|
38082
|
+
`);
|
|
38084
38083
|
}
|
|
38085
38084
|
const { ok: syncOk, syncData } = isUser ? await runUserSyncAndPrint() : await runSyncAndPrint();
|
|
38086
38085
|
if (!isJsonMode() && syncOk) {
|
|
38087
|
-
console.log(
|
|
38086
|
+
console.log(`
|
|
38087
|
+
✔ Successfully installed plugin: ${displayPlugin} (scope: ${isUser ? "user" : "project"})`);
|
|
38088
38088
|
}
|
|
38089
38089
|
if (isJsonMode()) {
|
|
38090
38090
|
jsonOutput({
|