@defai.digital/automatosx 12.4.1 → 12.5.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/README.md +53 -1
- package/dist/index.js +1673 -36
- package/dist/mcp/index.js +3 -1
- package/package.json +1 -1
package/dist/mcp/index.js
CHANGED
|
@@ -8727,7 +8727,7 @@ var PRECOMPILED_CONFIG = {
|
|
|
8727
8727
|
"enableFreeTierPrioritization": true,
|
|
8728
8728
|
"enableWorkloadAwareRouting": true
|
|
8729
8729
|
},
|
|
8730
|
-
"version": "12.
|
|
8730
|
+
"version": "12.5.0"
|
|
8731
8731
|
};
|
|
8732
8732
|
|
|
8733
8733
|
// src/core/config/schemas.ts
|
|
@@ -26179,6 +26179,8 @@ Use this tool first to understand what AutomatosX offers.`,
|
|
|
26179
26179
|
getTaskResultSchema,
|
|
26180
26180
|
listTasksSchema,
|
|
26181
26181
|
deleteTaskSchema
|
|
26182
|
+
// v12.4.0: Bugfix tools intentionally NOT exposed via MCP
|
|
26183
|
+
// Access via: run_agent({ agent: "quality", task: "scan for bugs" })
|
|
26182
26184
|
];
|
|
26183
26185
|
}
|
|
26184
26186
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@defai.digital/automatosx",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.5.0",
|
|
4
4
|
"description": "Provider-agnostic AI orchestration platform with 20+ specialized agents, persistent memory, and multi-provider routing for Claude Code, Gemini CLI, Codex CLI, GLM, and Grok",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"publishConfig": {
|