Skip to content

release(deepagents-code): 0.1.46 - #4965

Merged
Mason Daugherty (mdrxy) merged 3 commits into
mainfrom
release-please--branches--main--components--deepagents-code
Jul 24, 2026
Merged

release(deepagents-code): 0.1.46#4965
Mason Daugherty (mdrxy) merged 3 commits into
mainfrom
release-please--branches--main--components--deepagents-code

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

Caution

Merging this PR will automatically publish to PyPI and create a GitHub release.

For the full release process, see .github/RELEASING.md.


Release notes preview: keep this section in sync with the package CHANGELOG.md. The published GitHub release body is extracted from the merged CHANGELOG.md by release.yml, not from this PR description.


0.1.46 (2026-07-24)

Highlights

  • Auto mode is now generally available. #4957
  • Added configurable Auto goal-criteria acceptance. #4940
  • Improved Auto behavior by authorizing actions from active goal/rubric directives, avoiding redundant approval prompts, showing the enable notice only on first global enable, deduplicating classifier-unavailable transcript spam, logging underlying classifier failures, and reporting classifier timeout budgets. #5017 #4993 #5012 #5013 #5011 #5025
  • Added Hooks v2 capability snapshots and session transcripts, and hardened Hooks v2 command execution. #4916 #4918 #4917
  • Raised the agent recursion limit to 2000 and made it configurable. #4994

Improvements and fixes

  • Let the rubric grader inspect working-directory files, show rubric grader defaults, and improved /rubric help and empty-state messaging. #4835 #4966 #5015
  • Unified goal activation signaling. #4980
  • Made Version, Model, and CWD copyable in the Debug Console. #4975
  • Improved config get output when a key is missing. #4976
  • Aborted YOLO launch on Ctrl+C/Ctrl+D and made the YOLO warning friendlier for new users. #4953 #4950
  • Updated LangSmith handling: secret redaction is disabled by default, /trace now flags empty env overrides that shadow the LangSmith key, and the default US endpoint is no longer treated as a custom target. #4970 #4996 #5022
  • Injected OpenAI prompt_cache_key for any OpenAI-provider endpoint. #4995
  • Improved tool and schema presentation: finished calls stay on the live tool-group line, first-party tool schemas now include field descriptions, and web_search/fetch_url tool descriptions were trimmed. #4927 #5019 #5016
  • Omitted plugins/ and conversation_history/ from the /agent picker. #4991
  • Made selector modal backdrop dimming consistent. #4990
  • Restored the "Server log preserved at:" notice on exit. #4999
  • Used the SDK pin as the effective editable version. #4949

End release notes preview.


Note

A New Contributors section is appended to the GitHub release notes automatically at publish time (see Release Pipeline, step 2).

@github-actions github-actions Bot added autorelease: pending Used in `release-please` automated workflow; do not remove! dcode Related to `deepagents-code` dependencies Pull requests that update a dependency file release Package release PR size: XS < 50 LOC labels Jul 22, 2026
@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--deepagents-code branch 23 times, most recently from 136f01d to 7e1b754 Compare July 23, 2026 13:39
@github-actions github-actions Bot changed the title release(deepagents-code): 0.1.46 release(deepagents-code): 0.2.0 Jul 23, 2026
@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--deepagents-code branch from 3b3cf4b to 9e64ef4 Compare July 23, 2026 14:37
@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--deepagents-code branch 5 times, most recently from 3db075c to cc0e952 Compare July 24, 2026 02:23
@github-actions github-actions Bot added the size: S 50-199 LOC label Jul 24, 2026
@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--deepagents-code branch 10 times, most recently from 0955b9f to fe509fd Compare July 24, 2026 03:38
Mason Daugherty (mdrxy) added a commit that referenced this pull request Jul 24, 2026
Pins the next `deepagents-code` release at `0.1.46` so release-please
stops treating #4929's breaking `!` as a `0.2.0` cut for code.

---

`#4929` landed as `feat(sdk,code,quickjs)!…`, and pre-1.0 minor-on-break
policy rewrote [release PR
#4965](#4965) to `0.2.0`.
This temporary `"release-as": "0.1.46"` override on the code package
forces the next code release back onto the `0.1.x` line without changing
the SDK bump path.

Remove this key in a follow-up immediately after release-please rewrites
#4965 to `0.1.46`, or every later code release will stay pinned.
@github-actions github-actions Bot changed the title release(deepagents-code): 0.2.0 release(deepagents-code): 0.1.46 Jul 24, 2026
@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--deepagents-code branch from 13958a7 to 13e4e19 Compare July 24, 2026 03:44
@github-actions

Copy link
Copy Markdown
Contributor Author

Warning

Prerelease SDK pin — Code currently pins deepagents==0.7.0b2, which is a prerelease.

This is allowed and does not block the release workflow as long as the pin is not older than the workspace SDK. Please verify this prerelease pin is intentional before merging.

Tip: if this pin is part of an intentional cross-package release sequence and the release dependency check fails because the SDK prerelease is not on PyPI yet, add the release-deps: acknowledged label to acknowledge and skip that check.

@langchain-oss-automated-triage

langchain-oss-automated-triage Bot commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

Review and edit the release notes between the content markers below. Keep the version heading intact.

0.1.46 (2026-07-24)

Highlights

  • Auto mode is now generally available. #4957
  • Added configurable Auto goal-criteria acceptance. #4940
  • Improved Auto behavior by authorizing actions from active goal/rubric directives, avoiding redundant approval prompts, showing the enable notice only on first global enable, deduplicating classifier-unavailable transcript spam, logging underlying classifier failures, and reporting classifier timeout budgets. #5017 #4993 #5012 #5013 #5011 #5025
  • Added Hooks v2 capability snapshots and session transcripts, and hardened Hooks v2 command execution. #4916 #4918 #4917
  • Raised the agent recursion limit to 2000 and made it configurable. #4994

Improvements and fixes

  • Let the rubric grader inspect working-directory files, show rubric grader defaults, and improved /rubric help and empty-state messaging. #4835 #4966 #5015
  • Unified goal activation signaling. #4980
  • Made Version, Model, and CWD copyable in the Debug Console. #4975
  • Improved config get output when a key is missing. #4976
  • Aborted YOLO launch on Ctrl+C/Ctrl+D and made the YOLO warning friendlier for new users. #4953 #4950
  • Updated LangSmith handling: secret redaction is disabled by default, /trace now flags empty env overrides that shadow the LangSmith key, and the default US endpoint is no longer treated as a custom target. #4970 #4996 #5022
  • Injected OpenAI prompt_cache_key for any OpenAI-provider endpoint. #4995
  • Improved tool and schema presentation: finished calls stay on the live tool-group line, first-party tool schemas now include field descriptions, and web_search/fetch_url tool descriptions were trimmed. #4927 #5019 #5016
  • Omitted plugins/ and conversation_history/ from the /agent picker. #4991
  • Made selector modal backdrop dimming consistent. #4990
  • Restored the "Server log preserved at:" notice on exit. #4999
  • Used the SDK pin as the effective editable version. #4949

When the release changes are finalized, run @dcode-release-bot apply. Merge only after the curated release-notes check passes.

If new relevant entries appear after applying, run @dcode-release-bot draft and then @dcode-release-bot apply again.

The only bypass is the release: dangerously skip curated notes label.

@open-swe open-swe Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Open SWE Review: No issues found

Open SWE reviewed this PR and found no potential bugs to report.

Open in WebView Open SWE trace

@mdrxy

Copy link
Copy Markdown
Member

@dcode-release-bot apply

@langchain-oss-automated-triage

Copy link
Copy Markdown
Contributor

Curated release notes were applied to the package changelog and release PR body.

Do not add more deepagents-code changes before merge unless you are prepared to run @dcode-release-bot draft and @dcode-release-bot apply again.

@open-swe open-swe Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Open SWE Review found 1 potential issue.

Open in WebView Open SWE trace

Comment thread libs/code/CHANGELOG.md
@github-actions

Copy link
Copy Markdown
Contributor Author

The package release workflow has started:

Follow the linked run for build, test, and publish status.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autorelease: tagged Release has been tagged. Used in `release-please` automated workflow; do not remove! dcode Related to `deepagents-code` dependencies Pull requests that update a dependency file release Package release PR release-deps: acknowledged see #3871 size: S 50-199 LOC size: XS < 50 LOC

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant