docs: add version added flags to deep agents documentation#3614
Merged
Naomi Pentrel (npentrel) merged 3 commits intomainfrom Apr 17, 2026
Merged
Conversation
Adds Note callouts with minimum version requirements for features introduced after the initial release, including: - Structured output for subagents (>=0.5.3) - Filesystem permissions (>=0.5.2) - Async subagents (>=0.5.0 / >=1.9.0) - Multi-modal file support (>=0.5.0 / >=1.9.0) - Backend factory deprecation (0.5.0 / 1.9.0) - Summarization improvements (>=0.4.0) - Summarization tool middleware (>=0.4.8) - Pluggable sandbox integrations (>=0.4.0) - Skills (>=0.4.1) - ACP server mode (>=0.4.8) Co-authored-by: Naomi Pentrel <5212232+npentrel@users.noreply.github.com>
Contributor
|
Mintlify preview ID generated: preview-opensw-1776429288-16d64bb |
Contributor
|
Mintlify preview ID generated: preview-opensw-1776434673-5975e58 |
Contributor
|
Thanks for opening a docs PR, Open SWE (@open-swe)[bot]! When it's ready for review, please add the relevant reviewers:
|
Contributor
|
Mintlify preview ID generated: preview-opensw-1776434797-4312fb1 |
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.
Description
Adds "version added" annotations throughout the Deep Agents OSS documentation so users know which SDK version introduced each feature. Annotations were cross-referenced against PyPI release history and the Python/JS changelogs.
Resolves DOC-1007
Test Plan
Opened collaboratively by Naomi Pentrel and open-swe.