🚀. Socket Launch Week Day 3:Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions.Learn more
Sign In

@daomar/agentfleet

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@daomar/agentfleet - npm Package Compare versions

Comparing version
2.0.1
to
2.0.2
+1
-1
dist/locales/en-US.json

@@ -155,3 +155,3 @@ {

"shortcut.available": "`agentfleet` and `dma` commands are now available (shortcuts to `npx -y @daomar/agentfleet`)",
"shortcut.available": "`agentfleet` command is now available (shortcut to `npx -y @daomar/agentfleet`)",
"shortcut.failed": "Shortcut registration failed: {error}",

@@ -158,0 +158,0 @@

@@ -155,3 +155,3 @@ {

"shortcut.available": "`agentfleet` 和 `dma` 命令现已可用(快捷方式指向 `npx -y @daomar/agentfleet`)",
"shortcut.available": "`agentfleet` 命令现已可用(快捷方式指向 `npx -y @daomar/agentfleet`)",
"shortcut.failed": "快捷方式注册失败: {error}",

@@ -158,0 +158,0 @@

@@ -158,3 +158,3 @@ "use strict";

exports.ShortcutService = ShortcutService;
ShortcutService.BINARIES = ['agentfleet', 'dma'];
ShortcutService.BINARIES = ['agentfleet'];
//# sourceMappingURL=shortcut.js.map
{
"name": "@daomar/agentfleet",
"version": "2.0.1",
"version": "2.0.2",
"description": "Distributed agent orchestration, without a control plane.",
"main": "dist/cli.js",
"bin": {
"agentfleet": "dist/cli.js",
"dma": "dist/cli.js"
"agentfleet": "dist/cli.js"
},

@@ -10,0 +9,0 @@ "scripts": {

@@ -39,3 +39,3 @@ <p align="center">

On first run, AgentFleet automatically creates `agentfleet` and `dma` shortcut commands in your npm global directory, so you can use either command directly without restarting the terminal. If you've already installed globally via `npm install -g @daomar/agentfleet`, shortcut creation is skipped.
On first run, AgentFleet automatically creates an `agentfleet` shortcut command in your npm global directory, so you can use it directly without restarting the terminal. If you've already installed globally via `npm install -g @daomar/agentfleet`, shortcut creation is skipped.

@@ -42,0 +42,0 @@ Or install globally:

@@ -39,3 +39,3 @@ <p align="center">

首次运行时,AgentFleet 会自动在 npm 全局目录中创建 `agentfleet` 和 `dma` 快捷命令,因此您可以直接使用任一命令,无需重启终端即可生效。如果您已通过 `npm install -g @daomar/agentfleet` 全局安装,将跳过快捷方式创建。
首次运行时,AgentFleet 会自动在 npm 全局目录中创建 `agentfleet` 快捷命令,因此您可以直接使用该命令,无需重启终端即可生效。如果您已通过 `npm install -g @daomar/agentfleet` 全局安装,将跳过快捷方式创建。

@@ -42,0 +42,0 @@ 或全局安装: