axm.sh 0.4.3 → 0.4.5

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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -47,6 +47,12 @@ curl -fsSL https://axm.sh/install.sh | sh
47
47
  irm https://axm.sh/install.ps1 | iex
48
48
  ```
49
49
 
50
+ **Windows (CMD):**
51
+
52
+ ```cmd
53
+ curl -fsSL -o install.cmd https://axm.sh/install.cmd && install.cmd
54
+ ```
55
+
50
56
  **Homebrew:**
51
57
 
52
58
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "axm.sh",
3
- "version": "0.4.3",
3
+ "version": "0.4.5",
4
4
  "description": "Extension manager for AI coding agents — install skills, subagents, slash commands, and MCP servers across Claude Code, Codex, Cursor, Copilot, and more.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -68,8 +68,8 @@
68
68
  "semver": "^7.7.4",
69
69
  "simple-git": "^3.33.0",
70
70
  "yaml": "^2.8.3",
71
- "@agentxm/client-core": "^0.4.3",
72
- "@agentxm/client-utils": "^0.4.3"
71
+ "@agentxm/client-core": "^0.4.5",
72
+ "@agentxm/client-utils": "^0.4.5"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@effect/vitest": "4.0.0-beta.50",