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: inference-gateway/adk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.16.1
Choose a base ref
...
head repository: inference-gateway/adk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.16.2
Choose a head ref
  • 2 commits
  • 9 files changed
  • 4 contributors

Commits on Dec 13, 2025

  1. refactor: Increase Max Chat Completion Iterations default threshold f…

    …rom 10 to 50 (#125)
    
    This change improves the out-of-the-box experience for complex agentic
    tasks by increasing the default maximum chat completion iterations from
    10 to 50. This prevents premature task cancellation during multi-step
    workflows such as web scraping with multiple pages or complex data
    processing operations.
    
    Changes:
    - Updated default value in server/config/config.go (10 → 50)
    - Updated default value in server/agent_builder.go (10 → 50)
    - Updated default value in server/agent.go (10 → 50)
    - Updated documentation in README.md to reflect new default
    - Updated all test files to expect the new default value of 50
    - Verified Config.Validate() still enforces minimum of 1 iteration
    - Verified backward compatibility: environment variable override works
    
    Fixes #123
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-authored-by: Eden Reich <edenreich@users.noreply.github.com>
    
    * chore: Apply suggestions from code review
    
    ---------
    
    Co-authored-by: Claude <noreply@anthropic.com>
    Co-authored-by: Eden Reich <edenreich@users.noreply.github.com>
    3 people authored Dec 13, 2025
    Configuration menu
    Copy the full SHA
    e871791 View commit details
    Browse the repository at this point in the history
  2. chore(release): 🔖 0.16.2 [skip ci]

    ## [0.16.2](v0.16.1...v0.16.2) (2025-12-13)
    
    ### ♻️ Improvements
    
    * Increase Max Chat Completion Iterations default threshold from 10 to 50 ([#125](#125)) ([e871791](e871791)), closes [#123](#123)
    ig-semantic-release-bot[bot] committed Dec 13, 2025
    Configuration menu
    Copy the full SHA
    ab79714 View commit details
    Browse the repository at this point in the history
Loading