chore: upgrade @corti/sdk to 4.0.0 - #50
Merged
Natalia Markitantova (markitosha) merged 3 commits intoJul 3, 2026
Merged
Conversation
Copilot started reviewing on behalf of
Thijs van der Velden (tve-corti)
June 18, 2026 09:17
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the monorepo’s Corti SDK dependency to the 4.0.0-rc release candidate so local development, builds, and the published ambient/dictation packages resolve the same SDK version.
Changes:
- Bumped
@corti/sdkfrom3.0.0to4.0.0-rcin the root and package workspaces. - Regenerated
pnpm-lock.yamlentries to pin@corti/sdk@4.0.0-rc(including integrity/snapshot updates).
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pnpm-lock.yaml | Updates lockfile resolution/snapshots for @corti/sdk@4.0.0-rc. |
| package.json | Pins root dev dependency @corti/sdk to 4.0.0-rc. |
| dictation/package.json | Pins @corti/sdk dependency to 4.0.0-rc for the dictation package. |
| ambient/package.json | Pins @corti/sdk dependency to 4.0.0-rc for the ambient package. |
Files not reviewed (1)
- pnpm-lock.yaml: Generated file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Bump dictation and ambient web components to stable SDK v4 and rename ambient transcription isDiarization to diarize.
4 tasks
Natalia Markitantova (markitosha)
approved these changes
Jul 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.
Summary
@corti/sdkfrom3.0.0to stable4.0.0in@corti/dictation-weband@corti/ambient-webisDiarization→diarizefor SDK v4Test plan
pnpm installpnpm run buildpnpm test(11/11 pass)v0.8.0for stable npm publishSupersedes #51.