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: microsoft/autogen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: python-v0.7.4
Choose a base ref
...
head repository: microsoft/autogen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: python-v0.7.5
Choose a head ref
  • 18 commits
  • 35 files changed
  • 17 contributors

Commits on Aug 20, 2025

  1. Configuration menu
    Copy the full SHA
    82df9dd View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2025

  1. Configuration menu
    Copy the full SHA
    7fbf8ab View commit details
    Browse the repository at this point in the history
  2. Support linear memory in RedisMemory (#6972)

    Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
    justin-cechmanek and ekzhu authored Aug 31, 2025
    Configuration menu
    Copy the full SHA
    8e2c5f0 View commit details
    Browse the repository at this point in the history
  3. Fix message ID for correlation between streaming chunks and final mes… (

    #6969)
    
    Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
    smalltalkman and ekzhu authored Aug 31, 2025
    Configuration menu
    Copy the full SHA
    3107855 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2025

  1. Configuration menu
    Copy the full SHA
    0df6be1 View commit details
    Browse the repository at this point in the history
  2. Add thinking mode support for anthropic client (#7002)

    Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
    SrikarMannepalli and ekzhu authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    5216bf3 View commit details
    Browse the repository at this point in the history
  3. Fix spurious </think> tags caused by empty string reasoning_content i…

    …n streaming (#7025)
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: ekzhu <320302+ekzhu@users.noreply.github.com>
    Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
    3 people authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    79d5d6a View commit details
    Browse the repository at this point in the history
  4. Fix GraphFlow cycle detection to properly clean up recursion state (#…

    …7026)
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: ekzhu <320302+ekzhu@users.noreply.github.com>
    Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
    3 people authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    14809f5 View commit details
    Browse the repository at this point in the history
  5. Add comprehensive GitHub Copilot instructions for AutoGen development (

    …#7029)
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: ekzhu <320302+ekzhu@users.noreply.github.com>
    Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
    3 people authored Sep 16, 2025
    1 Configuration menu
    Copy the full SHA
    29846cb View commit details
    Browse the repository at this point in the history
  6. Fix Redis caching always returning False due to unhandled string valu…

    …es (#7022)
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: ekzhu <320302+ekzhu@users.noreply.github.com>
    Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
    3 people authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    e0e39e4 View commit details
    Browse the repository at this point in the history
  7. Fix OllamaChatCompletionClient load_component() error by adding to WE…

    …LL_KNOWN_PROVIDERS (#7030)
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: ekzhu <320302+ekzhu@users.noreply.github.com>
    Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
    3 people authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    c469fc0 View commit details
    Browse the repository at this point in the history
  8. Fix finish_reason logic in Azure AI client streaming response (#6963)

    Co-authored-by: weizhang3 <weizhang3@microsoft.com>
    Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
    3 people authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    6f67b95 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2025

  1. Add security warnings and default to DockerCommandLineCodeExecutor (#…

    …7035)
    
    Co-authored-by: Claude <noreply@anthropic.com>
    ekzhu and claude authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    17d3aef View commit details
    Browse the repository at this point in the history
  2. Fix: Handle nested objects in array items for JSON schema conversion (#…

    …6993)
    
    Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
    kkutrowski and ekzhu authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    fb03c1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f76f92d View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2025

  1. Configuration menu
    Copy the full SHA
    29931b3 View commit details
    Browse the repository at this point in the history
  2. Add missing reasoning_effort parameter support for OpenAI GPT-5 models (

    #7054)
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: victordibia <1547007+victordibia@users.noreply.github.com>
    Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
    Co-authored-by: ekzhu <320302+ekzhu@users.noreply.github.com>
    Co-authored-by: Maurice Bailly <baillymaurice@hotmail.com>
    5 people authored Sep 30, 2025
    Configuration menu
    Copy the full SHA
    e045643 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83afbf5 View commit details
    Browse the repository at this point in the history
Loading