Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"libs/cli": "0.0.57",
"libs/cli": "0.0.58",
"libs/deepagents": "0.5.9",
"libs/acp": "0.0.6",
"libs/code": "0.0.1",
Expand Down
116 changes: 116 additions & 0 deletions libs/cli/CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion libs/cli/deepagents_cli/_version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Version information and lightweight constants for `deepagents-cli`."""

__version__ = "0.0.57" # x-release-please-version
__version__ = "0.0.58" # x-release-please-version

DOCS_URL = "https://docs.langchain.com/oss/python/deepagents/cli"
"""URL for `deepagents-cli` documentation."""
Expand Down
2 changes: 1 addition & 1 deletion libs/cli/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "deepagents-cli"
version = "0.0.57"
version = "0.0.58"
description = "Terminal interface for Deep Agents - interactive AI agent with file operations, shell access, and sub-agent capabilities."
readme = "README.md"
license = { text = "MIT" }
Expand Down
2 changes: 1 addition & 1 deletion libs/cli/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libs/evals/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.