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.16
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.17
Choose a head ref
  • 5 commits
  • 37 files changed
  • 2 contributors

Commits on Aug 22, 2025

  1. - Update package.json homepage links for npm page (#325)

    - Copy readme for ax npm package page
    valgaze authored Aug 22, 2025
    Configuration menu
    Copy the full SHA
    b6702d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2025

  1. feat: introduce AxStopFunctionCallException and enhance function call…

    … handling
    
    - Added AxStopFunctionCallException to manage function call interruptions and provide detailed context on executed functions.
    - Enhanced AxBaseAI to support function call emulation based on provider capabilities and options.
    - Updated AxProgramForwardOptions to allow multiple stop function names.
    - Refactored error handling in extract functions to utilize new error creation methods for improved clarity.
    - Improved test coverage for stop function behavior in AxGen and related components.
    dosco committed Aug 28, 2025
    Configuration menu
    Copy the full SHA
    71e8e63 View commit details
    Browse the repository at this point in the history
  2. fix: refine field extraction logic and update test cases

    - Enhanced the streamingExtractFinalValue function to accurately determine field boundaries, preventing content overlap between fields.
    - Updated the parseMissedFieldsFromFullContent function to process content line by line for improved field extraction precision.
    - Adjusted test cases in extract.test.ts to reflect changes in field handling and ensure correct functionality.
    - Added new words to the project dictionary for better spell checking support.
    dosco committed Aug 28, 2025
    Configuration menu
    Copy the full SHA
    d9d9836 View commit details
    Browse the repository at this point in the history
  3. chore: update package dependencies and enhance documentation

    - Downgraded cz-conventional-changelog from version 3.3.0 to 3.0.1 for compatibility.
    - Updated various package versions in package-lock.json to ensure consistency and stability.
    - Improved formatting and readability in documentation files, including the main README and example scripts.
    - Enhanced the structure of the cursor rules documentation for better clarity and organization.
    dosco committed Aug 28, 2025
    Configuration menu
    Copy the full SHA
    b74bb93 View commit details
    Browse the repository at this point in the history
  4. chore: release v14.0.17

    dosco committed Aug 28, 2025
    Configuration menu
    Copy the full SHA
    a57741c View commit details
    Browse the repository at this point in the history
Loading