@defai.digital/automatosx 12.1.1 → 12.3.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/CHANGELOG.md +23 -0
- package/README.md +1 -1
- package/dist/index.js +2223 -1715
- package/dist/mcp/index.js +485 -94
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,29 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [12.3.0] - 2025-12-08
|
|
6
|
+
|
|
7
|
+
### Fixed
|
|
8
|
+
- **MCP Configuration for ax-glm & ax-grok**: Fixed `ax setup` to create MCP config files in the correct format and location
|
|
9
|
+
- Changed from legacy `mcp-config.json` to Claude Code format `.mcp.json`
|
|
10
|
+
- ax-cli loads MCP config with priority: `.ax-glm/.mcp.json` > `.ax-glm/mcp-config.json`
|
|
11
|
+
- Now ax-glm and ax-grok can properly connect to AutomatosX MCP server
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
- Updated `setupGlmMCPConfig()` and `setupGrokMCPConfig()` to write `.mcp.json` in Claude Code format
|
|
15
|
+
- MCP configuration now uses the recommended format: `{ "mcpServers": { "automatosx": { "command": "automatosx", "args": ["mcp", "server"] } } }`
|
|
16
|
+
|
|
17
|
+
## [12.1.1] - 2025-12-07
|
|
18
|
+
|
|
19
|
+
### Fixed
|
|
20
|
+
- Security update: Updated tmp to 0.2.4+ via pnpm override (CVE-2025-54798)
|
|
21
|
+
|
|
22
|
+
## [12.1.0] - 2025-12-07
|
|
23
|
+
|
|
24
|
+
### Added
|
|
25
|
+
- MCP-First Architecture redesign
|
|
26
|
+
- Removed ax-cli dependency for direct provider integration
|
|
27
|
+
|
|
5
28
|
## [11.3.4] - 2025-12-05
|
|
6
29
|
|
|
7
30
|
### Added
|
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
[](https://ubuntu.com)
|
|
13
13
|
[](LICENSE)
|
|
14
14
|
|
|
15
|
-
**Status**: ✅ **Production Ready** | v12.
|
|
15
|
+
**Status**: ✅ **Production Ready** | v12.3.0 | MCP Configuration Fix for ax-glm & ax-grok
|
|
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
|
|