@defai.digital/automatosx 12.6.0 → 12.6.1

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 CHANGED
@@ -12,7 +12,7 @@
12
12
  [![Ubuntu](https://img.shields.io/badge/Ubuntu-24.04-blue.svg)](https://ubuntu.com)
13
13
  [![License](https://img.shields.io/badge/license-Apache--2.0-yellow.svg)](LICENSE)
14
14
 
15
- **Status**: ✅ **Production Ready** | v12.6.0 | Refactor System & TypeScript Fixes
15
+ **Status**: ✅ **Production Ready** | v12.6.1 | Refactor System & TypeScript Fixes
16
16
 
17
17
  > 🎯 **What AutomatosX Does**: Adds 20+ specialized agents, persistent memory, workflow automation, and 80% cost savings to Claude Code/Codex - **without changing how you work**.
18
18
 
package/dist/index.js CHANGED
@@ -9394,7 +9394,7 @@ var PRECOMPILED_CONFIG = {
9394
9394
  "enableFreeTierPrioritization": true,
9395
9395
  "enableWorkloadAwareRouting": true
9396
9396
  },
9397
- "version": "12.6.0"
9397
+ "version": "12.6.1"
9398
9398
  };
9399
9399
 
9400
9400
  // src/core/config/schemas.ts
package/dist/mcp/index.js CHANGED
@@ -8690,7 +8690,7 @@ var PRECOMPILED_CONFIG = {
8690
8690
  "enableFreeTierPrioritization": true,
8691
8691
  "enableWorkloadAwareRouting": true
8692
8692
  },
8693
- "version": "12.6.0"
8693
+ "version": "12.6.1"
8694
8694
  };
8695
8695
 
8696
8696
  // src/core/config/schemas.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defai.digital/automatosx",
3
- "version": "12.6.0",
3
+ "version": "12.6.1",
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": {