release(deepagents): 0.7.0 - #10
Draft
github-actions[bot] wants to merge 2 commits into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Caution
Merging this PR will automatically publish to PyPI and create a GitHub release.
For the full release process, see
.github/RELEASING.md.Everything below this line will be the GitHub release body.
0.7.0 (2026-06-29)
⚠ BREAKING CHANGES
write_fileinstead of receiving a file-exists error. Workflows, prompts, tests, or guardrails that relied on that error to forceedit_fileusage or to protect existing content must add explicit permission/HITL checks or useedit_filewhen preserving existing content matters.deletefilesystem tool when the backend supports it. Existing agents may choose to remove files or directories recursively, and existing filesystem permission rules that allow writes can now authorize deletion unless a narrower deny or interrupt rule blocks the target subtree.Features
write_fileto overwrite existing files (2506fcc)sandbox.execute(#4230) (02f5bd7)lc_agent_nameprojection (e0a1ed2)Bug Fixes
lc_versions(#3928) (27f38c5)globpath default withgrep(#3666) (ece8e75)model_matches_spec(#3943) (34244b6)TypeErrorfrom customtoken_counter(#3927) (a6ec9d0)Overwrite-wrapped messages in tool result interception (#3905) (a043c5a)BaseSandbox asynchelpers through aexecute (#3996) (52dcf1a)FilesystemBackend.ls(#3574) (4c28760)Performance Improvements
Everything above this line will be the GitHub release body.
Note
A New Contributors section is appended to the GitHub release notes automatically at publish time (see Release Pipeline, step 2).