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: openai/openai-agents-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6a5d9ce
Choose a base ref
...
head repository: openai/openai-agents-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c6569cb
Choose a head ref
  • 11 commits
  • 120 files changed
  • 12 contributors

Commits on Nov 14, 2025

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

Commits on Nov 15, 2025

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

Commits on Nov 17, 2025

  1. Nest handoff history by default (#1996)

    ## Summary
    - add a `nest_handoff_history` flag to `RunConfig` and call a new helper
    that condenses the prior transcript into a developer-role summary when
    handing off
    - update the default handoff path, docs, and helper library so that the
    developer summary is produced automatically unless a custom filter
    overrides it
    - expand the handoff-focused tests to cover the new behavior (including
    helper unit tests) and update existing expectations
    
    ## Testing
    - `uv run pytest tests/test_extension_filters.py`
    - `uv run pytest tests/test_agent_runner.py -k handoff`
    - `uv run pytest tests/test_agent_runner_streamed.py -k handoff`
    
    
    ------
    https://chatgpt.com/codex/tasks/task_i_68ff73bda0f4832496f3d1fa9103905f
    jhills20 authored Nov 17, 2025
    Configuration menu
    Copy the full SHA
    a776d80 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2025

  1. Configuration menu
    Copy the full SHA
    2b3bfb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95d71fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48164ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9e63a3 View commit details
    Browse the repository at this point in the history
  5. fix: #2008 Fix agent memory leak using weakref (#2014)

    Co-authored-by: Kazuhiro Sera <seratch@openai.com>
    DanieleMorotti and seratch authored Nov 18, 2025
    Configuration menu
    Copy the full SHA
    283ead8 View commit details
    Browse the repository at this point in the history
  6. docs: fix typos in some files (#2096)

    Co-authored-by: khanhkhanhlele <namkhanh20xx@gmail.com>
    Edge-Seven and namkhanh20xx authored Nov 18, 2025
    Configuration menu
    Copy the full SHA
    e3fe4f4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9bcf081 View commit details
    Browse the repository at this point in the history
  8. v0.6.0 (#2093)

    rm-openai authored Nov 18, 2025
    Configuration menu
    Copy the full SHA
    c6569cb View commit details
    Browse the repository at this point in the history
Loading