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 <willy.douhard@gmail.com> * fix: comment in feedback --------- Co-authored-by: Hugues de Saxcé <hugues@chainlit.io> Co-authored-by: Hugues de Saxcé <hugues.de.saxce@protonmail.com>
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.
PreviousNext