deepagents-code==0.1.49
langchain-ai/deepagentsdeepagents-code==0.1.49Jul 27, 2026by github-actions[bot]
AI Summary
Introduces slash commands for mode changes, an `install` subcommand, and enhanced credential and message handling.
Key Highlights
- Added slash commands for mode changes and escape to manual mode
- Added an `install` subcommand
- Added recognition for LangSmith Gateway credentials
- Improved handling of long transcript user messages with toasts
New Features
- Slash commands for mode changes
- Install subcommand
- LangSmith Gateway credentials support
- Long transcript message UX improvements
Full Release Notes
### Features - Added recognition for LangSmith Gateway credentials. ([#5042](https://github.com/langchain-ai/deepagents/issues/5042)) - Added slash commands for mode changes and an option to escape to manual mode from the YOLO notice. ([#5092](https://github.com/langchain-ai/deepagents/issues/5092)) - Added an `install` subcommand. ([#5080](https://github.com/langchain-ai/deepagents/issues/5080)) ### Bug Fixes - Kept the post-install restart modal responsive. ([#5086](https://github.com/langchain-ai/deepagents/issues/5086)) - Moved server graph bootstrap `cwd` calls off the event loop. ([#5081](https://github.com/langchain-ai/deepagents/issues/5081)) - Improved handling of long transcript user messages with toast notifications and expansion. ([#5073](https://github.com/langchain-ai/deepagents/issues/5073)) - Show model no-op notices as toasts instead of inline messages. ([#5074](https://github.com/langchain-ai/deepagents/issues/5074)) --- Internal maintainers: @ccurme, @mdrxy Released by: @mdrxy <details> <summary>Git log since deepagents-code==0.1.48</summary> This commit history includes changes to this package. Commits are listed newest first. - [`44910bc`](https://github.com/langchain-ai/deepagents/commit/44910bc2ef3f70975533e4a2ce38ee0e2d0624b6) release(deepagents-code): 0.1.49 (#5089) - [`d93336b`](https://github.com/langchain-ai/deepagents/commit/d93336bfca4664abc3994cb28970ea3fbeeb1b77) feat(code): escape to manual mode in YOLO notice, mode slash commands (#5092) - [`b64db97`](https://github.com/langchain-ai/deepagents/commit/b64db97e54552b9668484abcd47a362fc658dc9d) style(code): color tool-call rows by output status (#5039) - [`b6556dd`](https://github.com/langchain-ai/deepagents/commit/b6556dd7551e31c584ed52bb012c057d0bb6a6d7) style(code): tighten YOLO mode notice copy (#5091) - [`dcbff9c`](https://github.com/langchain-ai/deepagents/commit/dcbff9c4d046bcd38ceef8e362691e8030036213) feat(code): recognize LangSmith Gateway credentials (#5042) - [`0651c99`](https://github.com/langchain-ai/deepagents/commit/0651c996556ee0703f776cbe2461ee41893a0fa4) chore(code): raise dependency minimums (#5090) - [`7519752`](https://github.com/langchain-ai/deepagents/commit/75197527f7d472f00c0acd7a10662a9b20522f3e) style(code): clarify Auto classifier timeout messaging (#5088) - [`2b69c30`](https://github.com/langchain-ai/deepagents/commit/2b69c30abc4c4bcec5e86a41151be0518e903726) style(code): render collapsed expand hints as dim italic (#5087) - [`c4e2480`](https://github.com/langchain-ai/deepagents/commit/c4e24804ebde93563f0596102bd5d9fc163ec0bf) fix(code): keep post-install restart modal responsive (#5086) - [`a34713b`](https://github.com/langchain-ai/deepagents/commit/a34713b122383dccad2572cd7213fd56f467fcce) fix(code): toast and expand long transcript user messages (#5073) - [`2f2116d`](https://github.com/langchain-ai/deepagents/commit/2f2116d5cd7bba98e1b0731d5da760a4b93ffb37) feat(code): add `install` subcommand (#5080) - [`e05f7c2`](https://github.com/langchain-ai/deepagents/commit/e05f7c2a825f3dc2fdfc075d4092b7b15d89b1a9) fix(code): offload server graph bootstrap cwd calls off the event loop (#5081) - [`92b5193`](https://github.com/langchain-ai/deepagents/commit/92b519391f584acb7786121469e45e850a94e06c) fix(code): toast model no-op notice instead of inline message (#5074) </details>