Skip to content

Commit db9a011

Browse files
release(deepagents-cli): 0.0.47 (#3057)
> [!CAUTION] > Merging this PR will automatically publish to **PyPI** and create a **GitHub release**. For the full release process, see [`.github/RELEASING.md`](https://github.com/langchain-ai/deepagents/blob/main/.github/RELEASING.md). --- _Everything below this line will be the GitHub release body._ --- ## [0.0.47](deepagents-cli==0.0.46...deepagents-cli==0.0.47) (2026-05-01) ### Features * Auto-discover Textual built-in themes ([#3068](#3068)) ([27894e3](27894e3)) ### Bug Fixes * Recover from failed server startup via `/model` ([#3056](#3056)) ([6ee375e](6ee375e)) --- _Everything above this line will be the GitHub release body._ --- > [!NOTE] > A **New Contributors** section is appended to the GitHub release notes automatically at publish time (see [Release Pipeline](https://github.com/langchain-ai/deepagents/blob/main/.github/RELEASING.md#release-pipeline), step 2). --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Mason Daugherty <github@mdrxy.com>
1 parent 27894e3 commit db9a011

6 files changed

Lines changed: 15 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"libs/cli": "0.0.46",
2+
"libs/cli": "0.0.47",
33
"libs/deepagents": "0.5.5",
44
"libs/acp": "0.0.6",
55
"libs/code": "0.0.1",

libs/cli/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [0.0.47](https://github.com/langchain-ai/deepagents/compare/deepagents-cli==0.0.46...deepagents-cli==0.0.47) (2026-05-01)
4+
5+
### Features
6+
7+
* Auto-discover Textual built-in themes ([#3068](https://github.com/langchain-ai/deepagents/issues/3068)) ([27894e3](https://github.com/langchain-ai/deepagents/commit/27894e336f20f270fb4bb685bf979f24b9bea0bc))
8+
9+
### Bug Fixes
10+
11+
* Recover from failed server startup via `/model` ([#3056](https://github.com/langchain-ai/deepagents/issues/3056)) ([6ee375e](https://github.com/langchain-ai/deepagents/commit/6ee375e979b672cd1d172669f0e5a7a665431d7c))
12+
313
## [0.0.46](https://github.com/langchain-ai/deepagents/compare/deepagents-cli==0.0.45...deepagents-cli==0.0.46) (2026-04-30)
414

515
### Features

libs/cli/deepagents_cli/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Version information and lightweight constants for `deepagents-cli`."""
22

3-
__version__ = "0.0.46" # x-release-please-version
3+
__version__ = "0.0.47" # x-release-please-version
44

55
DOCS_URL = "https://docs.langchain.com/oss/python/deepagents/cli"
66
"""URL for `deepagents-cli` documentation."""

libs/cli/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "deepagents-cli"
7-
version = "0.0.46"
7+
version = "0.0.47"
88
description = "Terminal interface for Deep Agents - interactive AI agent with file operations, shell access, and sub-agent capabilities."
99
readme = "README.md"
1010
license = { text = "MIT" }

libs/cli/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/evals/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)