ali-skills 0.0.8 → 0.0.9

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.
@@ -2014,7 +2014,7 @@ function logSkillParseFailures(failures) {
2014
2014
  if (f.hint) M.message(import_picocolors.default.yellow(` 提示: ${f.hint}`));
2015
2015
  }
2016
2016
  }
2017
- var version$1 = "2.0.6";
2017
+ var version$1 = "2.0.7";
2018
2018
  const isCancelled$1 = (value) => typeof value === "symbol";
2019
2019
  async function isSourcePrivate(source) {
2020
2020
  const ownerRepo = parseOwnerRepo(source);
@@ -3313,7 +3313,7 @@ ${DIM$2} 2) npx @ali/cli-skills add <owner/repo@skill>${RESET$2}`;
3313
3313
  console.log(`${DIM$2}No skills found for "${query}"${RESET$2}`);
3314
3314
  return;
3315
3315
  }
3316
- console.log(`${DIM$2}Install with${RESET$2} npx @ali/cli-skills add <owner/repo@skill>`);
3316
+ console.log(`${DIM$2}Install with${RESET$2} npx ali-skills add <owner/repo>`);
3317
3317
  console.log();
3318
3318
  for (const skill of results.slice(0, 6)) {
3319
3319
  const pkg = skill.source || skill.slug;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ali/cli-skills",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
4
4
  "description": "The open agent skills ecosystem",
5
5
  "type": "module",
6
6
  "bin": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ali-skills",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "The open agent skills ecosystem",
5
5
  "type": "module",
6
6
  "bin": {
@@ -31,7 +31,7 @@
31
31
  "author": "",
32
32
  "license": "MIT",
33
33
  "dependencies": {
34
- "@ali/cli-skills": "^2.0.6"
34
+ "@ali/cli-skills": "^2.0.7"
35
35
  },
36
36
  "bundleDependencies": [
37
37
  "@ali/cli-skills"