-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.7
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: openai/openai-agents-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.2.8
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 40 files changed
- 4 contributors
Commits on Aug 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for cec3a9a - Browse repository at this point
Copy the full SHA cec3a9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b229d1 - Browse repository at this point
Copy the full SHA 4b229d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6378ce - Browse repository at this point
Copy the full SHA a6378ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7560cab - Browse repository at this point
Copy the full SHA 7560cabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90a57d0 - Browse repository at this point
Copy the full SHA 90a57d0View commit details -
Update all translated document pages (#1484)
Automated update of translated documentation Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ee12d42 - Browse repository at this point
Copy the full SHA ee12d42View commit details
Commits on Aug 15, 2025
-
Allow modifying the input sent to the model (#1483)
Some customers have reported that the agent loop can go on for a long time and use up the entire context window. This PR allows modifying the data sent to the model.
Configuration menu - View commit details
-
Copy full SHA for c913454 - Browse repository at this point
Copy the full SHA c913454View commit details -
Make shallow copies of lists instead of deep copies (#1490)
We were making deep copies, which is (1) inefficient and (2) causes some pickling errors. Instead, this PR just makes shallow copies, calling list.copy(). We do want a shallow copy so that mutations don't affect the original past-end list.
Configuration menu - View commit details
-
Copy full SHA for 07345d0 - Browse repository at this point
Copy the full SHA 07345d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcb9b50 - Browse repository at this point
Copy the full SHA fcb9b50View commit details -
Realtime: allow arbitrarily sized messages (#1500)
@rzhao-openai was seeing errors about incoming messages being too large. Turns out there's a default limit of 2**20 = 1,048,576 bytes.
Configuration menu - View commit details
-
Copy full SHA for 992faf7 - Browse repository at this point
Copy the full SHA 992faf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d36beae - Browse repository at this point
Copy the full SHA d36beaeView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.2.7...0.2.8