Skip to content

Commit 34be480

Browse files
committed
Update Changelog.md
1 parent ac2830a commit 34be480

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

typescript-sdk/integrations/adk-middleware/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Added
1111
- **NEW**: SystemMessage support for ADK agents (issue #22) - SystemMessages as first message are now appended to agent instructions
1212
- **NEW**: Comprehensive tests for SystemMessage functionality including edge cases
13+
- **NEW**: Long running tools can be defined in backend side as well
14+
- **NEW**: Predictive state demo is added in dojo App
1315

1416
### Fixed
1517
- **FIXED**: Race condition in tool result processing causing "No pending tool calls found" warnings
1618
- **FIXED**: Tool call removal now happens after pending check to prevent race conditions
1719
- **IMPROVED**: Better handling of empty tool result content with graceful JSON parsing fallback
1820
- **FIXED**: Pending tool call state management now uses SessionManager methods (issue #25)
21+
- **FIXED**: Pending tools issue for normal backend tools is now fixed (issue #32)
1922

2023
### Enhanced
2124
- **LOGGING**: Added debug logging for tool result processing to aid in troubleshooting

0 commit comments

Comments
 (0)