Skip to content

Commit 8c486da

Browse files
author
klapaudius
committed
Update CHANGELOG.md with the 1.7.0 release note
1 parent fa24324 commit 8c486da

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### Version 1.7.0
2+
- **Core Features:**
3+
- Add dynamic resource loading system with ResourceProviderInterface for runtime resource registration
4+
- Add dynamic prompt loading system with PromptProviderInterface for runtime prompt registration
5+
- **Enhancements:**
6+
- Improve progress token cleanup with try-finally block to prevent resource leaks when tools throw exceptions
7+
- Update DataUtil to correctly identify both result and error responses in message parsing
8+
- **Documentation:**
9+
- Extensive updates to building_prompts.md with PromptProvider implementation guide and examples
10+
- Extensive updates to building_resources.md with ResourceProvider implementation guide and examples
11+
- Include basic and advanced examples
12+
113
### Version 1.6.0
214
- **Core Features:**
315
- Add dynamic tool loading system with ToolProviderInterface

0 commit comments

Comments
 (0)