Skip to content

2.10.2

Choose a tag to compare

@csebold csebold released this 01 Apr 06:51
· 2556 commits to main since this release
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/profile page 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 capabilities object (p.capabilities.chatp.capabilities?.chat in ProfileForm.tsx and ProfileModal.tsx)