Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: askui/python-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.22.10
Choose a base ref
...
head repository: askui/python-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.22.11
Choose a head ref
  • 7 commits
  • 17 files changed
  • 5 contributors

Commits on Dec 15, 2025

  1. fix(caching): Add a section to the caching docs on how to provide inf…

    …ormation on the caching files in the goal prompt
    philipph-askui authored Dec 15, 2025
    Configuration menu
    Copy the full SHA
    d25122b View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2025

  1. Configuration menu
    Copy the full SHA
    3cb043d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2fa75e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #213 from askui/fix/wite_text_without_encoding

    fix: add encoding='utf-8' to all file operations to prevent UnicodeEn…
    programminx-askui authored Dec 17, 2025
    Configuration menu
    Copy the full SHA
    fc1c02a View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2025

  1. 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.
    danyalxahid-askui authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    eee01aa View commit details
    Browse the repository at this point in the history
  2. 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
    onur-askui authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    ca81e0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    602d84e View commit details
    Browse the repository at this point in the history
Loading