Skip to content

Comments

release(deepagents-cli): 0.1.0#1

Open
github-actions[bot] wants to merge 2 commits intomainfrom
release-please--branches--main--components--deepagents-cli
Open

release(deepagents-cli): 0.1.0#1
github-actions[bot] wants to merge 2 commits intomainfrom
release-please--branches--main--components--deepagents-cli

Conversation

@github-actions
Copy link

🤖 I have created a release beep boop

0.1.0 (2026-02-19)

⚠ BREAKING CHANGES

  • sdk: move sandbox provider back to cli (#1226)

  • sdk: move sandbox provider back to cli (#1226) (c6dedbf)

Features

  • cli: --quiet flag to suppress non-agent output w/ -n (#1201) (3e96792)
  • cli: /threads command switcher (#1262) (45bf38d), closes #1111
  • cli: add /changelog, /feedback, /docs (#1261) (4561afb)
  • cli: add /trace command to open LangSmith thread, link in switcher (#1291) (fbbd45b)
  • cli: add langchain-openrouter (#1340) (5b35247)
  • cli: add click support and hover styling to autocomplete popup (#1130) (b1cc83d)
  • cli: add configurable timeout to ShellMiddleware (#961) (bc5e417)
  • cli: add docs link to /help (#1098) (8f8fc98)
  • cli: add drag-and-drop image attachment to chat input (#1386) (cd3d89b)
  • cli: add expandable shell command display in HITL approval (#976) (fb8a007)
  • cli: add langsmith sandbox integration (#1077) (7d17be0)
  • cli: add per-command timeout override to execute tool (#1158) (cb390ef)
  • cli: add skill deletion command (#580) (40a8d86)
  • cli: add timeout formatting to enhance shell command display (#987) (cbbfd49)
  • cli: add visual mode indicators to chat input (#1371) (1ea6159)
  • cli: built-in skills, ship skill-creator as first (#1191) (42823a8)
  • cli: dismiss completion dropdown on esc (#1362) (961b7fc)
  • cli: display thread ID at splash (#988) (e61b9e8)
  • cli: enrich built-in skill metadata with license and compatibility info (#1193) (b8179c2)
  • cli: expand local context & implement via bash for sandbox support (#1295) (de8bc7c)
  • cli: highlight file mentions and support CJK parsing (#558) (cebe333)
  • cli: implement message queue for CLI (#1197) (c4678d7)
  • cli: make thread id in splash clickable (#1159) (6087fb2)
  • cli: make thread link clickable when switching (#1296) (9409520), closes #1291
  • cli: model identity (#770) (e54a0ee)
  • cli: model switcher & arbitrary chat model support (#1127) (28fc311)
  • cli: non-interactive mode w/ shell allow-listing (#909) (433bd2c)
  • cli: resume thread enhancements (#1065) (e6663b0)
  • cli: show langsmith thread url on session teardown (#1285) (899fd1c)
  • cli: show sdk version alongside cli version (#1378) (e99b4c8)
  • cli: strip mode-trigger prefix from chat input text (#1373) (6879eff)
  • cli: support .agents/skills dir alias (#1059) (ec1db17)
  • cli: support custom working directories and LangSmith sandbox templates (#1099) (21e7150)
  • cli: support piped stdin as prompt input (#1254) (cca61ff)
  • cli: update system & default prompt (#1293) (2aeb092)
  • cli: use LocalShellBackend, gives shell to subagents (#1107) (b57ea39)
  • cli: warn when ripgrep is not installed (#1337) (0367efa)
  • infra: ensure dep group version match for CLI (#1316) (db05de1)
  • sdk: add per-command timeout override to execute() (#1154) (49277d4)
  • sdk: enable type checking in deepagents and resolve most linting issues (#991) (5c90376)
  • sdk: sandbox provider interface (#900) (d431cfd)

Bug Fixes

  • cli,sdk: harden path hardening (#918) (fc34a14)
  • cli: -m initial prompt submission (#1184) (a702e82)
  • cli: Ctrl+E for tool output toggle (#1100) (9fa9d72)
  • cli: align skill-creator example scripts with agent skills spec (#1177) (199d176)
  • cli: consolidate tool output expand/collapse hint placement (#1102) (70db34b)
  • cli: delete /exit (#1052) (8331b77), closes #836 #651
  • cli: disable iTerm2 cursor guide during execution (#1123) (4eb7d42)
  • cli: dismiss modal screens on escape key (#1128) (27047a0)
  • cli: escape Rich markup in shell command display (#1413) (c330290)
  • cli: fix stale model settings during model hot-swap (#1257) (55c119c)
  • cli: handle None selection endpoint, IndexError in clipboard copy (#1342) (5754031)
  • cli: harden dictionary iteration and HITL fallback handling (#1151) (8b21fc6)
  • cli: hide resume hint on app error and improve startup message (#1135) (4e25843)
  • cli: improve clipboard copy/paste on macOS (#960) (3e1c604)
  • cli: installed default prompt not updated following upgrade (#1082) (bffd956)
  • cli: make pyperclip hard dep (#985) (0f5d4ad), closes #960
  • cli: only navigate prompt history at input boundaries (#1385) (6d82d6d)
  • cli: per-subcommand help screens, short flags, and skills enhancements (#1190) (3da1e8b)
  • cli: port skills behavior from SDK (#1192) (ad9241d), closes #1189
  • cli: propagate app errors instead of masking (#1126) (79a1984)
  • cli: remove Interactive Features from --help output (#1161) (a296789)
  • cli: rename SystemMessage -> AppMessage (#1113) (f576262)
  • cli: replace silent exception handling with proper logging (#708) (20faf7a)
  • cli: revert, improve clipboard copy/paste on macOS (#964) (4991992)
  • cli: rewrite skills create template to match spec guidance (#1178) (f08ad52)
  • cli: show full shell command in error output (#1097) (23bb1d8), closes #1080
  • cli: substitute image base64 for placeholder in result block (#1381) (54f4d8e)
  • cli: support -h/--help flags (#1106) (26bebf5)
  • cli: terminal virtualize scrolling to stop perf issues (#965) (5633c82)
  • cli: unify spinner API to support dynamic status text (#1124) (bb55608)
  • cli: update help text to include Esc key for rejection (#1122) (8f4bcf5)
  • cli: update splash thread ID on /clear (#1204) (23651ed)
  • cli: update timeout message for long-running commands in ShellMiddleware (#986) (dcbe128)
  • deepagents: refactor summarization middleware (#1138) (e87001e)
  • infra: change release-please component (#1002) (cb572b9)

Performance Improvements

Reverted Changes

  • deepagents: refactor summarization middleware (#1172) (621c2be)

This PR was generated with Release Please. See documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants