Skip to content

release(deepagents-talon): 0.0.7 - #5989

Merged
John Kennedy (jkennedyvz) merged 3 commits into
mainfrom
release-please--branches--main--components--deepagents-talon
Sep 7, 2026
Merged

release(deepagents-talon): 0.0.7#5989
John Kennedy (jkennedyvz) merged 3 commits into
mainfrom
release-please--branches--main--components--deepagents-talon

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 29, 2026

Copy link
Copy Markdown
Contributor

Caution

Merging this PR will automatically publish to PyPI and create a GitHub release.

For the full release process, see .github/RELEASING.md.


Release notes preview: keep this section in sync with the package CHANGELOG.md. Publish reads the merged CHANGELOG via release.yml, not this PR description — keep them aligned anyway so the PR stays an accurate historical record for reviewers and anyone returning later.


0.0.7 (2026-09-07)

Highlights

  • Added Discord channel support, including improved gateway failure reporting after startup. (#5992, #6113)
  • Added chat-scoped conversation history with configurable storage and optional hybrid search. (#6105, #6115, #6108)
  • Added MCP configuration tools, channel-based MCP server authorization, hot reload for MCP configuration, and OAuth/device authentication support for Slack and GitHub MCP integrations. (#6097, #6073, #6084, #6078, #6079)
  • Added more flexible subagent execution, including background expendable subagents, dcode-style subagents in fork mode, fresh subagents, per-task tool selection, and on-demand subagent configuration reloads. (#6098, #6085, #6129, #6099)
  • Added defensive research defaults and a configuration-hardening self-review skill, with missing research subagent defaults backfilled. (#6131, #6136, #6135)

New features

  • Added a /help command. (#6106)
  • Added a current_time tool and timezone-aware wall-clock cron schedules. (#6065, #6062)
  • Added persistent LangGraph checkpoints. (#6088)
  • Added channel debug logging and opt-in agent activity logging. (#5983, #5984)
  • New messages can now interrupt active turns. (#6023)
  • Long agent turns now keep the typing indicator alive. (#5993)

Fixes and improvements

  • Improved channel reconnect resilience. (#6040)
  • Improved cron reliability by keeping the ticker alive after failed ticks, and stored cron jobs in a structured, versioned format. (#6087, #6086)
  • Improved conversation history embeddings and search by correcting token budgets and prompt defaults, making remote embedding settings explicit, keeping search non-blocking, and removing the default Qwen query prefix. (#6132, #6133, #6134)
  • Fixed OAuth and MCP integration issues, including TLS hostname normalization, omitted empty optional MCP arguments, persisted OAuth token expiry, secured OAuth discovery, and restarted token refresh. (#6102, #6077, #6090, #6100)
  • Fixed WhatsApp behavior by restoring bridge compatibility, preserving quoted message context and approval loops, handling reactions, and restricting replies to self-chat. (#5999, #6025, #6104, #6010)
  • Treated trailing [SILENT] as a suppression marker. (#6110)

End release notes preview.


Note

A community contributors list and a Special thanks section (crediting the users who filed the issues this release's PRs closed) are appended to the GitHub release notes automatically at publish time (see Release Pipeline, step 3).

@github-actions github-actions Bot added autorelease: pending Used in `release-please` automated workflow; do not remove! dependencies Pull requests that update a dependency file release Package release PR size: XS < 50 LOC talon labels Aug 29, 2026
@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--deepagents-talon branch 25 times, most recently from 317d49b to 50578c5 Compare September 3, 2026 14:13
@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--deepagents-talon branch 20 times, most recently from 5eb1a6b to 3ab6c6a Compare September 5, 2026 19:50
@langchain-oss-automated-triage

Copy link
Copy Markdown
Contributor

Review and edit the release notes between the content markers below as needed. Keep the version heading intact. To regenerate with steering instead of editing by hand, run @release-bot draft <instructions>.


0.0.7 (2026-09-07)

Highlights

  • Added Discord channel support, including improved gateway failure reporting after startup. (#5992, #6113)
  • Added chat-scoped conversation history with configurable storage and optional hybrid search. (#6105, #6115, #6108)
  • Added MCP configuration tools, channel-based MCP server authorization, hot reload for MCP configuration, and OAuth/device authentication support for Slack and GitHub MCP integrations. (#6097, #6073, #6084, #6078, #6079)
  • Added more flexible subagent execution, including background expendable subagents, dcode-style subagents in fork mode, fresh subagents, per-task tool selection, and on-demand subagent configuration reloads. (#6098, #6085, #6129, #6099)
  • Added defensive research defaults and a configuration-hardening self-review skill, with missing research subagent defaults backfilled. (#6131, #6136, #6135)

New features

  • Added a /help command. (#6106)
  • Added a current_time tool and timezone-aware wall-clock cron schedules. (#6065, #6062)
  • Added persistent LangGraph checkpoints. (#6088)
  • Added channel debug logging and opt-in agent activity logging. (#5983, #5984)
  • New messages can now interrupt active turns. (#6023)
  • Long agent turns now keep the typing indicator alive. (#5993)

Fixes and improvements

  • Improved channel reconnect resilience. (#6040)
  • Improved cron reliability by keeping the ticker alive after failed ticks, and stored cron jobs in a structured, versioned format. (#6087, #6086)
  • Improved conversation history embeddings and search by correcting token budgets and prompt defaults, making remote embedding settings explicit, keeping search non-blocking, and removing the default Qwen query prefix. (#6132, #6133, #6134)
  • Fixed OAuth and MCP integration issues, including TLS hostname normalization, omitted empty optional MCP arguments, persisted OAuth token expiry, secured OAuth discovery, and restarted token refresh. (#6102, #6077, #6090, #6100)
  • Fixed WhatsApp behavior by restoring bridge compatibility, preserving quoted message context and approval loops, handling reactions, and restricting replies to self-chat. (#5999, #6025, #6104, #6010)
  • Treated trailing [SILENT] as a suppression marker. (#6110)

When the release changes are finalized, run:

@release-bot apply

Merge only after the curated release-notes check passes.

If new relevant entries appear after applying, draft again and then re-apply:

@release-bot draft
@release-bot apply

To ship without curated notes, add the release: dangerously skip curated notes label. That is the only way to skip the curated-notes merge gate — use it only when you intentionally want the generated changelog as-is, without maintainer polish.

@open-swe open-swe Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Open SWE Review: No issues found

Open SWE reviewed this PR and found no potential bugs to report.

Open in WebView Open SWE trace

@jkennedyvz

Copy link
Copy Markdown
Contributor

release-bot apply

@langchain-oss-automated-triage

Copy link
Copy Markdown
Contributor

Curated release notes were applied to the package changelog and release PR body.

Do not add more deepagents-talon changes before merge unless you are prepared to run @release-bot draft and @release-bot apply again.

@github-actions

github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor Author

The package release workflow has started:

Follow the linked run for build, test, and publish status.

@github-actions

github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor Author

All dispatched package releases published successfully:

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

Labels

autorelease: tagged Release has been tagged. Used in `release-please` automated workflow; do not remove! dependencies Pull requests that update a dependency file release Package release PR size: S 50-199 LOC size: XS < 50 LOC talon

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant