deepagents-code==0.1.51
snarktank/ralphdeepagents-code==0.1.51Jul 31, 2026by github-actions[bot]
AI Summary
This release enhances the Deep Agents code editor by adding cost tracking to the status bar, improving thread navigation behavior, and fixing issues with MCP toggles and SDK detection.
Key Highlights
- Running session cost is now displayed in the status bar and usage view.
- Thread navigation now points back to the previous thread after switching.
- Improved handling of `/mcp` toggles with prompts to reconnect when leaving.
- Enhanced `dcode config get` command to accept configuration sections.
- Fixed editable SDK detection and improved `doctor` output.
New Features
- Running session cost display in status bar
- Thread navigation improvement (point back to previous)
- Prompt to reconnect when leaving `/mcp` with pending toggles
- Config get accepts configuration sections
- Editable SDK detection fix
Full Release Notes
### Features - The status bar and usage view now show the running session cost. ([#5036](https://github.com/langchain-ai/deepagents/issues/5036)) - Removed redundant `shell` and `web_search` prompt guidance. ([#5213](https://github.com/langchain-ai/deepagents/issues/5213)) - After switching threads, Deep Agents now points back to the previous thread. ([#5172](https://github.com/langchain-ai/deepagents/issues/5172)) - Leaving `/mcp` with pending toggles now prompts you to reconnect. ([#5211](https://github.com/langchain-ai/deepagents/issues/5211)) - `dcode config get` now accepts configuration sections. ([#5134](https://github.com/langchain-ai/deepagents/issues/5134)) ### Fixes - Kept the `/goal` criteria prompt responsive. ([#5142](https://github.com/langchain-ai/deepagents/issues/5142)) - Improved goal handling so underspecified objectives can be resolved from conversation context. ([#5201](https://github.com/langchain-ai/deepagents/issues/5201)) - Released the turn when an interrupted worker never starts. ([#5196](https://github.com/langchain-ai/deepagents/issues/5196)) - Hid timestamp footers together with their associated rows. ([#5167](https://github.com/langchain-ai/deepagents/issues/5167)) - Fixed editable SDK detection by scanning and correlating SDK locations more accurately. ([#5199](https://github.com/langchain-ai/deepagents/issues/5199)) - Improved `doctor` output to explain why it may not have a latest-version answer. ([#5209](https://github.com/langchain-ai/deepagents/issues/5209)) --- Internal maintainers: @aolsenjazz, @mdrxy Released by: @mdrxy <details> <summary>Git log since deepagents-code==0.1.50</summary> This commit history includes changes to this package. Commits are listed newest first. - [`d2b663f`](https://github.com/langchain-ai/deepagents/commit/d2b663fca277d519a88335bc4f268542c41f2d92) hotfix(code): check rendered toast bounds (#5220) - [`d815238`](https://github.com/langchain-ai/deepagents/commit/d8152389d207a206f49362ec1b7841a66d7eaa58) hotfix(code): deflake toast anchoring test (#5217) - [`50d7d10`](https://github.com/langchain-ai/deepagents/commit/50d7d10291fd2c5212b91d848327cb2b09f9ade6) hotfix(code): mark editable SDK installs in `dcode_client_deepagents_version` (#5214) - [`9f582d5`](https://github.com/langchain-ai/deepagents/commit/9f582d5a1723ca881e28cd183a0b34c9134b8f07) release(deepagents-code): 0.1.51 (#5200) - [`539d4a0`](https://github.com/langchain-ai/deepagents/commit/539d4a04380182438ca63ba6b902eb921dc8a600) feat(code): running session cost in status bar and usage (#5036) - [`53d1fb8`](https://github.com/langchain-ai/deepagents/commit/53d1fb80cbd43f983782975d540fac34a11c4ccc) feat(code): prompt to reconnect when leaving `/mcp` with pending toggles (#5211) - [`4507f9f`](https://github.com/langchain-ai/deepagents/commit/4507f9f1985f29e9d4af7577293da64ec12b131c) feat(code): point back to the previous thread after a switch (#5172) - [`6305fdb`](https://github.com/langchain-ai/deepagents/commit/6305fdbf8d94d061193a908715f2c629893b47ff) feat(code): drop redundant `shell` and `web_search` prompt guidance (#5213) - [`ef3e078`](https://github.com/langchain-ai/deepagents/commit/ef3e078795e01b8334151081d026d6a88268d5a9) fix(code): explain why `doctor` has no latest-version answer (#5209) - [`6dbbbd1`](https://github.com/langchain-ai/deepagents/commit/6dbbbd18b1de75310d13ebff0dd96ca3971eece3) chore(code): pin deepagents==0.7.1 (#5207) - [`a3e3798`](https://github.com/langchain-ai/deepagents/commit/a3e3798599705afd2d0a3fce8116df61f22a551d) fix(code): hide timestamp footers with the rows they belong to (#5167) - [`42e01a9`](https://github.com/langchain-ai/deepagents/commit/42e01a9585be8847aff6b97e520d7b84de922767) fix(code): release the turn when an interrupted worker never starts (#5196) - [`6f9ea6a`](https://github.com/langchain-ai/deepagents/commit/6f9ea6a943dabe6c055766a43a204db6f4d95c98) fix(code): keep the `/goal` criteria prompt responsive (#5142) - [`8fdb9c3`](https://github.com/langchain-ai/deepagents/commit/8fdb9c306fd9a5b5368eb065b100cbfe8c8cbc58) fix(code): resolve underspecified goal objectives from conversation context (#5201) - [`874a137`](https://github.com/langchain-ai/deepagents/commit/874a137f7bf694f647f6f1dcbcf563eae5589ef2) feat(code): `dcode config get` accepts sections (#5134) - [`4693ee7`](https://github.com/langchain-ai/deepagents/commit/4693ee774771c5936ffa1783396aa4e2126211b1) fix(code): correct editable SDK detection to scan and correlate (#5199) - [`032ee10`](https://github.com/langchain-ai/deepagents/commit/032ee10aebe87f03fa29eb5937bb7c4f7b329ab2) test(code): stop unit tests from tripping the socket guard (#5197) - [`4c393ea`](https://github.com/langchain-ai/deepagents/commit/4c393eaaa8309d9ae80e3405040c74cfdbfa23a9) chore(deps): declare `packaging` in sdk and align editable suffix (#5165) </details>