Skip to content

Commit c1d6871

Browse files
committed
fix: address PR feedback
1 parent c2ff7e2 commit c1d6871

23 files changed

+1339
-887
lines changed

.changeset/playground-ui-improvements.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
2-
"dashboard": patch
2+
"dashboard": minor
33
---
44

5-
Fix playground keyboard shortcuts and improve UI components
5+
Upgrade to AI SDK 5 and improve playground functionality
66

7+
- Upgraded to AI SDK 5 with new chat transport and message handling
78
- Fixed keyboard shortcuts in playground chat input - Enter now properly submits messages (Shift+Enter for newlines)
89
- Fixed TextArea component to properly accept and forward event handlers (onKeyDown, onCompositionStart, onCompositionEnd, onPaste)
910
- Fixed AI SDK 5 compatibility by changing maxTokens to maxOutputTokens in CustomChatTransport

.speakeasy/workflow.lock

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
speakeasyVersion: 1.665.1
1+
speakeasyVersion: 1.661.1
22
sources:
33
Gram-Internal:
44
sourceNamespace: gram-api-description
@@ -13,8 +13,6 @@ targets:
1313
sourceNamespace: gram-api-description
1414
sourceRevisionDigest: sha256:26bd2f4fb7f26d7f9edd4a560503190000567f6cd79b2abec3b191bb5a0e8eb4
1515
sourceBlobDigest: sha256:c38f79c4da06d34b4775b594805a7035c93fb5eb89935ed4d54da8a28c47d392
16-
codeSamplesNamespace: gram-api-description-typescript-code-samples
17-
codeSamplesRevisionDigest: sha256:efa542ec091cc8ab7bd4ae1c6c065672e0e210b732afad6fe57758ba36aa1fd5
1816
workflow:
1917
workflowVersion: 1.0.0
2018
speakeasyVersion: pinned

0 commit comments

Comments
 (0)