@daomar/agentfleet
Advanced tools
@@ -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 @@ } |
+1
-1
| { | ||
| "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", |
AI-detected potential malware
Supply chain riskAI has identified this package as malware. This is a strong signal that the package may be malicious.
Found 1 instance in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 3 instances in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
AI-detected potential malware
Supply chain riskAI has identified this package as malware. This is a strong signal that the package may be malicious.
Found 1 instance in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 3 instances in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package