genesis-ai-cli 14.11.0 → 15.0.0
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/src/index.js +1 -1
- package/package.json +1 -1
package/dist/src/index.js
CHANGED
|
@@ -1444,7 +1444,7 @@ async function cmdAutonomous(subcommand, options) {
|
|
|
1444
1444
|
async function cmdStats(subcommand, options) {
|
|
1445
1445
|
const { getMCPMetrics } = await import('./mcp/index.js');
|
|
1446
1446
|
const { getMetricsRegistry } = await import('./observability/metrics.js');
|
|
1447
|
-
console.log(c('\n=== GENESIS OBSERVABILITY STATS (
|
|
1447
|
+
console.log(c('\n=== GENESIS OBSERVABILITY STATS (v15.0) ===\n', 'bold'));
|
|
1448
1448
|
if (!subcommand || subcommand === 'mcp') {
|
|
1449
1449
|
const { mcpCallsTotal, mcpLatency, mcpConnectionsActive, mcpErrorsTotal, registry } = getMCPMetrics();
|
|
1450
1450
|
console.log(c('MCP Metrics:', 'cyan'));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "genesis-ai-cli",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "15.0.0",
|
|
4
4
|
"description": "Fully Autonomous AI System with RSI (Recursive Self-Improvement) - Self-funding, Self-deploying, Production Memory, A2A Protocol & Governance",
|
|
5
5
|
"main": "dist/src/index.js",
|
|
6
6
|
"types": "dist/src/index.d.ts",
|