Skip to content

Commit

Permalink
feat: add chat-editor
Browse files Browse the repository at this point in the history
  • Loading branch information
2214962083 committed Aug 26, 2024
1 parent d09c07a commit f425adf
Show file tree
Hide file tree
Showing 98 changed files with 2,381 additions and 1,685 deletions.
6 changes: 5 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,11 @@
"react/jsx-no-bind": "off",
"react/react-in-jsx-scope": "off",
"react/function-component-definition": "off",
"react/no-array-index-key": "off"
"react/no-array-index-key": "off",
"react/button-has-type": "off",
"jsx-a11y/click-events-have-key-events": "off",
"jsx-a11y/no-static-element-interactions": "off",
"react/jsx-no-constructed-context-values": "off"
}
}
]
Expand Down
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"treeshake",
"tsup",
"undici",
"uuidv",
"vitepress",
"vsix",
"Xclip",
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@
"@langchain/anthropic": "^0.2.14",
"@langchain/core": "0.2.23",
"@langchain/openai": "^0.2.6",
"@lexical/react": "^0.17.0",
"@tomjs/vite-plugin-vscode": "^2.5.5",
"@types/diff": "^5.2.1",
"@types/fs-extra": "^11.0.4",
Expand Down Expand Up @@ -378,6 +379,7 @@
"inquirer": "^9.3.4",
"knip": "^5.27.2",
"langchain": "^0.2.16",
"lexical": "^0.17.0",
"lint-staged": "^15.2.9",
"minimatch": "^9.0.5",
"node-fetch": "^3.3.2",
Expand Down
Loading

0 comments on commit f425adf

Please sign in to comment.