- Move setConfig() after imports in layout.tsx - Add gateway disconnect cleanup in hub-init useEffect - Replace silent catches with toast error notifications in hub store - Optimize chat selectors with useMemo and useCallback/getState() - Remove unused getMessagesByAgent from messages store - Add clipboard try/catch with error toast - Add skeleton loading states for hub sidebar and chat header Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
22 lines
447 B
JSON
22 lines
447 B
JSON
{
|
|
"name": "@multica/store",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./*": "./src/*.ts"
|
|
},
|
|
"dependencies": {
|
|
"@multica/fetch": "workspace:*",
|
|
"@multica/sdk": "workspace:*",
|
|
"react": "catalog:",
|
|
"sonner": "^2.0.7",
|
|
"uuid": "^13.0.0",
|
|
"zustand": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "catalog:",
|
|
"typescript": "catalog:"
|
|
}
|
|
}
|