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
4 times, most recently
from
August 27, 2026 17:27
d3f8740 to
1154b8f
Compare
github-actions
Bot
force-pushed
the
release-please--branches--main
branch
from
September 2, 2026 17:23
1154b8f to
bd1de4d
Compare
andrewklatzke
self-requested a review
September 2, 2026 20:33
github-actions
Bot
force-pushed
the
release-please--branches--main
branch
from
September 2, 2026 20:34
bd1de4d to
ad55cf0
Compare
github-actions
Bot
force-pushed
the
release-please--branches--main
branch
from
September 3, 2026 21:19
ad55cf0 to
1108cfe
Compare
ccschmitz-launchdarkly
approved these changes
Sep 3, 2026
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-09-03)
⚠ BREAKING CHANGES
Features
Bug Fixes
Documentation
launchdarkly-ai-python: 0.1.4
0.1.4 (2026-09-03)
Features
Bug Fixes
launchdarkly-ai-claude-agents: 0.2.0
0.2.0 (2026-09-03)
⚠ 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-09-03)
⚠ 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-09-03)
⚠ 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-09-03)
⚠ 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-09-03)
⚠ 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-09-03)
⚠ 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
This is a Release Please cut that bumps published package versions and appends 0.2.0 / 0.1.4 changelog sections—no application logic changes in the diff itself.
launchdarkly-ai-server(packages/client) goes to 0.2.0, documenting client-side evaluations (offline runner, generation events, LD API wiring), richer telemetry (gen_ai.conversation.id, judge scores,$ld:ai:sdk:info), and shared span lifecycle/token accounting. Breaking: prompt/completion on spans now requirescapture_content=True(e.g.gen_ai.prompt.0.contentis opt-in).Integration packages (
claude-*,openai-*,langchain-*) bump to 0.2.0 with aligned changelog notes: root spans rename from provider-specific names toinvoke_agent, nestedchat/execute_toolspans, and the same content opt-in. LangChain handlers also notegen_ai.systemvalue changes.launchdarkly-ai-python(packages/ai) bumps to 0.1.4 (barrel re-export of server changes)..release-please-manifest.jsonand each package’spyproject.toml/__version__are updated to match.Reviewed by Cursor Bugbot for commit 1108cfe. Bugbot is set up for automated code reviews on this repo. Configure here.