Features
- Added recognition for LangSmith Gateway credentials. (#5042)
- Added slash commands for mode changes and an option to escape to manual mode from the YOLO notice. (#5092)
- Added an
installsubcommand. (#5080)
Bug Fixes
- Kept the post-install restart modal responsive. (#5086)
- Moved server graph bootstrap
cwdcalls off the event loop. (#5081) - Improved handling of long transcript user messages with toast notifications and expansion. (#5073)
- Show model no-op notices as toasts instead of inline messages. (#5074)
Internal maintainers: @ccurme, @mdrxy
Released by: @mdrxy
This commit history includes changes to this package. Commits are listed newest first.
Git log since deepagents-code==0.1.48
44910bc release(deepagents-code): 0.1.49 (#5089)
d93336b feat(code): escape to manual mode in YOLO notice, mode slash commands (#5092)
b64db97 style(code): color tool-call rows by output status (#5039)
b6556dd style(code): tighten YOLO mode notice copy (#5091)
dcbff9c feat(code): recognize LangSmith Gateway credentials (#5042)
0651c99 chore(code): raise dependency minimums (#5090)
7519752 style(code): clarify Auto classifier timeout messaging (#5088)
2b69c30 style(code): render collapsed expand hints as dim italic (#5087)
c4e2480 fix(code): keep post-install restart modal responsive (#5086)
a34713b fix(code): toast and expand long transcript user messages (#5073)
2f2116d feat(code): add install subcommand (#5080)
e05f7c2 fix(code): offload server graph bootstrap cwd calls off the event loop (#5081)
92b5193 fix(code): toast model no-op notice instead of inline message (#5074)