2.10.2
Quilltap v2.10.2 Release Notes
Every great estate needs a proper introduction at the door.
Highlights
User Profile Setup — New first-run experience creates your identity on the estate. Choose your archetype, name your character, and let the turn manager know who's actually in charge around here.
Features
User Profile Setup on First Run
- New
/setup/profilepage greets first-time users with name input and archetype selection (Proprietor, Resident, or Author) - Creates a user-controlled character so the turn manager correctly yields to the user during conversation
- Automatically sets the new user character as default partner for all existing LLM-controlled characters — no orphaned residents wandering the halls
- PepperVaultGate redirects to profile setup when no user character exists
- All setup page exits (Pepper setup, unlock, vault storage) route through profile setup when needed
- Fallback greeting now uses the user character's name when available
- Updated startup wizard help documentation
Bug Fixes
- Search provider capabilities guard: Connection profile forms no longer crash when a search provider is missing its
capabilitiesobject (p.capabilities.chat→p.capabilities?.chatinProfileForm.tsxandProfileModal.tsx)