Skip to content

docs: update feature availability matrix for TypeScript accuracy and add links#679

Merged
zastrowm merged 1 commit intomainfrom
agent-tasks/678
Mar 18, 2026
Merged

docs: update feature availability matrix for TypeScript accuracy and add links#679
zastrowm merged 1 commit intomainfrom
agent-tasks/678

Conversation

@zastrowm
Copy link
Copy Markdown
Member

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:

Feature Previous Updated Evidence
Structured output src/structured-output/ directory
Anthropic src/models/anthropic.ts
Session management src/session/file-storage.ts, src/session/s3-storage.ts
OpenTelemetry src/telemetry/ directory

New Row Added

Added "Additional providers" row in Model Providers section:

  • Python: 5+
  • TypeScript: 1+ (Gemini exists)

Documentation Links

All feature names now link to their corresponding documentation pages using relative paths, improving navigation and discoverability.

Testing

  • ✅ All tests pass (291 passed)
  • ✅ Format check passes
  • ✅ Links use relative paths from the overview.mdx location

Resolves #678

…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
@github-actions
Copy link
Copy Markdown
Contributor

Documentation Preview Ready

Your 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

@github-actions
Copy link
Copy Markdown
Contributor

Review: ✅ Approve

Clean documentation update that accurately reflects TypeScript SDK capabilities and improves navigation with documentation links.

Review Summary
  • TypeScript Accuracy: All 4 feature status updates verified against SDK repository evidence
  • Documentation Links: All 26 links use correct relative paths and target existing pages
  • Quality Checks: Tests pass (291), format check passes
  • Acceptance Criteria: All items from Feature availability matrix should be updated #678 are addressed

Great attention to detail with the evidence-based approach in the PR description!

@zastrowm zastrowm merged commit 3291103 into main Mar 18, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature availability matrix should be updated

3 participants