Skip to content
Open
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
13 changes: 13 additions & 0 deletions .changeset/playground-ui-improvements.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
"dashboard": patch
---

Fix playground keyboard shortcuts and improve UI components

- Fixed keyboard shortcuts in playground chat input - Enter now properly submits messages (Shift+Enter for newlines)
- Fixed TextArea component to properly accept and forward event handlers (onKeyDown, onCompositionStart, onCompositionEnd, onPaste)
- Fixed AI SDK 5 compatibility by changing maxTokens to maxOutputTokens in CustomChatTransport
- Fixed Button variant types in EditToolDialog (destructive-secondary, secondary)
- Fixed Input component onChange handler to use value parameter directly
- Fixed type mismatches between ToolsetEntry and Toolset in Playground component
- Added missing Tool type import
4 changes: 4 additions & 0 deletions .changeset/remove-astro-docs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
---

Remove accidentally committed Astro docs build artifacts
Loading
Loading