chat / src /lib

Commit History

(fix) Introduce ThinkingPlaceholder to smooth streaming UI
a374d74

Andrew commited on

(fix) Add stripThinkBlocks helper for reasoning tag removal
48df71b

Andrew commited on

feat(types): add UserToken type for storing encrypted tokens
e89b38f

Andrew commited on

feat(types): generalize User schema for multiple auth providers
50d46fe

Andrew commited on

feat(auth): add helper to retrieve decrypted user HF tokens
b4b34c7

Andrew commited on

feat(security): add AES-256-GCM encryption for user tokens
70025fa

Andrew commited on

feat(db): add userTokens collection and multi-provider user index
b346517

Andrew commited on

feat(auth): add shared OAuth redirect and CSRF state helpers
cf90a38

Andrew commited on

refactor(auth): support multi-provider user lookup in API auth
087512c

Andrew commited on

feat(auth): add multi-provider login modal with password form
245b57f

Andrew commited on

Add person lock field and occupation to jobSector rename
70c72fa

Andrew commited on

Fix persona count display + routing
03dedb3

Andrew commited on

Remove migration 13-add-branching-fields
7aebf29

extonlawrence commited on

Add ComboboxField component
a02aa32

extonlawrence commited on

Mark default personas as locked
577860c

extonlawrence commited on

Ensure achived field defaults to false in settings
f05b58d

extonlawrence commited on

Add locked and archived fields to Persona type
3364b8f

extonlawrence commited on

Register locked persona fields migration
44e5334

extonlawrence commited on

Add migration for locked and archived persona fields
1607c14

extonlawrence commited on

Add SelectField component for easier detailed Persona value support
4275aca

extonlawrence commited on

Support locked personas in PersonaSelector with archived filtering
62ec7ad

extonlawrence commited on

Filter available models with ALLOWED_MODELS
f2a2a86

extonlawrence commited on

Reroute model and persona pages to global settings modal.
029d885

extonlawrence commited on

Fix DOMPurify SSR issues by using dynamic imports
6e2a902

extonlawrence commited on

Add Persona type definition with metadata fields
3dca044

extonlawrence commited on

Add default personas definitions
e549097

extonlawrence commited on

Add database migration to replace customPrompts with personas in user settings
d922910

extonlawrence commited on

Add PersonaSelector component for quick persona switching
76a5c60

extonlawrence commited on

Replace customPrompts with activePersona and personas in Settings type with default personas
cdc2c18

extonlawrence commited on

Add optional personaId field to Conversation type
61caa35

extonlawrence commited on

Replace customPrompts with activePersona and personas array in settings store
9761c08

extonlawrence commited on

Replace customPrompts with personas and activePersona in user settings API with validation schema
65df4d4

extonlawrence commited on

Register personas migration in migrations index
2c24731

extonlawrence commited on

Add PersonaSelector component and redesign model/persona display with improved styling
1d87f01

extonlawrence commited on

Remove custom system prompt modal component
1e34c9f

extonlawrence commited on

Add personas navigation link with dynamic count to sidebar menu
2aa62b9

extonlawrence commited on

mongodb index creation
a28b199

coyotte508 commited on

easier mongo setup
1d46bd1

coyotte508 commited on

Add COUPLE_SESSION_WITH_COOKIE_NAME env var (#1881)
3199efb
unverified

coyotte508 HF Staff commited on

fix CI (#1884)
3b53c7a
unverified

coyotte508 HF Staff commited on

fix: adjust spacing in NavMenu and ChatMessage components; capitalize conversation title in page
baf6354

victor HF Staff commited on

fix: enhance logging and timeout handling in BackgroundGenerationPoller component
808bcfb

victor HF Staff commited on

Add background generation polling for conversation updates (#1882)
4326cd6
unverified

victor HF Staff commited on

fix: improve layout responsiveness in ChatMessage component by binding message dimensions and adjusting classes
c62aca6

victor HF Staff commited on

fix: adjust spacing and styles in ShareConversationModal and MobileNav components
17a7bb7

victor HF Staff commited on

style: update no scrollbar styles
1796fda

victor HF Staff commited on

fix: adjust z-index for CodeBlock component and update ChatInput max height for better responsiveness
9d03b5a

victor HF Staff commited on

light theme: Update code block styles and highlight.js themes
5a9c360

victor HF Staff commited on

Update model link and add provider SVGs
52e36d3

victor HF Staff commited on