deepagents-code==0.1.62
VoltAgent/voltagentdeepagents-code==0.1.62Aug 26, 2026by github-actions[bot]
AI Summary
Significant improvements to context management, configuration options, and TUI stability, including a new `/context-doctor` tool and performance optimizations.
Key Highlights
- Added `/context-doctor` for inspecting and troubleshooting context issues
- Added support for `DEEPAGENTS_HOME` environment variable
- Added warning when switching models mid-session
- Reduced tracing overhead by omitting middleware trace inputs
- Protected the TUI from native stderr writes
New Features
- Added `/context-doctor` for inspecting and troubleshooting context issues
- Added warning when switching models mid-session
- Added support for `DEEPAGENTS_HOME`
- Re-enabled secret redaction by default
- Improved update visibility by showing cached updates in version output
- Improved prompts and pickers
- Added CLI config provider support
Full Release Notes
### Features - Added `/context-doctor` for inspecting and troubleshooting context issues ([#5830](https://github.com/langchain-ai/deepagents/issues/5830)). - Added warning when switching models mid-session ([#5829](https://github.com/langchain-ai/deepagents/issues/5829)). - Added support for `DEEPAGENTS_HOME` ([#5773](https://github.com/langchain-ai/deepagents/issues/5773)). - (Re-)Enabled secret redaction by default ([#5816](https://github.com/langchain-ai/deepagents/issues/5816)). - Improved update visibility by showing cached updates in version output ([#5817](https://github.com/langchain-ai/deepagents/issues/5817)). - Improved prompts and pickers: the stale editable-deps prompt now defaults to `Refresh environment now`, and the model picker shows an Escape hint ([#5810](https://github.com/langchain-ai/deepagents/issues/5810), [#5775](https://github.com/langchain-ai/deepagents/issues/5775)). - Added CLI config provider support ([#5774](https://github.com/langchain-ai/deepagents/issues/5774)). ### Bug Fixes - Fixed refreshed local context handling after compaction to reduce cache busts ([#5828](https://github.com/langchain-ai/deepagents/issues/5828)). - Preserved goal notice history for prompt caching ([#5823](https://github.com/langchain-ai/deepagents/issues/5823)). - Improved rubric coverage checks ([#5369](https://github.com/langchain-ai/deepagents/issues/5369)). - Protected the TUI from native stderr writes ([#5813](https://github.com/langchain-ai/deepagents/issues/5813)). - Fixed Git origin resolution from worktree common Git directories ([#5818](https://github.com/langchain-ai/deepagents/issues/5818)). - Fixed prompt clipboard behavior so Tab inserts instead of pages ([#5820](https://github.com/langchain-ai/deepagents/issues/5820)). ### Performance Improvements - Reduced tracing overhead by omitting middleware trace inputs ([#5815](https://github.com/langchain-ai/deepagents/issues/5815)). --- **Special thanks** to everyone who reported the issues addressed in this release: @yonasuriv ([#5757](https://github.com/langchain-ai/deepagents/issues/5757)) Internal maintainers: @davibinboi, @mdrxy, @sydney-runkle Released by: @mdrxy <details> <summary>Git log since deepagents-code==0.1.61</summary> This commit history includes changes to this package. Commits are listed newest first. - [`dc27a2f`](https://github.com/langchain-ai/deepagents/commit/dc27a2fc295854b41d59fe28d1568275b0c33767) release(deepagents-code): 0.1.62 (#5778) - [`acc3d33`](https://github.com/langchain-ai/deepagents/commit/acc3d33f357c027ec298bf7682d407a15249e706) feat(code): confirm model switches with large context (#5829) - [`feb5736`](https://github.com/langchain-ai/deepagents/commit/feb5736dfb7309008674020442c943ac3e2dc19d) feat(code): support `DEEPAGENTS_HOME` (#5773) - [`80719ce`](https://github.com/langchain-ai/deepagents/commit/80719ceee8d12060d7ffcdfff880777dc3aaf212) feat(code): `/context-doctor` (#5830) - [`3a78de7`](https://github.com/langchain-ai/deepagents/commit/3a78de7c3feeea4bc180e91003f6a43ee1a29064) fix(code): append refreshed local context after compaction (#5828) - [`4ef1ae6`](https://github.com/langchain-ai/deepagents/commit/4ef1ae67da011bdaab74a68659edaf857f16682d) chore(code): remove low-value unit tests (#5827) - [`fd7d268`](https://github.com/langchain-ai/deepagents/commit/fd7d2682271cc36180f361f89d1a69557637a03f) feat(code): enable secret redaction by default (#5816) - [`aa8ae71`](https://github.com/langchain-ai/deepagents/commit/aa8ae718644dac19d7f1cdc3febe2740a79fa058) fix(code): preserve goal notice history for prompt caching (#5823) - [`951a1cf`](https://github.com/langchain-ai/deepagents/commit/951a1cf54b9fa373f1853685b21a084512ab2937) feat(code): CLI config provider (#5774) - [`8e03e9c`](https://github.com/langchain-ai/deepagents/commit/8e03e9c37f80a348a14fb87ef875bc2f9b5b3ee9) fix(code): make prompt clipboard Tab insert (#5820) - [`2271312`](https://github.com/langchain-ai/deepagents/commit/22713126015cde860d4662b02ae625b768abc470) chore(deps): bump `deepagents` pin in `deepagents-code` to 0.7.9 (#5819) - [`2ab22a1`](https://github.com/langchain-ai/deepagents/commit/2ab22a1edcd1a6b2b52574728757d5614e692208) chore(code): prune redundant unit tests (#5825) - [`a8ae714`](https://github.com/langchain-ai/deepagents/commit/a8ae71480f767aac0f0f7cf754ec49e6fd9bf826) fix(code): resolve origin from worktree common Git dir (#5818) - [`a201b74`](https://github.com/langchain-ai/deepagents/commit/a201b74e540c7c33ed6e89a65c95d7811e65d73a) chore(code): prune redundant unit tests (#5822) - [`b6a7792`](https://github.com/langchain-ai/deepagents/commit/b6a77921ceafbe5b6db576e62b5f3f1609e4ebe9) feat(code): show cached updates in version output (#5817) - [`7155253`](https://github.com/langchain-ai/deepagents/commit/71552532bb33a8744a5b1c0b48e8047478169c42) release(deepagents): 0.7.9 (#5754) - [`39b760f`](https://github.com/langchain-ai/deepagents/commit/39b760f12452e1b04bcd0fa15850662ce83ceee8) perf(code): omit middleware trace inputs (#5815) - [`299ee32`](https://github.com/langchain-ai/deepagents/commit/299ee3283e6b3314d4c6a669f9792775b8b93e1a) hotfix(code): keep Textual output visible with stderr guard (#5814) - [`442933d`](https://github.com/langchain-ai/deepagents/commit/442933da662d4497a29558f889ca972cd36b5488) fix(code): ensure rubric coverage (#5369) - [`a4d9b8a`](https://github.com/langchain-ai/deepagents/commit/a4d9b8aa7dfde39f37a4fa40aac8b149e2f66b00) fix(code): protect TUI from native stderr writes (#5813) - [`de60958`](https://github.com/langchain-ai/deepagents/commit/de60958a7d79bd4f63b678e8b4e3f02230060879) feat(code): default the stale editable-deps prompt to `Refresh environment now` (#5810) - [`3706960`](https://github.com/langchain-ai/deepagents/commit/3706960e71f682f21c0e3e1823ebb5b5a5b04942) refactor(code): remove redundant HITL rejection framing (#5658) - [`8809226`](https://github.com/langchain-ai/deepagents/commit/88092269b670fe535ae29fd1c51d1167b61d454b) chore(deps): raise dependency minimums for `deepagents-code` (#5807) - [`29cd02a`](https://github.com/langchain-ai/deepagents/commit/29cd02ae1762e4cefa4962e60fa250642ec8815a) chore(deps): raise dependency minimums for `deepagents` (#5805) - [`da67c86`](https://github.com/langchain-ai/deepagents/commit/da67c86e52a042ffbf4ac991de213fba3a559f49) chore(repo): remove deprecated `libs/cli` package (#5791) - [`a103a88`](https://github.com/langchain-ai/deepagents/commit/a103a88f8a93ef318d64fa9e3bcdd2007cf7a45c) feat(code): show Escape hint in model picker (#5775) </details>