* fix(chat): remove 50-source cap from notebook chat context ChatColumn was independently fetching sources via useSources() which defaults to a limit of 50 from the API. This caused the chat context to always be capped at 50 sources regardless of how many are in the notebook. ChatColumn now receives sources as a prop from the parent NotebookPage, which already fetches all sources via useNotebookSources with infinite scroll pagination. * test(chat): update ChatColumn tests for new sources prop interface |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .gitignore | ||
| components.json | ||
| eslint.config.mjs | ||
| next.config.ts | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.mjs | ||
| start-server.js | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
| vitest.config.ts | ||