open-notebook/frontend/src
Luis Novo c18952ef9d
fix(chat): remove 50-source cap from notebook chat context (#628)
* 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
2026-02-25 19:31:20 -03:00
..
app fix(chat): remove 50-source cap from notebook chat context (#628) 2026-02-25 19:31:20 -03:00
components fix(ui): correct text orientation for CJK characters in collapsible column (#619) 2026-02-24 00:17:51 -03:00
lib docs: update documentation for error handling and podcast retry (#599) 2026-02-18 09:56:04 -03:00
test Feat/localization tests docker (#371) 2026-01-15 13:51:05 -03:00
CLAUDE.md docs: update documentation for error handling and podcast retry (#599) 2026-02-18 09:56:04 -03:00
proxy.ts feat: upgrade Next.js 15 → 16 to fix large file uploads 2026-01-14 10:33:19 -03:00