aiupdate 0.1.1 → 0.1.2

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/dist/cli.js +2 -2
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -14,8 +14,8 @@ var AI_TOOLS = [
14
14
  ];
15
15
  var SKILLS_TASK = {
16
16
  name: "skills",
17
- command: "skills",
18
- args: ["update", "-g", "-p", "-y"]
17
+ command: "npx",
18
+ args: ["--yes", "skills", "update", "-g", "-p", "-y"]
19
19
  };
20
20
  async function defaultChecker(command) {
21
21
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aiupdate",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Update all your AI agent CLIs and skills concurrently",
5
5
  "type": "module",
6
6
  "bin": {