chore: release main - #41
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
release-please--branches--main
branch
from
August 20, 2026 19:46
d2c297e to
4080d63
Compare
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.
🤖 I have created a release beep boop
launchdarkly-ai-server: 0.2.0
0.2.0 (2026-08-20)
⚠ BREAKING CHANGES
Features
Bug Fixes
Documentation
launchdarkly-ai-claude-agents: 0.2.0
0.2.0 (2026-08-20)
⚠ BREAKING CHANGES
claude.queryandclaude.query.streamtoinvoke_agent. Queries selecting on the old names will not match. Prompt and completion content is no longer on spans unless the caller passes capture_content=True.Features
Bug Fixes
Documentation
launchdarkly-ai-claude-messages: 0.2.0
0.2.0 (2026-08-20)
⚠ BREAKING CHANGES
claude.messagesandclaude.messages.streamtoinvoke_agent. Queries that select on the old names will not match. Prompt and completion content is no longer on spans unless the caller passes capture_content=True.Features
Bug Fixes
Documentation
launchdarkly-ai-openai-agents: 0.2.0
0.2.0 (2026-08-20)
⚠ BREAKING CHANGES
openai.agent.runandopenai.agent.run.streamtoinvoke_agent. Queries selecting on the old names will not match. Prompt and completion content is no longer on spans unless the caller passes capture_content=True.Features
Bug Fixes
Documentation
launchdarkly-ai-openai-messages: 0.2.0
0.2.0 (2026-08-20)
⚠ BREAKING CHANGES
openai.responseandopenai.response.streamtoinvoke_agent. Queries selecting on the old names will not match. Prompt and completion content is no longer on spans unless the caller passes capture_content=True.Features
Bug Fixes
Documentation
launchdarkly-ai-langchain-agents: 0.2.0
0.2.0 (2026-08-20)
⚠ BREAKING CHANGES
langchain.agentandlangchain.agent.streamtoinvoke_agent. Queries selecting on the old names will not match. Prompt and completion content is no longer on spans unless the caller passes capture_content=True. gen_ai.system changes value; see below.Features
Bug Fixes
Documentation
launchdarkly-ai-langchain-messages: 0.2.0
0.2.0 (2026-08-20)
⚠ BREAKING CHANGES
langchain.invokeandlangchain.streamtoinvoke_agent. Queries selecting on the old names will not match. Prompt and completion content is no longer on spans unless the caller passes capture_content=True. gen_ai.system changes value; see below.Features
Bug Fixes
Documentation
This PR was generated with Release Please. See documentation.
Note
Overview
Release Please version bump to 0.2.0 for
launchdarkly-ai-serverand the Claude, OpenAI, and LangChain agent/messages packages.packages/aistays at 0.1.3.Changelogs document the breaking tracing changes: handler spans are renamed to
invoke_agent, and prompt/completion content is omitted unlesscapture_content=True. They also record the new span tree (invoke_agent/ chat / execute_tool), conversation id, and related span-lifecycle and token-accounting fixes.No runtime code changes in this PR—only versions,
__version__, the release-please manifest, and CHANGELOG entries.Reviewed by Cursor Bugbot for commit 4080d63. Bugbot is set up for automated code reviews on this repo. Configure here.