Add TOTP extension - #30141
Conversation
|
Congratulations on your new Raycast extension! 🚀 We're currently experiencing a high volume of incoming requests. As a result, the initial review may take up to 15 business days. Once the PR is approved and merged, the extension will be available on our Store. |
Greptile SummaryThe PR adds a local-first TOTP authenticator with saved and quick OTP commands plus encrypted backup import and export.
Confidence Score: 3/5The PR is not yet safe to merge because account mutations can still lose updates and a single backup can still import duplicate accounts. Account operations continue to replace independently loaded snapshots of shared storage, while merge deduplication never adds accepted imports to its comparison set, leaving both previously reported data-integrity failures reachable. Files Needing Attention: extensions/totp/src/accounts.ts Important Files Changed
Reviews (4): Last reviewed commit: "Improve account editing and secret visib..." | Re-trigger Greptile |
Similar extensions already in the StoreAutomated first pass. Overlap is not a blocker on its own, but the README should make the difference clear.
|
Summary
Test plan
npm run lintnpm run buildnpm run test