Skip to content

release(deepagents-cli): 0.0.20#1170

Merged
Mason Daugherty (mdrxy) merged 2 commits intomasterfrom
release-please--branches--master--components--deepagents-cli
Feb 10, 2026
Merged

release(deepagents-cli): 0.0.20#1170
Mason Daugherty (mdrxy) merged 2 commits intomasterfrom
release-please--branches--master--components--deepagents-cli

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Feb 6, 2026

🤖 I have created a release beep boop

0.0.20 (2026-02-10)

Features

  • cli: --quiet flag to suppress non-agent output w/ -n (#1201) (3e96792)
  • cli: add docs link to /help (#1098) (8f8fc98)
  • cli: built-in skills, ship skill-creator as first (#1191) (42823a8)
  • cli: enrich built-in skill metadata with license and compatibility info (#1193) (b8179c2)
  • cli: implement message queue for CLI (#1197) (c4678d7)
  • cli: model switcher & arbitrary chat model support (#1127) (28fc311)
  • cli: non-interactive mode w/ shell allow-listing (#909) (433bd2c)
  • cli: support custom working directories and LangSmith sandbox templates (#1099) (21e7150)

Bug Fixes

  • cli: -m initial prompt submission (#1184) (a702e82)
  • cli: align skill-creator example scripts with agent skills spec (#1177) (199d176)
  • cli: harden dictionary iteration and HITL fallback handling (#1151) (8b21fc6)
  • cli: per-subcommand help screens, short flags, and skills enhancements (#1190) (3da1e8b)
  • cli: port skills behavior from SDK (#1192) (ad9241d), closes #1189
  • cli: rewrite skills create template to match spec guidance (#1178) (f08ad52)
  • cli: terminal virtualize scrolling to stop perf issues (#965) (5633c82)
  • cli: update splash thread ID on /clear (#1204) (23651ed)
  • deepagents: refactor summarization middleware (#1138) (e87001e)

This PR was generated with Release Please. See documentation.

@github-actions github-actions Bot added the autorelease: pending Used in `release-please` automated workflow; do not remove! label Feb 6, 2026
@github-actions github-actions Bot force-pushed the release-please--branches--master--components--deepagents-cli branch 17 times, most recently from f54bed1 to 1761345 Compare February 9, 2026 01:52
@mdrxy Mason Daugherty (mdrxy) added the cli Related to `deepagents-cli` label Feb 9, 2026
@github-actions github-actions Bot force-pushed the release-please--branches--master--components--deepagents-cli branch from 741558f to e914ae6 Compare February 10, 2026 01:02
@github-actions github-actions Bot changed the title release(deepagents-cli): 0.0.20 release(deepagents-cli): 0.1.0 Feb 10, 2026
@github-actions github-actions Bot force-pushed the release-please--branches--master--components--deepagents-cli branch 2 times, most recently from 7613caf to 5c6326d Compare February 10, 2026 19:01
@github-actions github-actions Bot changed the title release(deepagents-cli): 0.1.0 release(deepagents-cli): 0.0.20 Feb 10, 2026
@github-actions github-actions Bot force-pushed the release-please--branches--master--components--deepagents-cli branch from f2ebd9d to 8aa0a21 Compare February 10, 2026 19:03
@mdrxy Mason Daugherty (mdrxy) merged commit 662a81d into master Feb 10, 2026
3 checks passed
@mdrxy Mason Daugherty (mdrxy) deleted the release-please--branches--master--components--deepagents-cli branch February 10, 2026 19:04
@github-actions github-actions Bot added release Package release PR autorelease: tagged Release has been tagged. Used in `release-please` automated workflow; do not remove! and removed autorelease: pending Used in `release-please` automated workflow; do not remove! labels Feb 10, 2026
james8814 pushed a commit to james8814/deepagents that referenced this pull request Mar 1, 2026
🤖 I have created a release *beep* *boop*
---


##
[0.0.20](langchain-ai/deepagents@deepagents-cli==0.0.19...deepagents-cli==0.0.20)
(2026-02-10)


### Features

* **cli:** `--quiet` flag to suppress non-agent output w/ `-n`
([langchain-ai#1201](langchain-ai#1201))
([3e96792](langchain-ai@3e96792))
* **cli:** add docs link to `/help`
([langchain-ai#1098](langchain-ai#1098))
([8f8fc98](langchain-ai@8f8fc98))
* **cli:** built-in skills, ship `skill-creator` as first
([langchain-ai#1191](langchain-ai#1191))
([42823a8](langchain-ai@42823a8))
* **cli:** enrich built-in skill metadata with license and compatibility
info ([langchain-ai#1193](langchain-ai#1193))
([b8179c2](langchain-ai@b8179c2))
* **cli:** implement message queue for CLI
([langchain-ai#1197](langchain-ai#1197))
([c4678d7](langchain-ai@c4678d7))
* **cli:** model switcher & arbitrary chat model support
([langchain-ai#1127](langchain-ai#1127))
([28fc311](langchain-ai@28fc311))
* **cli:** non-interactive mode w/ shell allow-listing
([langchain-ai#909](langchain-ai#909))
([433bd2c](langchain-ai@433bd2c))
* **cli:** support custom working directories and LangSmith sandbox
templates
([langchain-ai#1099](langchain-ai#1099))
([21e7150](langchain-ai@21e7150))


### Bug Fixes

* **cli:** `-m` initial prompt submission
([langchain-ai#1184](langchain-ai#1184))
([a702e82](langchain-ai@a702e82))
* **cli:** align skill-creator example scripts with agent skills spec
([langchain-ai#1177](langchain-ai#1177))
([199d176](langchain-ai@199d176))
* **cli:** harden dictionary iteration and HITL fallback handling
([langchain-ai#1151](langchain-ai#1151))
([8b21fc6](langchain-ai@8b21fc6))
* **cli:** per-subcommand help screens, short flags, and skills
enhancements
([langchain-ai#1190](langchain-ai#1190))
([3da1e8b](langchain-ai@3da1e8b))
* **cli:** port skills behavior from SDK
([langchain-ai#1192](langchain-ai#1192))
([ad9241d](langchain-ai@ad9241d)),
closes [langchain-ai#1189](langchain-ai#1189)
* **cli:** rewrite skills create template to match spec guidance
([langchain-ai#1178](langchain-ai#1178))
([f08ad52](langchain-ai@f08ad52))
* **cli:** terminal virtualize scrolling to stop perf issues
([langchain-ai#965](langchain-ai#965))
([5633c82](langchain-ai@5633c82))
* **cli:** update splash thread ID on `/clear`
([langchain-ai#1204](langchain-ai#1204))
([23651ed](langchain-ai@23651ed))
* **deepagents:** refactor summarization middleware
([langchain-ai#1138](langchain-ai#1138))
([e87001e](langchain-ai@e87001e))


---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autorelease: tagged Release has been tagged. Used in `release-please` automated workflow; do not remove! cli Related to `deepagents-cli` release Package release PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant