This commit is contained in:
Tommy D. Rossi
2025-11-16 11:58:30 +01:00
parent 66112f2818
commit a07d75ebf3
3 changed files with 24 additions and 7 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## 0.0.4
### Patch Changes
- Added `context` field to `State` type
- Renamed `ToolState` interface to `State`
- Limit execute tool output to 1000 characters with truncation message
## 0.0.3
### Patch Changes