Bug Fixes
- Silent send failure: Mobile send now shows a toast on server error and keeps the typed message in the input for retry. Previously the message was silently dropped.
- Message injection fallback:
injectMessagenow tries the main-world CDP context as a fallback, preventing silent failure when context detection times out on startup. - Stop button blind spot: Post-click cooldown now checks whether generation was already active when the click happened — if so, the stop button stays visible. Only suppresses new false-positive starts. Cooldown reduced 10 s → 5 s.
- CDP target self-filter:
discoverInstancesnow correctly excludes"Antigravity Link QR"as a standalone target title. injectMessageeditor selector order: Tries#conversationfirst, consistent with the container rename fixes from v1.0.17.- Type safety: Removed unnecessary
(server as any).tokencast inextension.ts.