Skip to content

Commit 9ff4b21

Browse files
authored
internal: Add auto correlation feature (#870)
1 parent 93c0011 commit 9ff4b21

39 files changed

+2026
-64
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ module.exports = {
4141
rules: {
4242
'react/no-unknown-property': ['error', { ignore: ['css'] }],
4343
'no-param-reassign': 'error',
44+
'unused-imports/no-unused-imports': 'warn',
4445
'@typescript-eslint/no-unused-vars': [
4546
'error',
4647
{

package-lock.json

Lines changed: 232 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@
8080
"license": "AGPL-3.0-only",
8181
"private": true,
8282
"dependencies": {
83+
"@ai-sdk/openai": "^2.0.23",
84+
"@ai-sdk/react": "^2.0.30",
8385
"@dnd-kit/core": "^6.3.1",
8486
"@dnd-kit/modifiers": "^9.0.0",
8587
"@dnd-kit/sortable": "^10.0.0",
@@ -112,6 +114,7 @@
112114
"@types/plist": "^3.0.5",
113115
"@typescript-eslint/typescript-estree": "^8.21.0",
114116
"@vitejs/plugin-react": "^4.3.1",
117+
"ai": "^5.0.30",
115118
"allotment": "^1.20.2",
116119
"aria-query": "^5.3.2",
117120
"astring": "^1.9.0",

0 commit comments

Comments
 (0)