Skip to content
Draft
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ __pycache__/
*.py[cod]
*$py.class
_*
!__fixtures__
!__tests__

# C extensions
*.so
Expand Down
67 changes: 65 additions & 2 deletions refact-agent/gui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 8 additions & 4 deletions refact-agent/gui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "refact-chat-js",
"version": "2.0.8-alpha.1",
"version": "2.0.8-alpha.2",
"type": "module",
"license": "BSD-3-Clause",
"files": [
Expand All @@ -23,10 +23,11 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/smallcloudai/refact-chat-js.git"
"url": "git+https://github.com/smallcloudai/refact.git",
"directory": "refact-agent/gui"
},
"bugs": {
"url": "https://github.com/smallcloudai/refact-chat-js/issues"
"url": "https://github.com/smallcloudai/refact/issues"
},
"scripts": {
"dev": "vite",
Expand All @@ -38,7 +39,7 @@
"coverage": "vitest run --coverage",
"format:check": "prettier . --check",
"format": "prettier . --write",
"prepare": "",
"prepare": "husky install",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"types": "tsc --noEmit",
Expand Down Expand Up @@ -72,6 +73,7 @@
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/debug": "^4.1.12",
"@types/diff": "^7.0.1",
"@types/js-cookie": "^3.0.6",
"@types/lodash.groupby": "^4.6.9",
"@types/lodash.isequal": "^4.5.8",
Expand All @@ -86,6 +88,7 @@
"@vitest/coverage-v8": "^1.1.0",
"@vitest/ui": "^1.1.0",
"classnames": "^2.3.2",
"diff": "^7.0.0",
"echarts": "^5.4.3",
"echarts-for-react": "^3.0.2",
"eslint": "^8.55.0",
Expand All @@ -107,6 +110,7 @@
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.10",
"react-markdown": "^9.0.1",
"react-router": "^7.1.5",
"react-syntax-highlighter": "^15.5.0",
"redux-persist": "^6.0.0",
"rehype-katex": "^7.0.0",
Expand Down
Loading
Loading