mirror of
https://github.com/infinilabs/coco-app.git
synced 2026-07-09 12:00:44 +02:00
* feat: add deep research report workflow and viewer * docs: update changelog * ci: update pizza repository reference from infinilabs to pizza-rs org * fix deep research completion state * fix: prevent deep research stream timeout * fix: update deep research cancel copy * fix: apply rustfmt formatting to attachment.rs * fix: resolve fst-no-std version conflict in pizza-engine CI check The 'check (macos-latest)' CI job fails because pizza-engine (added as a CI dependency) uses infinilabs/fst-no-std while its transitive dependency fst-regex uses pizza-rs/fst-no-std. Cargo treats these as two separate crates, causing: 1. Automaton trait incompatibility between the two fst_no_std instances 2. MapBuilder, Error::Io, and Set::from_iter not found because the infinilabs fork gates them behind 'std' feature while pizza-engine only enabled 'alloc' Fix: - Add [patch."https://github.com/infinilabs/fst-no-std"] to src-tauri/Cargo.toml to redirect the infinilabs fork to pizza-rs/fst-no-std, unifying both into a single crate instance. This patch is a no-op for normal builds without pizza-engine. - Update the CI workflow to also add fst-no-std with std feature so that Error::Io (gated by std) and MapBuilder are available after the redirect. * Update Cargo.toml --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Medcl <m@medcl.net>
118 lines
4.1 KiB
JSON
118 lines
4.1 KiB
JSON
{
|
|
"name": "coco",
|
|
"private": true,
|
|
"version": "0.10.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"build:web": "tsx scripts/buildWeb.ts",
|
|
"publish:web": "cd out/search-chat && npm publish",
|
|
"publish:web:beta": "cd out/search-chat && npm publish --tag beta",
|
|
"publish:web:alpha": "cd out/search-chat && npm publish --tag alpha",
|
|
"publish:web:rc": "cd out/search-chat && npm publish --tag rc",
|
|
"publish:web:otp": "cd out/search-chat && npm publish --access public --otp $NPM_OTP",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri",
|
|
"release": "release-it",
|
|
"release-rc": "release-it --preRelease=rc --preReleaseBase=1",
|
|
"release-beta": "release-it --preRelease=beta --preReleaseBase=1"
|
|
},
|
|
"dependencies": {
|
|
"@infinilabs/custom-icons": "0.0.4",
|
|
"@radix-ui/react-checkbox": "^1.1.5",
|
|
"@radix-ui/react-dialog": "^1.1.4",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
"@radix-ui/react-label": "^2.1.1",
|
|
"@radix-ui/react-popover": "^1.1.6",
|
|
"@radix-ui/react-select": "^2.1.4",
|
|
"@radix-ui/react-separator": "^1.1.8",
|
|
"@radix-ui/react-slider": "^1.2.1",
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
"@radix-ui/react-switch": "^1.1.3",
|
|
"@radix-ui/react-tabs": "^1.1.13",
|
|
"@tauri-apps/api": "^2.5.0",
|
|
"@tauri-apps/plugin-autostart": "~2.2.0",
|
|
"@tauri-apps/plugin-clipboard-manager": "~2.3.2",
|
|
"@tauri-apps/plugin-deep-link": "^2.2.1",
|
|
"@tauri-apps/plugin-dialog": "^2.2.1",
|
|
"@tauri-apps/plugin-global-shortcut": "~2.0.0",
|
|
"@tauri-apps/plugin-http": "~2.0.2",
|
|
"@tauri-apps/plugin-log": "~2.4.0",
|
|
"@tauri-apps/plugin-opener": "^2.5.0",
|
|
"@tauri-apps/plugin-os": "^2.2.1",
|
|
"@tauri-apps/plugin-process": "^2.2.1",
|
|
"@tauri-apps/plugin-shell": "^2.2.1",
|
|
"@tauri-apps/plugin-updater": "github:infinilabs/tauri-plugin-updater#v2",
|
|
"@tauri-apps/plugin-window": "2.0.0-alpha.1",
|
|
"@tauri-store/zustand": "^1.1.0",
|
|
"@wavesurfer/react": "^1.0.11",
|
|
"ahooks": "^3.8.4",
|
|
"axios": "^1.12.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"date-fns": "^4.1.0",
|
|
"dayjs": "^1.11.13",
|
|
"dotenv": "^16.5.0",
|
|
"filesize": "^10.1.6",
|
|
"i18next": "^23.16.8",
|
|
"i18next-browser-languagedetector": "^8.1.0",
|
|
"lodash-es": "^4.17.21",
|
|
"lucide-react": "^0.561.0",
|
|
"mdast-util-gfm-autolink-literal": "2.0.0",
|
|
"mermaid": "^11.6.0",
|
|
"nanoid": "^5.1.5",
|
|
"react": "^18.3.1",
|
|
"react-day-picker": "^9.13.0",
|
|
"react-dom": "^18.3.1",
|
|
"react-hotkeys-hook": "^4.6.2",
|
|
"react-i18next": "^15.5.1",
|
|
"react-markdown": "^9.1.0",
|
|
"react-pdf": "^10.4.1",
|
|
"react-router-dom": "^6.30.0",
|
|
"react-window": "^1.8.11",
|
|
"rehype-highlight": "^7.0.2",
|
|
"rehype-katex": "^7.0.1",
|
|
"remark-breaks": "^4.0.0",
|
|
"remark-gfm": "^4.0.1",
|
|
"remark-math": "^6.0.0",
|
|
"tailwind-merge": "^3.3.1",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"tauri-plugin-fs-pro-api": "^2.4.0",
|
|
"tauri-plugin-macos-permissions-api": "^2.3.0",
|
|
"tauri-plugin-screenshots-api": "^2.2.0",
|
|
"tauri-plugin-windows-version-api": "^2.0.0",
|
|
"type-fest": "^4.41.0",
|
|
"use-debounce": "^10.0.4",
|
|
"uuid": "^11.1.0",
|
|
"wavesurfer.js": "^7.9.5",
|
|
"zustand": "^5.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.1.17",
|
|
"@tailwindcss/vite": "^4.0.0",
|
|
"@tauri-apps/cli": "^2.5.0",
|
|
"@types/dom-speech-recognition": "^0.0.4",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/markdown-it": "^14.1.2",
|
|
"@types/node": "^22.15.17",
|
|
"@types/react": "^18.3.21",
|
|
"@types/react-dom": "^18.3.7",
|
|
"@types/react-katex": "^3.0.4",
|
|
"@types/react-window": "^1.8.8",
|
|
"@vitejs/plugin-react": "^4.4.1",
|
|
"autoprefixer": "^10.4.21",
|
|
"cross-env": "^7.0.3",
|
|
"immer": "^10.1.1",
|
|
"postcss": "^8.5.3",
|
|
"release-it": "^18.1.2",
|
|
"sass": "^1.87.0",
|
|
"tailwindcss": "^4.0.0",
|
|
"tsup": "^8.4.0",
|
|
"tsx": "^4.19.4",
|
|
"typescript": "^5.8.3",
|
|
"vite": "^5.4.19"
|
|
},
|
|
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
|
|
}
|