-
Notifications
You must be signed in to change notification settings - Fork 3.1k
feat(provider/anthropic): add code_execution_20250825 tool #9435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(provider/anthropic): add code_execution_20250825 tool #9435
Conversation
…enhanced Bash support and add new result types for text editor and Bash execution
to close issue #9433 |
@gr2m this is my first PR on this repo, can I get some feedback & tips on anything I can do to get things merged quicker? |
@ellispinsky I'll take it from here, thanks for the pr. |
This is way more complex. The tool input/output processing needs to be rewritten and we need to distinguish between the old and the new tool version. |
more changes planned, pls do not make any commits |
|
…9491) This is an automated backport of #9435 to the release-v5.0 branch. --------- Co-authored-by: ellispinsky <[email protected]> Co-authored-by: Lars Grammel <[email protected]>
Background
Anthropic has released a new tool
code_execution_20250825
.Summary
Added Anthropic code execution tool 20250825 with enhanced bash and text editing support.
Manual Verification
pnpm tsx src/generate-text/anthropic-code-execution-latest.ts
and confirmed the tool worked.pnpm tsx src/stream-text/anthropic-code-execution-latest.ts
and confirmed the tool worked.Tasks
Future Work
Related Issues
closes #9433