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: v0.2.11
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: main
Choose a head ref
  • 12 commits
  • 40 files changed
  • 8 contributors

Commits on Sep 3, 2025

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

Commits on Sep 5, 2025

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

Commits on Sep 8, 2025

  1. fix(voice/stt): accept conversation.item.input_audio_transcription.co…

    …mpleted (keep legacy alias) (#1537)
    
    Co-authored-by: Kazuhiro Sera <seratch@openai.com>
    dudududukim and seratch authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    329806a View commit details
    Browse the repository at this point in the history
  2. Fix instructions not being applied (#1688)

    Co-authored-by: Michiel De Witte <michiel.dewitte@basalte.be>
    michieldwitte and Michiel De Witte authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    83bb4d8 View commit details
    Browse the repository at this point in the history
  3. Fix a bug where the default behavior of loading the debug flag differ…

    …s from the documentation (#1682)
    
    DONT_LOG_MODEL_DATA and DONT_LOG_TOOL_DATA constants' default values
    differ from the behaviors clearly stated in the documentation (code
    comments).
    seratch authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    dd0b65c View commit details
    Browse the repository at this point in the history
  4. fix: #1661 Preserve realtime session voice settings when updating age…

    …nts (#1684)
    
    ## Summary
    
    Resolves #1661
    
    - merge run and initial realtime session settings when constructing a
    session
    - reuse the merged base when recomputing settings so the active voice is
    preserved on handoffs or agent updates
    - add a regression test that ensures the initial voice and output audio
    format remain intact when refreshing session settings
    
    ## Testing
    - make format
    - make lint
    - make mypy *(fails: optional dependencies numpy, sqlalchemy, and
    litellm are not installed in the test environment)*
    - make tests *(fails: optional dependencies numpy and litellm are not
    installed in the test environment)*
    seratch authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    50d0ffe View commit details
    Browse the repository at this point in the history
  5. Update MCP server tool documentation to cover all available options (#…

    …1685)
    
    ## Summary
    - reorganized the MCP guide with a transport comparison table
    - documented hosted MCP tools, approval flows, connectors, and streaming
    usage
    - refreshed Streamable HTTP, SSE, stdio, and tool-filter sections with
    concrete examples and references
    
    ## Testing
    - make lint
    - make tests *(fails: missing optional dependencies `litellm` and
    `numpy` during collection)*
    
    ------
    https://chatgpt.com/codex/tasks/task_i_68be9d56a7748320ae5fec952ec836a9
    seratch authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    29d274d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5ef3020 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9e4f992 View commit details
    Browse the repository at this point in the history
  8. docs: fix typo in connectors.py (#1693)

    ### Summary
    
    This pull request fixes a small typo in a comment within the
    examples/hosted_mcp/connectors.py file. The word "acccess" has been
    corrected to "access".
    
    ### Test plan
    
    No need - this is a documentation change in a comment only.
    
    ### Issue number
    
    N/A
    
    ### Checks
    
    - [x] I've added new tests (if relevant) - No need
    - [x] I've added/updated the relevant documentation - This is a
    documentation update
    - [x] I've run `make lint` and `make format` - No functional code
    changes
    - [x] I've made sure tests pass - No need for comment change
    hexpreso authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    b6bec02 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f37f70b View commit details
    Browse the repository at this point in the history
Loading