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
Expand Up @@ -2,7 +2,7 @@
"libs/deepagents": "0.7.12",
"libs/acp": "0.0.11",
"libs/code": "0.1.65",
"libs/talon": "0.0.6",
"libs/talon": "0.0.7",
"libs/partners/daytona": "0.0.8",
"libs/partners/modal": "0.0.6",
"libs/partners/runloop": "0.0.7",
Expand Down
17 changes: 17 additions & 0 deletions libs/talon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.0.7](https://github.com/langchain-ai/deepagents/compare/deepagents-talon==0.0.6...deepagents-talon==0.0.7) (2026-09-01)


### Features

* **talon:** add channel debug logging ([#5983](https://github.com/langchain-ai/deepagents/issues/5983)) ([1c14626](https://github.com/langchain-ai/deepagents/commit/1c14626d068ee5e1724d53dc17927d37987ebe36))
* **talon:** add Discord channel adapter ([#5992](https://github.com/langchain-ai/deepagents/issues/5992)) ([67c6c17](https://github.com/langchain-ai/deepagents/commit/67c6c17a316c84a6f21eafb95f12e56eedf11e7e))
* **talon:** add opt-in agent activity logging ([#5984](https://github.com/langchain-ai/deepagents/issues/5984)) ([3a0f68c](https://github.com/langchain-ai/deepagents/commit/3a0f68ccd08166394e02fd736869482be5759f83))
* **talon:** interrupt active turns for new messages ([#6023](https://github.com/langchain-ai/deepagents/issues/6023)) ([f93752f](https://github.com/langchain-ai/deepagents/commit/f93752f855836b2af358a7c71c35a9f774af58e3))
* **talon:** keep typing indicator alive during long agent turns ([#5993](https://github.com/langchain-ai/deepagents/issues/5993)) ([e0d0afa](https://github.com/langchain-ai/deepagents/commit/e0d0afa18a3b8209f20c24cfda2ad766e476a102))


### Bug Fixes

* **talon:** restore WhatsApp bridge compatibility ([#5999](https://github.com/langchain-ai/deepagents/issues/5999)) ([568b398](https://github.com/langchain-ai/deepagents/commit/568b398df9b9f4f3464b4107c0ef9001f530d728))
* **talon:** restrict WhatsApp replies to self-chat ([#6010](https://github.com/langchain-ai/deepagents/issues/6010)) ([40359ec](https://github.com/langchain-ai/deepagents/commit/40359ec683eaff3a67b39d3f6b3003e70db9ec4d))

## [0.0.6](https://github.com/langchain-ai/deepagents/compare/deepagents-talon==0.0.5...deepagents-talon==0.0.6) (2026-08-28)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion libs/talon/deepagents_talon/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version marker managed by release-please."""

__version__ = "0.0.6" # x-release-please-version
__version__ = "0.0.7" # x-release-please-version
2 changes: 1 addition & 1 deletion libs/talon/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-talon"
version = "0.0.6"
version = "0.0.7"
description = "Local runtime host for long-running Deep Agents channels and schedules (experimental)"
readme = "README.md"
requires-python = ">=3.12"
Expand Down
2 changes: 1 addition & 1 deletion libs/talon/uv.lock

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