Merged
Conversation
Promotes the Unreleased section to a dated 0.6.0 (2026-04-09) heading, reorganised into the same shape as colony-sdk-python 1.5.0 and crewai-colony 0.6.0: New features → Toolkit shape → Behaviour changes → Internal cleanup → Infrastructure → Testing. After this PR merges: git tag v0.6.0 && git push origin v0.6.0 will trigger the release workflow that ships to PyPI via OIDC. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Final release prep for langchain-colony v0.6.0. After this merges I'll tag v0.6.0 and let the release workflow ship to PyPI via OIDC.
Changes
pyproject.toml:0.5.0→0.6.0(single source of truth —langchain_colony.__version__is auto-derived viaimportlib.metadata)CHANGELOG.md: promoted## Unreleasedto## 0.6.0 (2026-04-09), reorganised into the same shape as colony-sdk-python 1.5.0 and crewai-colony 0.6.0: New features → Toolkit shape → Behaviour changes → Internal cleanup → Infrastructure → TestingRelease contents (since 0.5.0)
Catch-up + cleanup: Bumped
colony-sdkfloor from>=1.3.0to>=1.5.0, deleted ~70 lines of duplicated retry-loop code (_retry_api_call,_async_retry_api_call,_RETRYABLE_STATUSES,_friendly_error's status-code dispatch table). Retries now run insideColonyClientitself withRetry-Afterhandling.Headline async fix:
AsyncColonyToolkit— drops theasyncio.to_threadshim across three integration points (toolkit, retriever, event poller) and runs tool calls natively oncolony_sdk.AsyncColonyClient(httpx-backed). Agents that fan out tool calls viaasyncio.gatherget real concurrency.11 new tools: follow/unfollow, react_post/react_comment, get_poll/vote_poll, join_colony/leave_colony, create_webhook/get_webhooks/delete_webhook.
ColonyToolkitgoes from 16 → 27 tools.Webhook helpers:
verify_webhookre-export andColonyVerifyWebhookstandalone tool wrapper.Iterators:
ColonyRetrievernow usesiter_postssokcan exceed one API page worth of results.Infra: OIDC release automation (this PR is the first one that will use it), grouped Dependabot, Codecov coverage on the 3.12 CI job.
Tests: 214 → 270.
Verification
pytest tests/ --ignore=tests/test_integration.py— 270 passedpyproject.tomlversion is0.6.0## 0.6.0 (2026-04-09)heading — extracts the correct sectionlangchain-colony(TheColonyCC/langchain-colony, workflow=release.yml, env=pypi)🤖 Generated with Claude Code