allagents 1.4.2 → 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 +1 -3
- 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: {
|