68 Commits (8302d1d3c17c55432eda17c249e061b1927fb36c)

Author SHA1 Message Date
dependabot[bot] 8302d1d3c1
chore(deps-dev): bump @types/react-dom from 18.0.11 to 18.2.7
2 years ago
dependabot[bot] ab0f7cc0c9
chore(deps): bump semver from 6.3.0 to 6.3.1
2 years ago
Yifei Zhang dbda27b1d6
Merge pull request #2343 from Yidadaa/dependabot/npm_and_yarn/next-13.4.9
2 years ago
Yifei Zhang 9eef879dbe
Merge pull request #2342 from Yidadaa/dependabot/npm_and_yarn/tauri-apps/cli-1.4.0
2 years ago
Yifei Zhang cb29423636
Merge pull request #2341 from Yidadaa/dependabot/npm_and_yarn/types/react-18.2.14
2 years ago
Yifei Zhang d754eecf07
Merge pull request #2340 from Yidadaa/dependabot/npm_and_yarn/eslint-8.44.0
2 years ago
dependabot[bot] b182543a21
chore(deps): bump next from 13.4.6 to 13.4.9
2 years ago
dependabot[bot] cbce8b444f
chore(deps-dev): bump @tauri-apps/cli from 1.3.1 to 1.4.0
2 years ago
dependabot[bot] 38e92cfc62
chore(deps-dev): bump @types/react from 18.2.12 to 18.2.14
2 years ago
dependabot[bot] a7764dc6d5
chore(deps-dev): bump eslint from 8.37.0 to 8.44.0
2 years ago
dependabot[bot] c74552c4c5
chore(deps): bump react-router-dom from 6.10.0 to 6.14.1
2 years ago
Yidadaa ca295588c4 fix: #2308 improve chat actions
2 years ago
Yifei Zhang b4e350e189
Merge pull request #2234 from Yidadaa/dependabot/npm_and_yarn/prettier-2.8.8
2 years ago
Yifei Zhang 941e46490f
Merge pull request #2235 from Yidadaa/dependabot/npm_and_yarn/rehype-katex-6.0.3
2 years ago
Yifei Zhang 4df92e903a
Merge pull request #2236 from Yidadaa/dependabot/npm_and_yarn/hello-pangea/dnd-16.3.0
2 years ago
dependabot[bot] 2dc122831b
chore(deps-dev): bump @types/node from 20.3.1 to 20.3.3
2 years ago
dependabot[bot] f3f84e523a
chore(deps): bump @hello-pangea/dnd from 16.2.0 to 16.3.0
2 years ago
dependabot[bot] 0cdee25b5b
chore(deps): bump rehype-katex from 6.0.2 to 6.0.3
2 years ago
dependabot[bot] 92b0314c14
chore(deps-dev): bump prettier from 2.8.7 to 2.8.8
2 years ago
Yidadaa 463251dcc1 feat: allow to disable chunk building by setting DISABLE_CHUNK=1
2 years ago
Yifei Zhang c64888cccd
Merge pull request #2051 from Yidadaa/dependabot/npm_and_yarn/next-13.4.6
2 years ago
Yifei Zhang 6fc2637870
Merge pull request #2050 from Yidadaa/dependabot/npm_and_yarn/zustand-4.3.8
2 years ago
Yifei Zhang fc4df23075
Merge pull request #2053 from Yidadaa/dependabot/npm_and_yarn/lint-staged-13.2.2
2 years ago
dependabot[bot] 152a00baf5
chore(deps-dev): bump @types/react from 18.0.31 to 18.2.12
2 years ago
dependabot[bot] 405d02023c
chore(deps-dev): bump lint-staged from 13.2.0 to 13.2.2
2 years ago
dependabot[bot] 4ba2d0d7e0
chore(deps): bump next from 13.4.3 to 13.4.6
2 years ago
dependabot[bot] 38ce230cf5
chore(deps): bump zustand from 4.3.6 to 4.3.8
2 years ago
Yifei Zhang 7ebc5eb70f
Merge pull request #2002 from yeenbean/CVE-2023-2251
2 years ago
Yifei Zhang e0f2bc2725
Merge pull request #2005 from Yidadaa/dependabot/npm_and_yarn/use-debounce-9.0.4
2 years ago
Yifei Zhang 4355ec3b44
Merge pull request #2007 from Yidadaa/dependabot/npm_and_yarn/types/node-20.3.1
2 years ago
Yifei Zhang 0c2f11ffd7
Merge pull request #2008 from Yidadaa/dependabot/npm_and_yarn/react-markdown-8.0.7
2 years ago
dependabot[bot] 719cb3ae05
chore(deps): bump react-markdown from 8.0.6 to 8.0.7
2 years ago
dependabot[bot] 08816c8f7d
chore(deps-dev): bump @types/node from 18.15.11 to 20.3.1
2 years ago
dependabot[bot] 1031203e3f
chore(deps): bump use-debounce from 9.0.3 to 9.0.4
2 years ago
dependabot[bot] 63ef6e7d3d
chore(deps): bump mermaid from 10.1.0 to 10.2.3
2 years ago
Joshua 5055a8c7a3 yarn.lock also required for CVE-2023-2251 🙃
2 years ago
Yidadaa 184a0b9481 fix: #1954 lazy render bugs
2 years ago
Yidadaa a023308d52 feat: #1000 client-side only and desktop app
2 years ago
Yidadaa 4dad7f2ab6 feat: close #580 export messages as image
2 years ago
Yidadaa af497c96ec fix: #1612 infinite loading
2 years ago
Yidadaa aed6b34950 fix: #1498 missing text caused by streaming
2 years ago
Yidadaa e9335d9508 chore: upgrade nextjs to 13.4.2
2 years ago
Yidadaa a3de277c43 refactor: #1000 #1179 api layer for client-side only mode and local models
2 years ago
Yidadaa bd90caa99d refactor: llm client api
2 years ago
Yidadaa d88da1f6ab feat: close #951 support mermaid
2 years ago
Yidadaa 693dcf12d6 refactor: close #643 use react router
2 years ago
jaw 3038dfdb27 fix: error in windows
2 years ago
Yidadaa 124938ecc9 fix: #832 update nextjs version to 13.3.0
2 years ago
xiaotianxt 3490c294dc
chore(deps): introduce dnd
2 years ago
Yidadaa 5c75b6c784 fix: #397 #373 Array.prototype.at polyfill errors
2 years ago