Skip to content

Commit 2a78912

Browse files
committed
poc-atomic-assistent-sidebar
1 parent c744c50 commit 2a78912

28 files changed

+3681
-1201
lines changed

browser/data-browser/package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
"@dnd-kit/utilities": "^3.2.2",
1515
"@emoji-mart/react": "^1.1.1",
1616
"@emotion/is-prop-valid": "^1.3.1",
17+
"@modelcontextprotocol/sdk": "^1.6.1",
18+
"@openrouter/ai-sdk-provider": "^0.4.3",
1719
"@radix-ui/react-popover": "^1.1.2",
1820
"@radix-ui/react-scroll-area": "^1.2.0",
1921
"@radix-ui/react-tabs": "^1.1.1",
@@ -27,6 +29,7 @@
2729
"@tiptap/starter-kit": "^2.9.1",
2830
"@tiptap/suggestion": "^2.9.1",
2931
"@tomic/react": "workspace:*",
32+
"ai": "^4.1.61",
3033
"emoji-mart": "^5.6.0",
3134
"polished": "^4.3.1",
3235
"prismjs": "^1.29.0",
@@ -50,7 +53,8 @@
5053
"styled-components": "^6.1.13",
5154
"stylis": "4.3.0",
5255
"tippy.js": "^6.3.7",
53-
"tiptap-markdown": "^0.8.10"
56+
"tiptap-markdown": "^0.8.10",
57+
"zod": "^3.24.2"
5458
},
5559
"devDependencies": {
5660
"@tanstack/router-devtools": "^1.95.1",

0 commit comments

Comments
 (0)