pluralchat / src /lib

Commit History

(fix) Smooth persona carousel think rendering
4bb32e9

Andrew commited on

(fix) Stabilize persona card thinking display
a2bcf5b

Andrew commited on

(fix) Fix ChatMessage handling of streaming think segments
f41db77

Andrew commited on

(fix) Harden title generation against leaked reasoning tags
4123958

Andrew commited on

(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

andrewelawrence commited on

Add ComboboxField component
a02aa32

andrewelawrence commited on

Mark default personas as locked
577860c

andrewelawrence commited on

Ensure achived field defaults to false in settings
f05b58d

andrewelawrence commited on

Add locked and archived fields to Persona type
3364b8f

andrewelawrence commited on

Register locked persona fields migration
44e5334

andrewelawrence commited on

Add migration for locked and archived persona fields
1607c14

andrewelawrence commited on

Add SelectField component for easier detailed Persona value support
4275aca

andrewelawrence commited on

Support locked personas in PersonaSelector with archived filtering
62ec7ad

andrewelawrence commited on

Filter available models with ALLOWED_MODELS
f2a2a86

andrewelawrence commited on

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

andrewelawrence commited on

Fix DOMPurify SSR issues by using dynamic imports
6e2a902

andrewelawrence commited on

Add Persona type definition with metadata fields
3dca044

andrewelawrence commited on

Add default personas definitions
e549097

andrewelawrence commited on

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

andrewelawrence commited on

Add PersonaSelector component for quick persona switching
76a5c60

andrewelawrence commited on

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

andrewelawrence commited on

Add optional personaId field to Conversation type
61caa35

andrewelawrence commited on

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

andrewelawrence commited on

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

andrewelawrence commited on

Register personas migration in migrations index
2c24731

andrewelawrence commited on

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

andrewelawrence commited on

Remove custom system prompt modal component
1e34c9f

andrewelawrence commited on

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

andrewelawrence commited on

mongodb index creation
a28b199

coyotte508 HF Staff commited on

easier mongo setup
1d46bd1

coyotte508 HF Staff commited on

Add COUPLE_SESSION_WITH_COOKIE_NAME env var (#1881)
3199efb
unverified

Eliott C. commited on

fix CI (#1884)
3b53c7a
unverified

Eliott C. 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