Features
- Added warnings before expensive cold-cache turns and trust user-declared endpoints for cold-cache policies (#5439, #5462).
- Made the chat input resizable by dragging its top border (#5524).
- Added a
multi_selectquestion type toask_user(#5097). - Added support for ACP approval modes (#5394).
- Added
DeepSeek-V4-Pro-0813to the model picker (#5512). - Show conversation turns alongside message counts (#5571).
- Include
TERM_PROGRAMin the resume hint (#5548).
Bug Fixes
- Report total context after
/offload(#5488). - Fixed transcript and thread restoration issues, including hydration lag, scrolling resumed threads to the bottom, and hiding empty previous-thread hints (#5479, #5543, #5552).
- Fixed Auto-mode approval handling by binding “yes” to the paired
ask_userquestion and avoiding duplicate Auto denial notices (#5038, #5501). - Improved reload behavior by keeping the chat input responsive during
/reload, reporting MCP server changes, and avoiding plugin reload prompt flashes or startup hints (#5529, #5504, #5500, #5502). - Improved dependency update UI by preserving editable fields and hiding dependency details after updates (#5521, #5519).
- Fixed chat UI polish issues, including detached spacer mount anchors, the unfocused input cursor, and relative timestamp toggle display (#5516, #5258, #5503).
- Refresh the splash version after updates (#5520).
Internal maintainers: @johannes117, @mdrxy
Released by: @mdrxy
This commit history includes changes to this package. Commits are listed newest first.
Git log since deepagents-code==0.1.56
57e15ea release(deepagents-code): 0.1.57 (#5515)
00b8f3a hotfix(code): wait for terminal resize layout (#5576)
f4f138d fix(code): bind Auto-mode "yes" to the paired ask_user question (#5038)
107980e feat(code): trust user-declared endpoints for cold-cache policies (#5462)
5d806c8 fix(code): report total context after /offload (#5488)
8d2298f feat(code): warn before expensive cold-cache turns (#5439)
3dd4fe5 feat(code): show conversation turns alongside message counts (#5571)
41395c5 fix(code): avoid duplicate Auto denial notices (#5501)
3c8cae6 fix(code): avoid transcript hydration lag (#5479)
dc029ef fix(code): defer plugin reload hint during startup (#5502)
e03f030 fix(code): avoid plugin reload prompt flash (#5500)
c325e7c style(code): preserve subagent hint at narrow widths (#5410)
c66d9b8 fix(code): hide chat input cursor while unfocused (#5258)
96d72a1 fix(code): condition relative timestamp toggle (#5503)
3cdc821 feat(code): carry TERM_PROGRAM into the resume hint (#5548)
0f5bd4f fix(code): hide empty previous-thread hints (#5552)
1c6d358 fix(code): scroll resumed threads to the bottom (#5543)
ed3b15f style(code): keep highlighted /model rows readable (#5245)
b16a740 fix(code): report MCP server changes on reload (#5504)
fcc019b style(code): separate usage summary sections (#5525)
878ab3e feat(code): add multi_select question type to ask_user (#5097)
5aa266e fix(code): keep chat input responsive during /reload (#5529)
cf7578d fix(code): hide dependency details after updates (#5519)
f0446c8 fix(code): preserve editables during dependency refresh (#5521)
7772a14 feat(code): support ACP approval modes (#5394)
b9fa4b6 style(code): restore active-question side line for multi-question ask_user menus (#5539)
c2ec5e6 fix(code): refresh splash version after update (#5520)
59ae459 chore(deps): bump genai-prices in deepagents-code to 0.1.3 (#5530)
e34b85d test(code): run CLI end-to-end tests asynchronously and de-flake exit teardown (#5518)
d01e4ac feat(code): resize chat input by dragging its top border (#5524)
a38dc42 fix(code): avoid detached spacer mount anchors (#5516)
cd762dd chore(deps): bump genai-prices in deepagents-code to 0.1.2 (#5511)
f23d81b feat(code): add DeepSeek-V4-Pro-0813 to model picker (#5512)