-
Notifications
You must be signed in to change notification settings - Fork 54
Comparing changes
Open a pull request
base repository: askui/python-sdk
base: v0.22.10
head repository: askui/python-sdk
compare: v0.22.11
- 7 commits
- 17 files changed
- 5 contributors
Commits on Dec 15, 2025
-
fix(caching): Add a section to the caching docs on how to provide inf…
…ormation on the caching files in the goal prompt
Configuration menu - View commit details
-
Copy full SHA for d25122b - Browse repository at this point
Copy the full SHA d25122bView commit details
Commits on Dec 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3cb043d - Browse repository at this point
Copy the full SHA 3cb043dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2fa75e - Browse repository at this point
Copy the full SHA b2fa75eView commit details -
Merge pull request #213 from askui/fix/wite_text_without_encoding
fix: add encoding='utf-8' to all file operations to prevent UnicodeEn…
Configuration menu - View commit details
-
Copy full SHA for fc1c02a - Browse repository at this point
Copy the full SHA fc1c02aView commit details
Commits on Dec 18, 2025
-
feat(messages): add support for injecting cancelled tool results in m… (
#212) * feat(messages): add support for injecting cancelled tool results in message creation Enhanced the `create_message` method in `MessageService` to include an optional parameter `inject_cancelled_tool_results`. When set to `True`, it creates cancelled tool results if the parent message contains pending tool_use blocks. This change improves the handling of tool execution interruptions by providing relevant feedback in the message flow. * fix(messages): update tool result content type in MessageService Changed the type of `tool_result_content` in the `create_message` method from `list[ToolResultBlockParam]` to `list[ContentBlockParam]` to ensure mypy compatability.
Configuration menu - View commit details
-
Copy full SHA for eee01aa - Browse repository at this point
Copy the full SHA eee01aaView commit details -
Introduce io publisher for communicating events via stdio (#211)
* feat: introduce io publisher for communicating events via stdio * chore: add .env.tmp to .gitignore * feat: feature flag io_publisher
Configuration menu - View commit details
-
Copy full SHA for ca81e0a - Browse repository at this point
Copy the full SHA ca81e0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 602d84e - Browse repository at this point
Copy the full SHA 602d84eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.22.10...v0.22.11