docs: update feature availability matrix for TypeScript accuracy and add links#679
Merged
docs: update feature availability matrix for TypeScript accuracy and add links#679
Conversation
…add links - Update TypeScript column: Structured output ❌→✅ - Update TypeScript column: Anthropic ❌→✅ - Update TypeScript column: Session management ❌→✅ - Update TypeScript column: OpenTelemetry ❌→✅ - Add 'Additional providers' row (Python: 5+, TypeScript: 1+) - Add documentation links to all feature names Resolves #678
lizradway
approved these changes
Mar 18, 2026
Contributor
Documentation Preview ReadyYour documentation preview has been successfully deployed! Preview URL: https://d3ehv1nix5p99z.cloudfront.net/pr-cms-679/docs/user-guide/quickstart/overview/ Updated at: 2026-03-18T18:45:37.304Z |
Contributor
Review: ✅ ApproveClean documentation update that accurately reflects TypeScript SDK capabilities and improves navigation with documentation links. Review Summary
Great attention to detail with the evidence-based approach in the PR description! |
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.
Summary
Updates the feature availability matrix on the Getting Started page to accurately reflect current TypeScript SDK capabilities and adds documentation links to all feature names for better navigation.
Changes
TypeScript Accuracy Updates
Based on analysis of the TypeScript SDK repository, the following features were incorrectly marked as unavailable:
src/structured-output/directorysrc/models/anthropic.tssrc/session/file-storage.ts,src/session/s3-storage.tssrc/telemetry/directoryNew Row Added
Added "Additional providers" row in Model Providers section:
Documentation Links
All feature names now link to their corresponding documentation pages using relative paths, improving navigation and discoverability.
Testing
Resolves #678