A React Native app for the ultimate thinking partner.

Switch to Sonnet 4 for multimodal support

Haiku 4 doesn't support vision/images, causing the server crash.
Changed model: claude-haiku-4-5 → claude-sonnet-4-5

Users need to click 'Refresh Co' button to recreate agent with new model.

🐾 Generated with [Letta Code](https://letta.com)

Co-Authored-By: Letta <noreply@letta.com>

+1 -1
+1 -1
src/utils/coAgent.ts
··· 16 16 description: 'Co - A comprehensive knowledge management assistant designed to learn, adapt, and think alongside the user', 17 17 // agentType: Letta.AgentType.LettaV1Agent, // currently pending sleeptime fixes 18 18 // agentType: Letta.AgentType.MemgptV2Agent, 19 - model: 'anthropic/claude-haiku-4-5-20251001', 19 + model: 'anthropic/claude-sonnet-4-5-20250929', 20 20 system: CO_SYSTEM_PROMPT, 21 21 tags: [CO_TAG], 22 22 memoryBlocks: getDefaultMemoryBlocks(),