Skip to content

Commit ca12e53

Browse files
committed
feat: reasoning
1 parent b1b6328 commit ca12e53

6 files changed

Lines changed: 1823 additions & 38 deletions

File tree

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@
9393
"vitest": "^2.1.8"
9494
},
9595
"dependencies": {
96-
"@ai-sdk/openai": "2.0.16",
97-
"@ai-sdk/react": "2.0.18",
96+
"@ai-sdk/openai": "^2.0.29",
97+
"@ai-sdk/react": "^2.0.18",
9898
"@atlaskit/pragmatic-drag-and-drop": "^1.4.0",
9999
"@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-migration": "^1.3.1",
100100
"@headlessui/react": "^2.2.0",
@@ -120,8 +120,9 @@
120120
"@radix-ui/react-toggle": "^1.1.1",
121121
"@radix-ui/react-toggle-group": "^1.1.1",
122122
"@radix-ui/react-tooltip": "^1.1.6",
123+
"@radix-ui/react-use-controllable-state": "^1.2.2",
123124
"@tailwindcss/typography": "^0.5.15",
124-
"ai": "5.0.18",
125+
"ai": "^5.0.42",
125126
"class-variance-authority": "^0.7.1",
126127
"clsx": "^2.1.1",
127128
"cmdk": "^1.0.4",
@@ -138,6 +139,7 @@
138139
"react-day-picker": "^8.10.1",
139140
"react-icons": "^5.4.0",
140141
"react-markdown": "^10.1.0",
142+
"streamdown": "^1.2.0",
141143
"tailwindcss-animate": "^1.0.7",
142144
"tailwindcss-animated": "^2.0.0",
143145
"tailwindcss-intersect": "^2.1.0",

0 commit comments

Comments
 (0)