Tags: Chainlit/chainlit
Tags
Willy/ui2 (#1615) * chore: clean auth hooks * wip * wip header sidebar * wip sidebar * wip login * wip composer * wip chat settings * wip tasklist * wip readme starters * wip copy button * wip footer * wip: messages * wip sideview * wip actions * wip thread resume * wip env * wip element view * chore: delete old mui files * wip copilot * fix scroll * fix: enforce cookie auth * fix: copilot css * replace formik/yup with hookform/zod * improve copilot scroll * fix: lint * fix: tests * fix: format/lint * fix: import * fix: ruff * fix: ruff * fix: ruff * fix: mypy * fix: mypy * feat: custom theme/font * fix: ruff * fix: ruff * fix: mypy * feat: copilot shadow root * feat: custom element * fix: ruff * fix: mypy * chore: bump python multipart * chore: regenerate poetry.lock * feat: expose shadcn components to CustomElement * feat: fix chat if not thread resumable * fix: add error boundary to dynamic icon * fix: enhance thread page * fix: prevent enter when composing message * feat: replace jsx parser with react runner * fix: icon component * fix: thread page * Update README.md * chore: update changelog * fix: step content check * fix: check ROOT_PATH everytime html template is rendered * feat: add autofocus on login input * Hugues/data layer (#1621) * feat: add chainlit data layer * feat: add gcs and azure * fix: poetry lock * fix: poetry lock * fix: ignore type * fix: ruff * fix: renaming * fix: gcs * Willy/UI (#1593) * chore: clean auth hooks * fix: don't call /user if no auth is configured * chore: prepare release (#1595) * fix: asyncpg dep warnings import feedback type removal * fix: remove asyncpg dependencies * fix: user * fix: issues * fix: search * fix: linter * fix: add gcs * feat: expose shadcn components to CustomElement * feat: fix chat if not thread resumable * fix: data layer * fix: use db_url instead of litera data layer * fix: least start * fix: azure blob * fix: storage * fix: linter * fix: url * fix: data layer metadata * fix: poetry lock * fix: code style --------- Co-authored-by: Willy Douhard <[email protected]> * fix: comment in feedback --------- Co-authored-by: Hugues de Saxcé <[email protected]> Co-authored-by: Hugues de Saxcé <[email protected]>
Build fixups (#1462) * (Ironically) ignore build script during package publication: - Avoids platform-specific wheels. - Ensures build script is not included in sdist. * Remove legacy Node package build, now that poetry is leading. * Run builds also for PR's to release branches. The road to hell is paved with dirty workarounds.
Release prep for 1.3.1 (#1483) * Update server.py (#1474) Solving the underlying issue properly requires moving to HTTP only cookies, which is out of scope for now (we want to properly clean up auth). We're gonna ship this ASAP. This reopens #1101 and #1438 . * Changelog for 1.3.1 and 2.0.dev2. * Bump version to 1.3.1. --------- Co-authored-by: Josh Hayes <35790761 [email protected]>
PreviousNext