Skip to content

Commit e2c8edc

Browse files
committed
v3.80.1
1 parent 36c980a commit e2c8edc

92 files changed

Lines changed: 663 additions & 282 deletions

File tree

Some content is hidden

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

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.80.1](https://github.com/eggjs/tegg/compare/v3.80.0...v3.80.1) (2026-06-08)
7+
8+
9+
### Bug Fixes
10+
11+
* **agent-runtime:** persist partial transcript when a run fails mid-turn ([#449](https://github.com/eggjs/tegg/issues/449)) ([f474495](https://github.com/eggjs/tegg/commit/f47449570705db6a7b6617fae58e7de95002acfa))
12+
* mcp memory leak error ([#453](https://github.com/eggjs/tegg/issues/453)) ([36c980a](https://github.com/eggjs/tegg/commit/36c980a8adf5af5d0dfca9a438d3cec1528ba58d))
13+
14+
15+
16+
17+
618
# [3.80.0](https://github.com/eggjs/tegg/compare/v3.79.3...v3.80.0) (2026-06-03)
719

820

core/agent-runtime/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.80.1](https://github.com/eggjs/tegg/compare/v3.80.0...v3.80.1) (2026-06-08)
7+
8+
9+
### Bug Fixes
10+
11+
* **agent-runtime:** persist partial transcript when a run fails mid-turn ([#449](https://github.com/eggjs/tegg/issues/449)) ([f474495](https://github.com/eggjs/tegg/commit/f47449570705db6a7b6617fae58e7de95002acfa))
12+
13+
14+
15+
16+
617
# [3.80.0](https://github.com/eggjs/tegg/compare/v3.79.3...v3.80.0) (2026-06-03)
718

819
**Note:** Version bump only for package @eggjs/agent-runtime

core/agent-runtime/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eggjs/agent-runtime",
3-
"version": "3.80.0",
3+
"version": "3.80.1",
44
"description": "Agent runtime with store abstraction for Egg.js tegg",
55
"keywords": [
66
"agent",
@@ -33,7 +33,7 @@
3333
"test": "mocha"
3434
},
3535
"dependencies": {
36-
"@eggjs/tegg-types": "^3.80.0",
36+
"@eggjs/tegg-types": "^3.80.1",
3737
"egg-logger": "^3.0.1",
3838
"oss-client": "^2.5.1"
3939
},

core/agent-tracing/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.80.1](https://github.com/eggjs/tegg/compare/v3.80.0...v3.80.1) (2026-06-08)
7+
8+
**Note:** Version bump only for package @eggjs/agent-tracing
9+
10+
11+
12+
13+
614
# [3.80.0](https://github.com/eggjs/tegg/compare/v3.79.3...v3.80.0) (2026-06-03)
715

816
**Note:** Version bump only for package @eggjs/agent-tracing

core/agent-tracing/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eggjs/agent-tracing",
3-
"version": "3.80.0",
3+
"version": "3.80.1",
44
"description": "Tracing support for AI agents (LangGraph, Claude Agent SDK)",
55
"keywords": [
66
"agent",
@@ -65,9 +65,9 @@
6565
"author": "killagu <killa123@126.com>",
6666
"license": "MIT",
6767
"dependencies": {
68-
"@eggjs/core-decorator": "^3.80.0",
69-
"@eggjs/tegg-background-task": "^3.80.0",
70-
"@eggjs/tegg-types": "^3.80.0",
68+
"@eggjs/core-decorator": "^3.80.1",
69+
"@eggjs/tegg-background-task": "^3.80.1",
70+
"@eggjs/tegg-types": "^3.80.1",
7171
"onelogger": "^1.0.1"
7272
},
7373
"peerDependencies": {
@@ -85,7 +85,7 @@
8585
"devDependencies": {
8686
"@anthropic-ai/claude-agent-sdk": "^0.2.52",
8787
"@anthropic-ai/sdk": "^0.78.0",
88-
"@eggjs/tegg-common-util": "^3.80.0",
88+
"@eggjs/tegg-common-util": "^3.80.1",
8989
"@langchain/core": "^1.1.29",
9090
"@langchain/langgraph": "^0.2.74",
9191
"@types/mocha": "^10.0.1",

core/ajv-decorator/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.80.1](https://github.com/eggjs/tegg/compare/v3.80.0...v3.80.1) (2026-06-08)
7+
8+
**Note:** Version bump only for package @eggjs/ajv-decorator
9+
10+
11+
12+
13+
614
# [3.80.0](https://github.com/eggjs/tegg/compare/v3.79.3...v3.80.0) (2026-06-03)
715

816
**Note:** Version bump only for package @eggjs/ajv-decorator

core/ajv-decorator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eggjs/ajv-decorator",
3-
"version": "3.80.0",
3+
"version": "3.80.1",
44
"description": "tegg ajv decorator",
55
"keywords": [
66
"egg",

core/aop-decorator/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.80.1](https://github.com/eggjs/tegg/compare/v3.80.0...v3.80.1) (2026-06-08)
7+
8+
**Note:** Version bump only for package @eggjs/aop-decorator
9+
10+
11+
12+
13+
614
# [3.80.0](https://github.com/eggjs/tegg/compare/v3.79.3...v3.80.0) (2026-06-03)
715

816
**Note:** Version bump only for package @eggjs/aop-decorator

core/aop-decorator/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eggjs/aop-decorator",
3-
"version": "3.80.0",
3+
"version": "3.80.1",
44
"description": "tegg aop decorator",
55
"keywords": [
66
"tegg",
@@ -16,10 +16,10 @@
1616
"directory": "core/aop-decorator"
1717
},
1818
"dependencies": {
19-
"@eggjs/core-decorator": "^3.80.0",
20-
"@eggjs/tegg-common-util": "^3.80.0",
21-
"@eggjs/tegg-metadata": "^3.80.0",
22-
"@eggjs/tegg-types": "^3.80.0"
19+
"@eggjs/core-decorator": "^3.80.1",
20+
"@eggjs/tegg-common-util": "^3.80.1",
21+
"@eggjs/tegg-metadata": "^3.80.1",
22+
"@eggjs/tegg-types": "^3.80.1"
2323
},
2424
"scripts": {
2525
"test": "cross-env NODE_ENV=test NODE_OPTIONS='--no-deprecation' mocha",

core/aop-runtime/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.80.1](https://github.com/eggjs/tegg/compare/v3.80.0...v3.80.1) (2026-06-08)
7+
8+
**Note:** Version bump only for package @eggjs/tegg-aop-runtime
9+
10+
11+
12+
13+
614
# [3.80.0](https://github.com/eggjs/tegg/compare/v3.79.3...v3.80.0) (2026-06-03)
715

816
**Note:** Version bump only for package @eggjs/tegg-aop-runtime

0 commit comments

Comments
 (0)