@aigne/example-agent-skill 1.0.1-beta.8 → 1.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +78 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,83 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.1](https://github.com/AIGNE-io/aigne-framework/compare/example-agent-skill-v1.0.1-beta.15...example-agent-skill-v1.0.1) (2026-01-16)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/cli bumped to 1.59.0
11
+
12
+ ## [1.0.1-beta.15](https://github.com/AIGNE-io/aigne-framework/compare/example-agent-skill-v1.0.1-beta.14...example-agent-skill-v1.0.1-beta.15) (2026-01-16)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * **afs:** support `~` in the local path for local-fs & add agent-skill example ([#877](https://github.com/AIGNE-io/aigne-framework/issues/877)) ([c86293f](https://github.com/AIGNE-io/aigne-framework/commit/c86293f3d70447974395d02e238305a42b256b66))
18
+ * bump version ([696560f](https://github.com/AIGNE-io/aigne-framework/commit/696560fa2673eddcb4d00ac0523fbbbde7273cb3))
19
+
20
+
21
+ ### Dependencies
22
+
23
+ * The following workspace dependencies were updated
24
+ * dependencies
25
+ * @aigne/cli bumped to 1.59.0-beta.31
26
+
27
+ ## [1.0.1-beta.14](https://github.com/AIGNE-io/aigne-framework/compare/example-agent-skill-v1.0.1-beta.13...example-agent-skill-v1.0.1-beta.14) (2026-01-16)
28
+
29
+
30
+ ### Dependencies
31
+
32
+ * The following workspace dependencies were updated
33
+ * dependencies
34
+ * @aigne/cli bumped to 1.59.0-beta.30
35
+
36
+ ## [1.0.1-beta.13](https://github.com/AIGNE-io/aigne-framework/compare/example-agent-skill-v1.0.1-beta.12...example-agent-skill-v1.0.1-beta.13) (2026-01-15)
37
+
38
+
39
+ ### Dependencies
40
+
41
+ * The following workspace dependencies were updated
42
+ * dependencies
43
+ * @aigne/cli bumped to 1.59.0-beta.29
44
+
45
+ ## [1.0.1-beta.12](https://github.com/AIGNE-io/aigne-framework/compare/example-agent-skill-v1.0.1-beta.11...example-agent-skill-v1.0.1-beta.12) (2026-01-15)
46
+
47
+
48
+ ### Dependencies
49
+
50
+ * The following workspace dependencies were updated
51
+ * dependencies
52
+ * @aigne/cli bumped to 1.59.0-beta.28
53
+
54
+ ## [1.0.1-beta.11](https://github.com/AIGNE-io/aigne-framework/compare/example-agent-skill-v1.0.1-beta.10...example-agent-skill-v1.0.1-beta.11) (2026-01-15)
55
+
56
+
57
+ ### Dependencies
58
+
59
+ * The following workspace dependencies were updated
60
+ * dependencies
61
+ * @aigne/cli bumped to 1.59.0-beta.27
62
+
63
+ ## [1.0.1-beta.10](https://github.com/AIGNE-io/aigne-framework/compare/example-agent-skill-v1.0.1-beta.9...example-agent-skill-v1.0.1-beta.10) (2026-01-15)
64
+
65
+
66
+ ### Dependencies
67
+
68
+ * The following workspace dependencies were updated
69
+ * dependencies
70
+ * @aigne/cli bumped to 1.59.0-beta.26
71
+
72
+ ## [1.0.1-beta.9](https://github.com/AIGNE-io/aigne-framework/compare/example-agent-skill-v1.0.1-beta.8...example-agent-skill-v1.0.1-beta.9) (2026-01-14)
73
+
74
+
75
+ ### Dependencies
76
+
77
+ * The following workspace dependencies were updated
78
+ * dependencies
79
+ * @aigne/cli bumped to 1.59.0-beta.25
80
+
3
81
  ## [1.0.1-beta.8](https://github.com/AIGNE-io/aigne-framework/compare/example-agent-skill-v1.0.1-beta.7...example-agent-skill-v1.0.1-beta.8) (2026-01-13)
4
82
 
5
83
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/example-agent-skill",
3
- "version": "1.0.1-beta.8",
3
+ "version": "1.0.1",
4
4
  "description": "A demonstration of using AIGNE Framework to run an agent with custom skills",
5
5
  "author": "Arcblock <blocklet@arcblock.io> https://github.com/blocklet",
6
6
  "homepage": "https://github.com/AIGNE-io/aigne-framework/tree/main/examples/agent-skill",
@@ -12,7 +12,7 @@
12
12
  "type": "module",
13
13
  "bin": "aigne.yaml",
14
14
  "dependencies": {
15
- "@aigne/cli": "^1.59.0-beta.24"
15
+ "@aigne/cli": "^1.59.0"
16
16
  },
17
17
  "scripts": {
18
18
  "start": "aigne run",