Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
748 changes: 748 additions & 0 deletions apps/desktop/resources/licenses/npm/THIRD_PARTY_NOTICES.txt

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions apps/desktop/src/main/__tests__/runtime-host-client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,15 @@ function subscription(
loadTranscriptPage: async () => {
throw new Error('Fake subscription does not expose transcript pages');
},
queryTranscriptPositions: async () => {
throw new Error('Fake subscription does not expose semantic transcript positions');
},
loadTranscriptTurnWindow: async () => {
throw new Error('Fake subscription does not expose semantic transcript windows');
},
decodeTranscriptTurnWindowPage: async () => {
throw new Error('Fake subscription does not expose semantic transcript windows');
},
close: async () => {
lifecycle.push(`${sessionId}:close`);
},
Expand Down
9 changes: 8 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading