Skip to content

Commit b0b0b1f

Browse files
committed
chore: release 0.1.23
Signed-off-by: Tomáš Dvořák <[email protected]>
1 parent 75d7670 commit b0b0b1f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

typescript/CHANGELOG.md

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

3+
## [0.1.23](https://github.com/i-am-bee/beeai-framework/compare/typescript_v0.1.22...typescript_v0.1.23) (2025-12-22)
4+
5+
### Features
6+
7+
- **agents:** deprecate ToolCallingAgent ([#1363](https://github.com/i-am-bee/beeai-framework/issues/1363)) ([eab5eba](https://github.com/i-am-bee/beeai-framework/commit/eab5eba4c2b32f3b016d9081cb0fbd5c16f8366e)), closes [#1362](https://github.com/i-am-bee/beeai-framework/issues/1362)
8+
- streaming tool calls, ollama, requirement agent ([#1366](https://github.com/i-am-bee/beeai-framework/issues/1366)) ([426de7b](https://github.com/i-am-bee/beeai-framework/commit/426de7b245338cca0ecdb6ea0cbf4ab47be1bcf6))
9+
- **tools:** add Handoff Tool ([#1365](https://github.com/i-am-bee/beeai-framework/issues/1365)) ([699508b](https://github.com/i-am-bee/beeai-framework/commit/699508bc2091faa8c3f0560c0034b6d31da50f37))
10+
11+
### Bug Fixes
12+
13+
- **middlewares:** prevent events duplication in the GlobalTrajectoryMiddleware ([a3f21eb](https://github.com/i-am-bee/beeai-framework/commit/a3f21eb3d81583273dbfd6b14006dd8fd691234c))
14+
- wrong import ([22c21f5](https://github.com/i-am-bee/beeai-framework/commit/22c21f565ecacbd663140174fdc7288400d5aec7))
15+
316
## [0.1.22](https://github.com/i-am-bee/beeai-framework/compare/typescript_v0.1.21...typescript_v0.1.22) (2025-12-18)
417

518
### Features

typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "beeai-framework",
3-
"version": "0.1.22",
3+
"version": "0.1.23",
44
"license": "Apache-2.0",
55
"description": "BeeAI Framework - LLM Agent Framework",
66
"author": "BeeAI a Series of LF Projects, LLC",

0 commit comments

Comments
 (0)