May 1
My PRs (authored + shipped today)
vultiagent-app
- auth bar Cancel stays on chat instead of booting to VaultSetup - X on AgentAuthBar redirected to VaultSetup making it look like the user had no vault. Cancel now resets in-flight submit + stays on Agent Home with chips visible
- drop dead-code ternary in AuthSubmitButton -
password.trim() ? <UnlockIcon> : <UnlockIcon>was the same icon both branches. Visual differentiation lives in the Pressable bg/border colors - debounce flag-flap navigate-away on SchedulingScreen - denying speech-permission on Scheduling kicked user to Agent Home because PostHog reset on backgrounding flipped
schedulingEnabledmomentarily false. 600ms debounce on the navigate-away effect - wire async-storage v3 Expo plugin - dependabot v2 to v3 bump alone was incomplete on Android, v3 needs the local Maven repo plumbing or the official Expo plugin. Rebased onto main once the dependabot branch went stale