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 @@ -3,7 +3,7 @@
"libs/deepagents": "0.6.12",
"libs/acp": "0.0.8",
"libs/code": "0.1.27",
"libs/talon": "0.0.1",
"libs/talon": "0.0.2",
"libs/partners/daytona": "0.0.7",
"libs/partners/modal": "0.0.5",
"libs/partners/runloop": "0.0.6",
Expand Down
20 changes: 20 additions & 0 deletions libs/talon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# Changelog

## [0.0.2](https://github.com/Qessia/deepagents/compare/deepagents-talon==0.0.1...deepagents-talon==0.0.2) (2026-06-29)


### Features

* **talon:** `DEEPAGENTS_TALON_RECURSION_LIMIT` env var ([#4354](https://github.com/Qessia/deepagents/issues/4354)) ([82d1eac](https://github.com/Qessia/deepagents/commit/82d1eac59a43f096096e86849733aa716adb18fc))
* **talon:** add local runtime host ([#3759](https://github.com/Qessia/deepagents/issues/3759)) ([7358a66](https://github.com/Qessia/deepagents/commit/7358a6663b1b2cda42392616eb04d39d01f42b2b))
* **talon:** add reaction approval routing ([#4345](https://github.com/Qessia/deepagents/issues/4345)) ([3fe8c0c](https://github.com/Qessia/deepagents/commit/3fe8c0c35536626f583df08573469506b9529706))
* **talon:** add Telegram channel adapter, CLI wiring, and offset persistence ([#4097](https://github.com/Qessia/deepagents/issues/4097)) ([7c87cec](https://github.com/Qessia/deepagents/commit/7c87ceca069874db8555705efab3973301baa1cb))
* **talon:** add tool approval env override ([#4349](https://github.com/Qessia/deepagents/issues/4349)) ([d26481d](https://github.com/Qessia/deepagents/commit/d26481da615881bae4401dfa485ad925945e667a))
* **talon:** audit reaction approval attempts ([#4348](https://github.com/Qessia/deepagents/issues/4348)) ([d7895c4](https://github.com/Qessia/deepagents/commit/d7895c4f9b996ad6fe194936bbeaa8beea21e913))
* **talon:** ingest Telegram approval reactions ([#4346](https://github.com/Qessia/deepagents/issues/4346)) ([437af0b](https://github.com/Qessia/deepagents/commit/437af0bf79332b20ae0c1883c3cc4d91a98c2457))


### Bug Fixes

* **talon:** default workspace to current directory ([#4099](https://github.com/Qessia/deepagents/issues/4099)) ([5e337ae](https://github.com/Qessia/deepagents/commit/5e337ae50a76bc174b752be187e62698a389cbe6))

## Changelog

All notable changes to this project will be documented in this file.
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.1"
version = "0.0.2"
description = "Local runtime host for long-running Deep Agents channels and schedules (experimental)"
readme = "README.md"
requires-python = ">=3.11"
Expand Down
28 changes: 14 additions & 14 deletions libs/talon/uv.lock

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