fix: enhance preset verification for Capacitor#2369
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Adds an onPlay callback option to starterpack flows and routes Play clicks through it. The keychain iframe now closes before calling the callback and falls back to the existing close behavior when absent.
2368fc6 to
564b0e3
Compare
Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance. |
|
Claude finished @broody's task —— View job Documentation Analysis CompleteI've analyzed the merged PR changes and existing documentation in the docs repository. Task List:
Analysis Summary:The PR enhanced preset verification by adding // Always consider localhost and capacitor as verified for development
const isLocalhost =
redirectOrigin.includes("localhost") ||
redirectOrigin.startsWith("capacitor://");Documentation Assessment:No documentation updates are needed because:
The existing documentation remains accurate and complete for Capacitor integration. Users will benefit from the improved verification automatically without needing to change their implementation. |
- Added Coinbase sandbox configuration fix (#2371) - Added Capacitor preset verification enhancement (#2369) - Updated release date to 2026-02-04 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> Co-authored-by: Larko <59736843+Larkooo@users.noreply.github.com>
- Added Coinbase sandbox configuration fix (#2371) - Added Capacitor preset verification enhancement (#2369) - Updated release date to 2026-02-04 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> Co-authored-by: Larko <59736843+Larkooo@users.noreply.github.com>
Summary
Test plan