feat(core,tui,app-server) personality migration (#10307)

## Summary
Keep existing users on Pragmatic, to preserve behavior while new users
default to Friendly

## Testing
- [x] Tested locally
- [x] add integration tests
This commit is contained in:
Dylan Hurd
2026-01-31 17:25:14 -07:00
committed by GitHub
parent 8a461765f3
commit 0f9858394b
6 changed files with 445 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ mod otel;
mod pending_input;
mod permissions_messages;
mod personality;
mod personality_migration;
mod prompt_caching;
mod quota_exceeded;
mod read_file;