fix: Update pre-release usage guidance#90
Merged
jsonbailey merged 5 commits intomainfrom Feb 11, 2026
Merged
Conversation
…README Co-Authored-By: jbailey@launchdarkly.com <accounts@sidewaysgravity.com>
Contributor
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
6 tasks
Co-Authored-By: jbailey@launchdarkly.com <accounts@sidewaysgravity.com>
Co-Authored-By: jbailey@launchdarkly.com <accounts@sidewaysgravity.com>
Co-Authored-By: jbailey@launchdarkly.com <accounts@sidewaysgravity.com>
Co-Authored-By: jbailey@launchdarkly.com <accounts@sidewaysgravity.com>
keelerm84
approved these changes
Feb 11, 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.
Requirements
Related issues
None.
Describe the solution you've provided
Four documentation changes:
Softened pre-release language in
packages/sdk/server-ai/README.md: Removed the⛔️and☝️emoji header lines while keeping the> [!CAUTION]block. Replaced the old alpha warning with the revised pre-release notice:Added a package table to the root
README.md: Lists the main SDK package and AI provider packages with PyPI badges and README links, modeled after the js-core monorepo README.Added pre-release caution blocks to AI provider READMEs (
server-ai-openai,server-ai-langchain): These previously had no pre-release notice. Added a> [!CAUTION]block with the same revised template, using "This package" instead of "This SDK".Restructured root
README.mdto match the js-core layout: Replaced the "LaunchDarkly overview" section at the top with a short repository description. Moved "LaunchDarkly overview" further down the page (after "Learn more", before "Contributing"), matching the structure used in the js-core root README.Updates since last revision
Human review checklist
launchdarkly-server-sdk-ai-openai-dev(with-devsuffix) while the root table useslaunchdarkly-server-sdk-ai-openai(without-dev). Confirm which is correct.[changelog](CHANGELOG.md)relative link resolves correctly from each package README on GitHub (each package directory contains its ownCHANGELOG.md).> [!CAUTION]blockquote renders correctly on GitHub (blank>line separating the two paragraphs, markdown link inside blockquote).Additional context
Note
Low Risk
Documentation-only changes with no runtime or API behavior impact; main risk is minor confusion if package names/badge links are incorrect.
Overview
Refreshes documentation messaging to standardize a pre-release caution across the core
launchdarkly-server-sdk-aiREADME and theserver-ai-openai/server-ai-langchainprovider READMEs, including explicit guidance to pin minor versions and review each package’sCHANGELOG.mdbefore upgrading.Reworks the root
README.mdto add a packages table (with PyPI badges and per-package README links) and to move the LaunchDarkly overview section lower on the page in favor of a short repository description up top.Written by Cursor Bugbot for commit 6855076. This will update automatically on new commits. Configure here.