Features
- The status bar and usage view now show the running session cost. (#5036)
- Removed redundant
shellandweb_searchprompt guidance. (#5213) - After switching threads, Deep Agents now points back to the previous thread. (#5172)
- Leaving
/mcpwith pending toggles now prompts you to reconnect. (#5211) dcode config getnow accepts configuration sections. (#5134)
Fixes
- Kept the
/goalcriteria prompt responsive. (#5142) - Improved goal handling so underspecified objectives can be resolved from conversation context. (#5201)
- Released the turn when an interrupted worker never starts. (#5196)
- Hid timestamp footers together with their associated rows. (#5167)
- Fixed editable SDK detection by scanning and correlating SDK locations more accurately. (#5199)
- Improved
doctoroutput to explain why it may not have a latest-version answer. (#5209)
Internal maintainers: @aolsenjazz, @mdrxy
Released by: @mdrxy
This commit history includes changes to this package. Commits are listed newest first.
Git log since deepagents-code==0.1.50
d2b663f hotfix(code): check rendered toast bounds (#5220)
d815238 hotfix(code): deflake toast anchoring test (#5217)
50d7d10 hotfix(code): mark editable SDK installs in dcode_client_deepagents_version (#5214)
9f582d5 release(deepagents-code): 0.1.51 (#5200)
539d4a0 feat(code): running session cost in status bar and usage (#5036)
53d1fb8 feat(code): prompt to reconnect when leaving /mcp with pending toggles (#5211)
4507f9f feat(code): point back to the previous thread after a switch (#5172)
6305fdb feat(code): drop redundant shell and web_search prompt guidance (#5213)
ef3e078 fix(code): explain why doctor has no latest-version answer (#5209)
6dbbbd1 chore(code): pin deepagents==0.7.1 (#5207)
a3e3798 fix(code): hide timestamp footers with the rows they belong to (#5167)
42e01a9 fix(code): release the turn when an interrupted worker never starts (#5196)
6f9ea6a fix(code): keep the /goal criteria prompt responsive (#5142)
8fdb9c3 fix(code): resolve underspecified goal objectives from conversation context (#5201)
874a137 feat(code): dcode config get accepts sections (#5134)
4693ee7 fix(code): correct editable SDK detection to scan and correlate (#5199)
032ee10 test(code): stop unit tests from tripping the socket guard (#5197)
4c393ea chore(deps): declare packaging in sdk and align editable suffix (#5165)