Skip to content

Commit ace1ffb

Browse files
committed
chore: release main
1 parent 0c991bf commit ace1ffb

File tree

96 files changed

+678
-95
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+678
-95
lines changed

.release-please-manifest.json

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,54 @@
11
{
2-
".": "1.88.1",
2+
".": "1.88.2-beta",
33
"packages/platform-helpers": "0.6.5",
44
"packages/sqlite": "0.4.7",
5-
"packages/secrets": "0.1.2",
6-
"packages/agent-library": "1.22.2",
7-
"packages/core": "1.69.2",
8-
"packages/cli": "1.57.1",
9-
"packages/test-utils": "0.5.65",
10-
"packages/transport": "0.15.21",
11-
"models/anthropic": "0.14.12",
12-
"models/bedrock": "0.10.17",
13-
"models/deepseek": "0.7.58",
14-
"models/gemini": "0.14.12",
15-
"models/ollama": "0.7.58",
16-
"models/open-router": "0.7.58",
17-
"models/openai": "0.16.12",
18-
"models/xai": "0.7.58",
19-
"models/aigne-hub": "0.10.12",
5+
"packages/secrets": "0.1.3-beta",
6+
"packages/agent-library": "1.22.3-beta",
7+
"packages/core": "1.69.3-beta",
8+
"packages/cli": "1.57.2-beta",
9+
"packages/test-utils": "0.5.66-beta",
10+
"packages/transport": "0.15.22-beta",
11+
"models/anthropic": "0.14.13-beta",
12+
"models/bedrock": "0.10.18-beta",
13+
"models/deepseek": "0.7.59-beta",
14+
"models/gemini": "0.14.13-beta",
15+
"models/ollama": "0.7.59-beta",
16+
"models/open-router": "0.7.59-beta",
17+
"models/openai": "0.16.13-beta",
18+
"models/xai": "0.7.59-beta",
19+
"models/aigne-hub": "0.10.13-beta",
2020
"observability/blocklet": "1.16.2",
2121
"observability/api": "0.11.11",
2222
"observability/ui": "0.11.9",
23-
"examples/mcp-server": "0.3.87",
24-
"examples/mcp-github": "1.17.2",
25-
"examples/mcp-puppeteer": "1.19.2",
26-
"examples/mcp-sqlite": "1.19.2",
27-
"examples/mcp-blocklet": "1.17.2",
28-
"examples/workflow-code-execution": "1.18.2",
29-
"examples/workflow-concurrency": "1.16.84",
30-
"examples/workflow-group-chat": "1.18.2",
31-
"examples/workflow-handoff": "1.17.2",
32-
"examples/workflow-orchestrator": "1.13.85",
33-
"examples/workflow-reflection": "1.15.85",
34-
"examples/workflow-router": "1.19.2",
35-
"examples/workflow-sequential": "1.17.84",
36-
"examples/chat-bot": "1.15.87",
37-
"examples/nano-banana": "1.2.2",
38-
"examples/afs-memory": "0.10.75",
39-
"examples/afs-local-fs": "1.2.2",
40-
"examples/afs-mcp-server": "1.1.2",
41-
"memory/agentic": "1.1.2",
42-
"memory/default": "1.3.2",
43-
"memory/did-space": "1.3.2",
44-
"memory/fs": "1.1.2",
45-
"models/doubao": "1.2.2",
46-
"models/poe": "1.1.2",
47-
"models/ideogram": "0.4.12",
48-
"models/lmstudio": "1.1.2",
49-
"blocklets/agent-runtime": "1.6.7",
50-
"afs/core": "1.2.2",
51-
"afs/history": "1.1.1",
52-
"afs/user-profile-memory": "1.2.2",
53-
"afs/local-fs": "1.2.2"
23+
"examples/mcp-server": "0.3.88-beta",
24+
"examples/mcp-github": "1.17.3-beta",
25+
"examples/mcp-puppeteer": "1.19.3-beta",
26+
"examples/mcp-sqlite": "1.19.3-beta",
27+
"examples/mcp-blocklet": "1.17.3-beta",
28+
"examples/workflow-code-execution": "1.18.3-beta",
29+
"examples/workflow-concurrency": "1.16.85-beta",
30+
"examples/workflow-group-chat": "1.18.3-beta",
31+
"examples/workflow-handoff": "1.17.3-beta",
32+
"examples/workflow-orchestrator": "1.13.86-beta",
33+
"examples/workflow-reflection": "1.15.86-beta",
34+
"examples/workflow-router": "1.19.3-beta",
35+
"examples/workflow-sequential": "1.17.85-beta",
36+
"examples/chat-bot": "1.15.88-beta",
37+
"examples/nano-banana": "1.2.3-beta",
38+
"examples/afs-memory": "0.10.76-beta",
39+
"examples/afs-local-fs": "1.2.3-beta",
40+
"examples/afs-mcp-server": "1.1.3-beta",
41+
"memory/agentic": "1.1.3-beta",
42+
"memory/default": "1.3.3-beta",
43+
"memory/did-space": "1.3.3-beta",
44+
"memory/fs": "1.1.3-beta",
45+
"models/doubao": "1.2.3-beta",
46+
"models/poe": "1.1.3-beta",
47+
"models/ideogram": "0.4.13-beta",
48+
"models/lmstudio": "1.1.3-beta",
49+
"blocklets/agent-runtime": "1.6.8-beta",
50+
"afs/core": "1.2.3-beta",
51+
"afs/history": "1.1.2-beta",
52+
"afs/user-profile-memory": "1.2.3-beta",
53+
"afs/local-fs": "1.2.3-beta"
5454
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.88.2-beta](https://github.com/AIGNE-io/aigne-framework/compare/aigne-framework-v1.88.1...aigne-framework-v1.88.2-beta) (2025-12-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **afs:** check module existence on normalized path ([#793](https://github.com/AIGNE-io/aigne-framework/issues/793)) ([0c991bf](https://github.com/AIGNE-io/aigne-framework/commit/0c991bf0caa948ce62948986ce885b5a98437689))
9+
310
## [1.88.1](https://github.com/AIGNE-io/aigne-framework/compare/aigne-framework-v1.88.1-beta.1...aigne-framework-v1.88.1) (2025-11-28)
411

512
## [1.88.1-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/aigne-framework-v1.88.1-beta...aigne-framework-v1.88.1-beta.1) (2025-11-28)

afs/core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.2.3-beta](https://github.com/AIGNE-io/aigne-framework/compare/afs-v1.2.2...afs-v1.2.3-beta) (2025-12-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **afs:** check module existence on normalized path ([#793](https://github.com/AIGNE-io/aigne-framework/issues/793)) ([0c991bf](https://github.com/AIGNE-io/aigne-framework/commit/0c991bf0caa948ce62948986ce885b5a98437689))
9+
310
## [1.2.2](https://github.com/AIGNE-io/aigne-framework/compare/afs-v1.2.2-beta...afs-v1.2.2) (2025-11-28)
411

512
## [1.2.2-beta](https://github.com/AIGNE-io/aigne-framework/compare/afs-v1.2.1...afs-v1.2.2-beta) (2025-11-28)

afs/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aigne/afs",
3-
"version": "1.2.2",
3+
"version": "1.2.3-beta",
44
"description": "Agentic File System (AFS) is a virtual file system that supports various storage backends and provides a unified API for file operations.",
55
"publishConfig": {
66
"access": "public"

afs/history/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66
* dependencies
77
* @aigne/afs bumped to 1.2.0
88

9+
## [1.1.2-beta](https://github.com/AIGNE-io/aigne-framework/compare/afs-history-v1.1.1...afs-history-v1.1.2-beta) (2025-12-01)
10+
11+
12+
### Dependencies
13+
14+
* The following workspace dependencies were updated
15+
* dependencies
16+
* @aigne/afs bumped to 1.2.3-beta
17+
918
## [1.1.1](https://github.com/AIGNE-io/aigne-framework/compare/afs-history-v1.1.1-beta...afs-history-v1.1.1) (2025-11-28)
1019

1120

afs/history/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aigne/afs-history",
3-
"version": "1.1.1",
3+
"version": "1.1.2-beta",
44
"description": "AIGNE AFS module for managing chat history",
55
"publishConfig": {
66
"access": "public"

afs/local-fs/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [1.2.3-beta](https://github.com/AIGNE-io/aigne-framework/compare/afs-local-fs-v1.2.2...afs-local-fs-v1.2.3-beta) (2025-12-01)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @aigne/afs bumped to 1.2.3-beta
11+
* @aigne/core bumped to 1.69.3-beta
12+
313
## [1.2.2](https://github.com/AIGNE-io/aigne-framework/compare/afs-local-fs-v1.2.2-beta.1...afs-local-fs-v1.2.2) (2025-11-28)
414

515

afs/local-fs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aigne/afs-local-fs",
3-
"version": "1.2.2",
3+
"version": "1.2.3-beta",
44
"description": "AIGNE AFS module for local filesystem storage",
55
"publishConfig": {
66
"access": "public"

afs/user-profile-memory/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [1.2.3-beta](https://github.com/AIGNE-io/aigne-framework/compare/afs-user-profile-memory-v1.2.2...afs-user-profile-memory-v1.2.3-beta) (2025-12-01)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @aigne/afs bumped to 1.2.3-beta
11+
* @aigne/afs-history bumped to 1.1.2-beta
12+
* @aigne/core bumped to 1.69.3-beta
13+
314
## [1.2.2](https://github.com/AIGNE-io/aigne-framework/compare/afs-user-profile-memory-v1.2.2-beta.1...afs-user-profile-memory-v1.2.2) (2025-11-28)
415

516

afs/user-profile-memory/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aigne/afs-user-profile-memory",
3-
"version": "1.2.2",
3+
"version": "1.2.3-beta",
44
"description": "AIGNE AFS module for user profile memory",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)