Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
94 changes: 47 additions & 47 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,54 +1,54 @@
{
".": "1.88.1",
".": "1.89.0-beta",
"packages/platform-helpers": "0.6.5",
"packages/sqlite": "0.4.7",
"packages/secrets": "0.1.2",
"packages/agent-library": "1.22.2",
"packages/core": "1.69.2",
"packages/cli": "1.57.1",
"packages/test-utils": "0.5.65",
"packages/transport": "0.15.21",
"models/anthropic": "0.14.12",
"models/bedrock": "0.10.17",
"models/deepseek": "0.7.58",
"models/gemini": "0.14.12",
"models/ollama": "0.7.58",
"models/open-router": "0.7.58",
"models/openai": "0.16.12",
"models/xai": "0.7.58",
"models/aigne-hub": "0.10.12",
"packages/secrets": "0.1.3-beta",
"packages/agent-library": "1.22.3-beta",
"packages/core": "1.70.0-beta",
"packages/cli": "1.57.2-beta",
"packages/test-utils": "0.5.66-beta",
"packages/transport": "0.15.22-beta",
"models/anthropic": "0.14.13-beta",
"models/bedrock": "0.10.18-beta",
"models/deepseek": "0.7.59-beta",
"models/gemini": "0.14.13-beta",
"models/ollama": "0.7.59-beta",
"models/open-router": "0.7.59-beta",
"models/openai": "0.16.13-beta",
"models/xai": "0.7.59-beta",
"models/aigne-hub": "0.10.13-beta",
"observability/blocklet": "1.16.2",
"observability/api": "0.11.11",
"observability/ui": "0.11.9",
"examples/mcp-server": "0.3.87",
"examples/mcp-github": "1.17.2",
"examples/mcp-puppeteer": "1.19.2",
"examples/mcp-sqlite": "1.19.2",
"examples/mcp-blocklet": "1.17.2",
"examples/workflow-code-execution": "1.18.2",
"examples/workflow-concurrency": "1.16.84",
"examples/workflow-group-chat": "1.18.2",
"examples/workflow-handoff": "1.17.2",
"examples/workflow-orchestrator": "1.13.85",
"examples/workflow-reflection": "1.15.85",
"examples/workflow-router": "1.19.2",
"examples/workflow-sequential": "1.17.84",
"examples/chat-bot": "1.15.87",
"examples/nano-banana": "1.2.2",
"examples/afs-memory": "0.10.75",
"examples/afs-local-fs": "1.2.2",
"examples/afs-mcp-server": "1.1.2",
"memory/agentic": "1.1.2",
"memory/default": "1.3.2",
"memory/did-space": "1.3.2",
"memory/fs": "1.1.2",
"models/doubao": "1.2.2",
"models/poe": "1.1.2",
"models/ideogram": "0.4.12",
"models/lmstudio": "1.1.2",
"blocklets/agent-runtime": "1.6.7",
"afs/core": "1.2.2",
"afs/history": "1.1.1",
"afs/user-profile-memory": "1.2.2",
"afs/local-fs": "1.2.2"
"examples/mcp-server": "0.3.88-beta",
"examples/mcp-github": "1.17.3-beta",
"examples/mcp-puppeteer": "1.19.3-beta",
"examples/mcp-sqlite": "1.19.3-beta",
"examples/mcp-blocklet": "1.17.3-beta",
"examples/workflow-code-execution": "1.18.3-beta",
"examples/workflow-concurrency": "1.16.85-beta",
"examples/workflow-group-chat": "1.18.3-beta",
"examples/workflow-handoff": "1.17.3-beta",
"examples/workflow-orchestrator": "1.13.86-beta",
"examples/workflow-reflection": "1.15.86-beta",
"examples/workflow-router": "1.19.3-beta",
"examples/workflow-sequential": "1.17.85-beta",
"examples/chat-bot": "1.15.88-beta",
"examples/nano-banana": "1.2.3-beta",
"examples/afs-memory": "0.10.76-beta",
"examples/afs-local-fs": "1.2.3-beta",
"examples/afs-mcp-server": "1.1.3-beta",
"memory/agentic": "1.1.3-beta",
"memory/default": "1.3.3-beta",
"memory/did-space": "1.3.3-beta",
"memory/fs": "1.1.3-beta",
"models/doubao": "1.2.3-beta",
"models/poe": "1.1.3-beta",
"models/ideogram": "0.4.13-beta",
"models/lmstudio": "1.1.3-beta",
"blocklets/agent-runtime": "1.6.8-beta",
"afs/core": "1.2.3-beta",
"afs/history": "1.1.2-beta",
"afs/user-profile-memory": "1.2.3-beta",
"afs/local-fs": "1.2.3-beta"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.89.0-beta](https://github.com/AIGNE-io/aigne-framework/compare/aigne-framework-v1.88.1...aigne-framework-v1.89.0-beta) (2025-12-02)


### Features

* **core:** add nested getter pattern support for model options ([#796](https://github.com/AIGNE-io/aigne-framework/issues/796)) ([824b2fe](https://github.com/AIGNE-io/aigne-framework/commit/824b2fe55cb2a24620e2bb73b470532918fa2996))


### Bug Fixes

* **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))

## [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)

## [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)
Expand Down
7 changes: 7 additions & 0 deletions afs/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.3-beta](https://github.com/AIGNE-io/aigne-framework/compare/afs-v1.2.2...afs-v1.2.3-beta) (2025-12-02)


### Bug Fixes

* **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))

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

## [1.2.2-beta](https://github.com/AIGNE-io/aigne-framework/compare/afs-v1.2.1...afs-v1.2.2-beta) (2025-11-28)
Expand Down
2 changes: 1 addition & 1 deletion afs/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aigne/afs",
"version": "1.2.2",
"version": "1.2.3-beta",
"description": "Agentic File System (AFS) is a virtual file system that supports various storage backends and provides a unified API for file operations.",
"publishConfig": {
"access": "public"
Expand Down
9 changes: 9 additions & 0 deletions afs/history/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
* dependencies
* @aigne/afs bumped to 1.2.0

## [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-02)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @aigne/afs bumped to 1.2.3-beta

## [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)


Expand Down
2 changes: 1 addition & 1 deletion afs/history/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aigne/afs-history",
"version": "1.1.1",
"version": "1.1.2-beta",
"description": "AIGNE AFS module for managing chat history",
"publishConfig": {
"access": "public"
Expand Down
10 changes: 10 additions & 0 deletions afs/local-fs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [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-02)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @aigne/afs bumped to 1.2.3-beta
* @aigne/core bumped to 1.70.0-beta

## [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)


Expand Down
2 changes: 1 addition & 1 deletion afs/local-fs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aigne/afs-local-fs",
"version": "1.2.2",
"version": "1.2.3-beta",
"description": "AIGNE AFS module for local filesystem storage",
"publishConfig": {
"access": "public"
Expand Down
11 changes: 11 additions & 0 deletions afs/user-profile-memory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [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-02)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @aigne/afs bumped to 1.2.3-beta
* @aigne/afs-history bumped to 1.1.2-beta
* @aigne/core bumped to 1.70.0-beta

## [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)


Expand Down
2 changes: 1 addition & 1 deletion afs/user-profile-memory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aigne/afs-user-profile-memory",
"version": "1.2.2",
"version": "1.2.3-beta",
"description": "AIGNE AFS module for user profile memory",
"publishConfig": {
"access": "public"
Expand Down
11 changes: 11 additions & 0 deletions blocklets/agent-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.6.8-beta](https://github.com/AIGNE-io/aigne-framework/compare/agent-runtime-v1.6.7...agent-runtime-v1.6.8-beta) (2025-12-02)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @aigne/aigne-hub bumped to 0.10.13-beta
* @aigne/core bumped to 1.70.0-beta
* @aigne/transport bumped to 0.15.22-beta

## [1.6.7](https://github.com/AIGNE-io/aigne-framework/compare/agent-runtime-v1.6.7-beta.1...agent-runtime-v1.6.7) (2025-11-28)


Expand Down
2 changes: 1 addition & 1 deletion blocklets/agent-runtime/blocklet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repository:
type: git
url: git+https://github.com/blocklet/create-blocklet.git
specVersion: 1.2.8
version: 1.6.7
version: 1.6.8-beta
logo: logo.png
files:
- dist
Expand Down
2 changes: 1 addition & 1 deletion blocklets/agent-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "agent-runtime",
"private": true,
"version": "1.6.7",
"version": "1.6.8-beta",
"scripts": {
"dev": "blocklet dev",
"lint": "tsc --noEmit && tsc -p tsconfig.api.json --noEmit && biome check",
Expand Down
15 changes: 15 additions & 0 deletions examples/afs-local-fs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.2.3-beta](https://github.com/AIGNE-io/aigne-framework/compare/example-afs-local-fs-v1.2.2...example-afs-local-fs-v1.2.3-beta) (2025-12-02)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @aigne/afs bumped to 1.2.3-beta
* @aigne/afs-history bumped to 1.1.2-beta
* @aigne/afs-local-fs bumped to 1.2.3-beta
* @aigne/cli bumped to 1.57.2-beta
* @aigne/core bumped to 1.70.0-beta
* devDependencies
* @aigne/test-utils bumped to 0.5.66-beta

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


Expand Down
2 changes: 1 addition & 1 deletion examples/afs-local-fs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aigne/example-afs-local-fs",
"version": "1.2.2",
"version": "1.2.3-beta",
"description": "A demonstration of using AIGNE Framework with AFS LocalFS module",
"author": "Arcblock <[email protected]> https://github.com/blocklet",
"homepage": "https://github.com/AIGNE-io/aigne-framework/tree/main/examples/afs-local-fs",
Expand Down
15 changes: 15 additions & 0 deletions examples/afs-mcp-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,21 @@
* devDependencies
* @aigne/test-utils bumped to 0.5.60

## [1.1.3-beta](https://github.com/AIGNE-io/aigne-framework/compare/example-afs-mcp-server-v1.1.2...example-afs-mcp-server-v1.1.3-beta) (2025-12-02)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @aigne/afs bumped to 1.2.3-beta
* @aigne/afs-history bumped to 1.1.2-beta
* @aigne/afs-local-fs bumped to 1.2.3-beta
* @aigne/cli bumped to 1.57.2-beta
* @aigne/core bumped to 1.70.0-beta
* devDependencies
* @aigne/test-utils bumped to 0.5.66-beta

## [1.1.2](https://github.com/AIGNE-io/aigne-framework/compare/example-afs-mcp-server-v1.1.2-beta.1...example-afs-mcp-server-v1.1.2) (2025-11-28)


Expand Down
2 changes: 1 addition & 1 deletion examples/afs-mcp-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aigne/example-afs-mcp-server",
"version": "1.1.2",
"version": "1.1.3-beta",
"description": "A demonstration of using AIGNE Framework with AFS mount a MCP server",
"author": "Arcblock <[email protected]> https://github.com/blocklet",
"homepage": "https://github.com/AIGNE-io/aigne-framework/tree/main/examples/afs-mcp-server",
Expand Down
15 changes: 15 additions & 0 deletions examples/afs-memory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.10.76-beta](https://github.com/AIGNE-io/aigne-framework/compare/example-afs-memory-v0.10.75...example-afs-memory-v0.10.76-beta) (2025-12-02)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @aigne/afs bumped to 1.2.3-beta
* @aigne/afs-history bumped to 1.1.2-beta
* @aigne/afs-user-profile-memory bumped to 1.2.3-beta
* @aigne/cli bumped to 1.57.2-beta
* @aigne/core bumped to 1.70.0-beta
* devDependencies
* @aigne/test-utils bumped to 0.5.66-beta

## [0.10.75](https://github.com/AIGNE-io/aigne-framework/compare/example-afs-memory-v0.10.75-beta.1...example-afs-memory-v0.10.75) (2025-11-28)


Expand Down
2 changes: 1 addition & 1 deletion examples/afs-memory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aigne/example-afs-memory",
"version": "0.10.75",
"version": "0.10.76-beta",
"description": "A demonstration of using AIGNE Framework with memory-based AFS modules",
"author": "Arcblock <[email protected]> https://github.com/blocklet",
"homepage": "https://github.com/AIGNE-io/aigne-framework/tree/main/examples/afs-memory",
Expand Down
9 changes: 9 additions & 0 deletions examples/chat-bot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.15.88-beta](https://github.com/AIGNE-io/aigne-framework/compare/example-chat-bot-v1.15.87...example-chat-bot-v1.15.88-beta) (2025-12-02)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @aigne/cli bumped to 1.57.2-beta

## [1.15.87](https://github.com/AIGNE-io/aigne-framework/compare/example-chat-bot-v1.15.87-beta.1...example-chat-bot-v1.15.87) (2025-11-28)


Expand Down
2 changes: 1 addition & 1 deletion examples/chat-bot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aigne/example-chat-bot",
"version": "1.15.87",
"version": "1.15.88-beta",
"description": "A demonstration of using AIGNE Framework to build a chat bot",
"author": "Arcblock <[email protected]> https://github.com/blocklet",
"homepage": "https://github.com/AIGNE-io/aigne-framework/tree/main/examples/chat-bot",
Expand Down
14 changes: 14 additions & 0 deletions examples/mcp-blocklet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.17.3-beta](https://github.com/AIGNE-io/aigne-framework/compare/example-mcp-blocklet-v1.17.2...example-mcp-blocklet-v1.17.3-beta) (2025-12-02)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @aigne/agent-library bumped to 1.22.3-beta
* @aigne/cli bumped to 1.57.2-beta
* @aigne/core bumped to 1.70.0-beta
* @aigne/default-memory bumped to 1.3.3-beta
* devDependencies
* @aigne/test-utils bumped to 0.5.66-beta

## [1.17.2](https://github.com/AIGNE-io/aigne-framework/compare/example-mcp-blocklet-v1.17.2-beta.1...example-mcp-blocklet-v1.17.2) (2025-11-28)


Expand Down
2 changes: 1 addition & 1 deletion examples/mcp-blocklet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aigne/example-mcp-blocklet",
"version": "1.17.2",
"version": "1.17.3-beta",
"description": "A demonstration of using AIGNE Framework and MCP Server hosted by the Blocklet platform",
"author": "Arcblock <[email protected]> https://github.com/blocklet",
"homepage": "https://github.com/AIGNE-io/aigne-framework/tree/main/examples/mcp-blocklet",
Expand Down
Loading