Files
multica/packages
Jiayuan Zhang 252b7a7f40 fix(chat): require online availability before flipping pill to stuck
Without this gate, a slow presence query (which chat-window surfaces as
`availability === undefined` precisely so callers don't speculate) would
flip the pill to "Daemon not responding" 30s in, accusing a possibly
healthy daemon. Restrict the stuck stage to affirmative online evidence;
when presence is loading, hold the queued label.

Co-authored-by: multica-agent <github@multica.ai>
2026-05-10 14:45:44 +08:00
..