You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 14, 2026. It is now read-only.
When selecting a model (e.g., Sonnet) in the Happy Coder mobile app before spawning a session, the model selection is not passed to the daemon. The session starts with the default model (Opus 4.5) instead of the selected model.
Steps to Reproduce
Open Happy Coder mobile app
Select "Sonnet" as the model
Start a new session
Check the model being used (it will be Opus 4.5, not Sonnet)
Evidence from Daemon Logs
The spawn command received by the daemon shows no model field:
[API MACHINE] Spawning session with params: {"type":"spawn-in-directory","directory":"/home/dell/.claude/workspace","approvedNewDirectoryCreation":true,"agent":"claude"}
The params payload is encrypted in the logs (AJ+VVjq1v5CZ...), but the decoded spawn params don't include a model field.
Expected Behavior
The spawn params should include the selected model: