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: ax-llm/ax
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 14.0.30
Choose a base ref
...
head repository: ax-llm/ax
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 14.0.31
Choose a head ref
  • 3 commits
  • 16 files changed
  • 1 contributor

Commits on Oct 8, 2025

  1. feat: add thoughtBlock to AxChatResponseResult and enhance validation

    - Introduced a new `thoughtBlock` field in `AxChatResponseResult` to support provider-agnostic thinking with encryption capabilities.
    - Updated validation logic in `axValidateChatResponseResult` to ensure proper structure and types for the new `thoughtBlock`.
    - Modified Anthropic API implementation to handle `thoughtBlock` in message creation and response processing.
    - Enhanced logging to include `thoughtBlock` data in output for better debugging and visibility.
    dosco committed Oct 8, 2025
    Configuration menu
    Copy the full SHA
    7b49f65 View commit details
    Browse the repository at this point in the history
  2. refactor: update example to use new response structure

    - Modified the Anthropic thinking function example to utilize the updated response structure, replacing deprecated `thoughtBlock` references with `responseText` and `rationale`.
    - Enhanced logging for clarity by directly outputting the new response fields, improving the example's demonstration of the API's capabilities.
    dosco committed Oct 8, 2025
    Configuration menu
    Copy the full SHA
    87b24b4 View commit details
    Browse the repository at this point in the history
  3. chore: release v14.0.31

    dosco committed Oct 8, 2025
    Configuration menu
    Copy the full SHA
    9db988f View commit details
    Browse the repository at this point in the history
Loading