feat(chat): add system prompt editor & personas (M9.2)

Named personas with system prompt, model preference, and accent colour.
Persona pill selector above chat input, editor modal for create/edit/delete.
Default persona auto-applied to new conversations. Persona system prompt
prepended to AI context.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-03-03 23:29:01 +00:00
co-authored by Claude Opus 4.6
parent 27aeb2b188
commit 77b985db9c
6 changed files with 450 additions and 14 deletions
+2
View File
@@ -54,4 +54,6 @@ export interface Conversation {
branchPoint?: string
/** IDs of child branches forked from this conversation */
childBranchIds?: string[]
/** ID of the persona applied to this conversation */
personaId?: string
}