chore: upgrade @corti/sdk to 4.0.0 - #51
Closed
Natalia Markitantova (markitosha) wants to merge 2 commits into
Closed
chore: upgrade @corti/sdk to 4.0.0#51Natalia Markitantova (markitosha) wants to merge 2 commits into
Natalia Markitantova (markitosha) wants to merge 2 commits into
Conversation
Bump dictation and ambient web components to SDK v4 and rename ambient transcription isDiarization to diarize.
Copilot started reviewing on behalf of
Natalia Markitantova (markitosha)
July 3, 2026 11:34
View session
Contributor
There was a problem hiding this comment.
Pull request overview
This PR upgrades @corti/sdk to 4.0.0 across the monorepo and updates Ambient configuration to use the SDK v4 transcription field name (isDiarization → diarize).
Changes:
- Bump
@corti/sdkfrom3.0.0to4.0.0in the root workspace,@corti/dictation-web, and@corti/ambient-web. - Update Ambient transcription configuration to use
diarizeinstead ofisDiarization. - Refresh
pnpm-lock.yamlto reflect the new SDK version and integrity.
Reviewed changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| pnpm-lock.yaml | Updates lockfile entries/snapshots for @corti/sdk@4.0.0. |
| package.json | Bumps root devDependency @corti/sdk to 4.0.0. |
| dictation/package.json | Bumps @corti/sdk dependency to 4.0.0 for dictation package. |
| ambient/package.json | Bumps @corti/sdk dependency to 4.0.0 for ambient package. |
| ambient/src/utils/virtual-mode-config.ts | Renames transcription field to diarize when applying virtual mode config. |
| ambient/src/constants.ts | Renames default ambient transcription field to diarize. |
Files not reviewed (1)
- pnpm-lock.yaml: Generated file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
4 tasks
Collaborator
Author
|
Closing in favor of #50 — that PR already tracked the SDK v4 upgrade; updated there to stable @corti/sdk@4.0.0 with the diarize rename and release notes. |
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.0to4.0.0in root,@corti/dictation-web, and@corti/ambient-webisDiarization→diarizeto match SDK v4Test plan
pnpm installpnpm run buildpnpm test(11/11 pass)v0.8.0for npm publish (current latest is0.7.0)