@aigne/example-agent-skill 1.0.1-beta.14 → 1.0.1-beta.15

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 +15 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ ## [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)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **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))
9
+ * bump version ([696560f](https://github.com/AIGNE-io/aigne-framework/commit/696560fa2673eddcb4d00ac0523fbbbde7273cb3))
10
+
11
+
12
+ ### Dependencies
13
+
14
+ * The following workspace dependencies were updated
15
+ * dependencies
16
+ * @aigne/cli bumped to 1.59.0-beta.31
17
+
3
18
  ## [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)
4
19
 
5
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/example-agent-skill",
3
- "version": "1.0.1-beta.14",
3
+ "version": "1.0.1-beta.15",
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.30"
15
+ "@aigne/cli": "^1.59.0-beta.31"
16
16
  },
17
17
  "scripts": {
18
18
  "start": "aigne run",