🚀. 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
3.1.2
to
3.1.3
+3
-3
dist/commands/status.js

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

console.log(`\n📋 ${(0, i18n_1.t)('status.tasks_header', { count: tasks.length })}\n`);
console.log(padRight((0, i18n_1.t)('status.col_id'), 36) + padRight((0, i18n_1.t)('status.col_title'), 30) + padRight((0, i18n_1.t)('status.col_status'), 12) + (0, i18n_1.t)('status.col_results'));
console.log(padRight((0, i18n_1.t)('status.col_id'), 37) + padRight((0, i18n_1.t)('status.col_title'), 30) + padRight((0, i18n_1.t)('status.col_status'), 12) + (0, i18n_1.t)('status.col_results'));
console.log('─'.repeat(90));

@@ -145,3 +145,3 @@ for (const task of tasks) {

const agentStr = agents.length > 0 ? agents.join(', ') : '-';
console.log(padRight(task.id, 36) +
console.log(padRight(task.id, 37) +
padRight(task.title || (0, i18n_1.t)('status.untitled'), 30) +

@@ -152,3 +152,3 @@ padRight(status, 12) +

catch {
console.log(padRight(task.id, 36) + (0, i18n_1.t)('status.error_reading'));
console.log(padRight(task.id, 37) + (0, i18n_1.t)('status.error_reading'));
}

@@ -155,0 +155,0 @@ }

{
"name": "@daomar/agentfleet",
"version": "3.1.2",
"version": "3.1.3",
"description": "Distributed agent orchestration, without a control plane.",

@@ -5,0 +5,0 @@ "main": "dist/cli.js",