Highlights
- Added project hooks workspace trust and expanded Hooks v2 support with client and server lifecycle events plus runtime feedback (#5105, #5104, #4997, #5045).
- Added an option to mute the “YOLO is active” toast (#5103).
- Made the splash screen
threadID clickable to copy it (#5173). - Show
ask_useranswers directly on the answered tool row (#5100). - Show a toast when submitting an empty required
ask_useranswer (#5095). - Added thread message counts to the Debug Console (#5117).
Fixes and improvements
- Gated Hooks v2 behind
DEEPAGENTS_CODE_EXPERIMENTALand improved hook resume stability across identity and Command tool results (#5146, #5176). - Kept server hook state out of task results (#5164).
- Stopped duplicate Auto transcript events during interrupt replay (#5157).
- Kept
/updateand/install --packageprompts responsive (#5127). - Refreshed the
/threadscache after each turn (#5174). - Anchored toasts above the chat input and added a toast when media is dropped into a free-text question (#5101, #5099).
- Improved thread status message styling and links (#5118).
- Made resume hints echo the launched command name (#5119).
- Scoped selection copy to the clicked screen (#5140).
- Ignored mouse hits on detached widgets (#5114).
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.49
63adb96 release(deepagents-code): 0.1.50 (#5102)
08e6e8b fix(code): stabilize hook resumes across identity and Command tool results (#5176)
5726872 fix(code): keep /update and /install --package prompts responsive (#5127)
88ea7da fix(code): keep server hook state out of task results (#5164)
be2e505 feat(code): click the splash thread ID to copy it (#5173)
3bd6301 chore(infra): ship MIT LICENSE file in every package sdist (#5186)
872f9d5 perf(code): refresh /threads cache after each turn (#5174)
991b7e7 fix(code): resume hints echo the launched command name (#5119)
5bbcf42 fix(code): stop duplicating Auto transcript events on interrupt replay (#5157)
8e81225 style(code): markdown table for built-in tools in /tools (#5135)
9ad8dde fix(code): consistent styling and links for thread status messages (#5118)
78ebe2d feat(code): show ask_user answers on the answered tool row (#5100)
66d526f feat(code): surface Hooks v2 runtime feedback (#5045)
7d4acb6 fix(code): gate Hooks v2 behind DEEPAGENTS_CODE_EXPERIMENTAL (#5146)
a559f72 release(langchain-quickjs): 0.3.5 (#5156)
d98fe32 release(langchain-runloop): 0.0.7 (#5152)
2f6f4be release(langchain-daytona): 0.0.8 (#5153)
70f36a5 release(langchain-modal): 0.0.6 (#5154)
4d606d2 release(langchain-vercel-sandbox): 0.0.2 (#5155)
4de6037 fix(code): scope selection copy to the clicked screen (#5140)
9b2185b feat(code): add project hooks workspace trust (#5105)
ff02f83 chore(code): bump deepagents pin to 0.7.0 (#5144)
0c9612f style(code): clarify debug console trace link as (open in langsmith) (#5141)
77f0d9a release(deepagents): 0.7.0 (#4297)
e8702df feat(code): integrate Hooks v2 client lifecycle events (#5104)
da8d4c3 fix(code): toast when media is dropped into a free-text question (#5099)
18822b2 chore(infra): nest GitHub helper scripts by domain (#5126)
5b58381 style(code): document Enter toggle in /notifications footer (#5125)
04cf25d feat(code): show thread message count in the Debug Console (#5117)
4d2d6ae feat(code): allow muting the "YOLO is active" toast (#5103)
fef1ff3 chore(deps): raise langchain-anthropic minimum to 1.5.3 (#5120)
7348b8f style(code): show ctrl+x hint when ask_user free-text field is shown (#5096)
d4d2b60 fix(code): ignore mouse hits on detached widgets (#5114)
f1727c7 fix(code): anchor toasts above the chat input (#5101)
2487c4b feat(code): integrate Hooks v2 server lifecycle events (#4997)
a80355a feat(code): toast when submitting empty required ask_user answer (#5095)
641b408 chore(code): remove orphaned todo_list_prompt.md (#5098)