deepagents-code==0.1.60
langchain-ai/deepagentsdeepagents-code==0.1.60Aug 23, 2026by github-actions[bot]
AI Summary
This update enhances the user interface by adding editable trace metadata and shell command highlighting within the chat interface. It also makes project `.env` loading configurable and unifies the notification center with the settings menu.
Key Highlights
- Added `editable` trace metadata
- Added shell command highlighting in the chat input
- Made project `.env` loading configurable
- Unified notification center and settings
New Features
- Added `editable` trace metadata
- Added shell command highlighting in the chat input
- Made project `.env` loading configurable
- Unified notification center and settings
Full Release Notes
### Features - Added `editable` trace metadata ([#5737](https://github.com/langchain-ai/deepagents/issues/5737)) ([23b83ad](https://github.com/langchain-ai/deepagents/commit/23b83ad50f63d241d0069a3dc426d43b211adf2e)). - Added shell command highlighting in the chat input ([#5675](https://github.com/langchain-ai/deepagents/issues/5675)) ([d711bc6](https://github.com/langchain-ai/deepagents/commit/d711bc61300090181dc89e3e116e8b343fb65425)). - Made project `.env` loading configurable ([#5726](https://github.com/langchain-ai/deepagents/issues/5726)) ([995cad6](https://github.com/langchain-ai/deepagents/commit/995cad67519af294851282133f8c40f643807c88)). - Unified notification center and settings ([#5698](https://github.com/langchain-ai/deepagents/issues/5698)) ([9767f42](https://github.com/langchain-ai/deepagents/commit/9767f420c622a31a7511c4601739534ddc6062a7)). ### Bug Fixes - Blocked dotenv git config injection keys ([#5723](https://github.com/langchain-ai/deepagents/issues/5723)) ([328f916](https://github.com/langchain-ai/deepagents/commit/328f9160e0f95a459be8ad57f76e7178b24a3ef8)). - Persisted Auto approval mode between sessions and simplified Auto fallback copy ([#5665](https://github.com/langchain-ai/deepagents/issues/5665)) ([3ac059e](https://github.com/langchain-ai/deepagents/commit/3ac059e1574963fe216692642aa1b1a4044daaa9)), ([#5670](https://github.com/langchain-ai/deepagents/issues/5670)) ([42afcde](https://github.com/langchain-ai/deepagents/commit/42afcded97029070f393232778c84aaf3b69fb1c)). - Fixed recognition of in-flight trace messages ([#5738](https://github.com/langchain-ai/deepagents/issues/5738)) ([f1d1f63](https://github.com/langchain-ai/deepagents/commit/f1d1f632812a85646d25ac2f3d2d7f39b65a0b49)). - Increased the warm limit to 800 ([#5728](https://github.com/langchain-ai/deepagents/issues/5728)) ([f954cde](https://github.com/langchain-ai/deepagents/commit/f954cde37f1171adc2ec3f1516a0393bded47e82)). - Improved text selection by supporting `Shift` + `click` to extend selections ([#5732](https://github.com/langchain-ai/deepagents/issues/5732)) ([e05931b](https://github.com/langchain-ai/deepagents/commit/e05931b3016ed3d1500df0c5b77402f457ee5686)). - Polished notification settings by removing expand flicker and the trailing disclosure glyph ([#5734](https://github.com/langchain-ai/deepagents/issues/5734)) ([5397812](https://github.com/langchain-ai/deepagents/commit/5397812ad5f217cd84f871f121cf9ea8f3d63f4f)). - Improved authentication footers with contextual actions ([#5690](https://github.com/langchain-ai/deepagents/issues/5690)) ([074a501](https://github.com/langchain-ai/deepagents/commit/074a5019e1f3edfd589614774958400d051e5fe1)). - Standardized modal navigation hints ([#5699](https://github.com/langchain-ai/deepagents/issues/5699)) ([85c6833](https://github.com/langchain-ai/deepagents/commit/85c6833734a547e968221c1199a769d7aac69430)). - Aligned wrapped debug snapshot values ([#5727](https://github.com/langchain-ai/deepagents/issues/5727)) ([1f74959](https://github.com/langchain-ai/deepagents/commit/1f7495949232fe2e3e3328b6ff9054c202002f95)). --- Internal maintainers: @johannes117, @mdrxy Released by: @mdrxy <details> <summary>Git log since deepagents-code==0.1.59</summary> This commit history includes changes to this package. Commits are listed newest first. - [`1aa14cc`](https://github.com/langchain-ai/deepagents/commit/1aa14cc5a8e9967ce632469f54494b1ab6598adb) release(deepagents-code): 0.1.60 (#5724) - [`f1d1f63`](https://github.com/langchain-ai/deepagents/commit/f1d1f632812a85646d25ac2f3d2d7f39b65a0b49) fix(code): recognize in-flight trace messages (#5738) - [`23b83ad`](https://github.com/langchain-ai/deepagents/commit/23b83ad50f63d241d0069a3dc426d43b211adf2e) feat(code): add `editable` trace metadata (#5737) - [`e05931b`](https://github.com/langchain-ai/deepagents/commit/e05931b3016ed3d1500df0c5b77402f457ee5686) fix(code): extend text selection with `Shift` + `click` (#5732) - [`5397812`](https://github.com/langchain-ai/deepagents/commit/5397812ad5f217cd84f871f121cf9ea8f3d63f4f) fix(code): remove notification settings expand flicker and trailing disclosure glyph (#5734) - [`85c6833`](https://github.com/langchain-ai/deepagents/commit/85c6833734a547e968221c1199a769d7aac69430) fix(code): standardize modal navigation hints (#5699) - [`3ac059e`](https://github.com/langchain-ai/deepagents/commit/3ac059e1574963fe216692642aa1b1a4044daaa9) fix(code): persist Auto approval mode between sessions (#5665) - [`9767f42`](https://github.com/langchain-ai/deepagents/commit/9767f420c622a31a7511c4601739534ddc6062a7) feat(code): unify notification center and settings (#5698) - [`074a501`](https://github.com/langchain-ai/deepagents/commit/074a5019e1f3edfd589614774958400d051e5fe1) fix(code): show contextual auth footer actions (#5690) - [`1f74959`](https://github.com/langchain-ai/deepagents/commit/1f7495949232fe2e3e3328b6ff9054c202002f95) fix(code): align wrapped debug snapshot values (#5727) - [`c72acc2`](https://github.com/langchain-ai/deepagents/commit/c72acc283b17bc94fc2612adfae35767f3810cc2) style(code): update resize handle after theme changes (#5664) - [`d711bc6`](https://github.com/langchain-ai/deepagents/commit/d711bc61300090181dc89e3e116e8b343fb65425) feat(code): highlight shell commands in the chat input (#5675) - [`d5005d3`](https://github.com/langchain-ai/deepagents/commit/d5005d3cc9e5735b88eb77779205976e1253f0bc) refactor(code): validate `ask_user` args with pydantic instead of a custom error (#5682) - [`f954cde`](https://github.com/langchain-ai/deepagents/commit/f954cde37f1171adc2ec3f1516a0393bded47e82) fix(code): increase warm limit to 800 (#5728) - [`995cad6`](https://github.com/langchain-ai/deepagents/commit/995cad67519af294851282133f8c40f643807c88) feat(code): make project `.env` loading configurable (#5726) - [`42afcde`](https://github.com/langchain-ai/deepagents/commit/42afcded97029070f393232778c84aaf3b69fb1c) fix(code): simplify Auto fallback copy (#5670) - [`328f916`](https://github.com/langchain-ai/deepagents/commit/328f9160e0f95a459be8ad57f76e7178b24a3ef8) fix(code): block dotenv git config injection keys (#5723) - [`017f0be`](https://github.com/langchain-ai/deepagents/commit/017f0bed929c4d8f310060e29469920b79dedf5c) docs(code): state dotenv denylist is best-effort in threat model (#5722) </details>