Mimic rovenotes manual-paste instructions for pld_urt/pld_ut (APP-3)#35
Conversation
Replace the Local-Storage history-lesson framing with the rovenotes-style numbered steps (sign in → refresh-user-token → copy cookies), reorder the boxes to pld_urt then pld_ut with descriptive labels, and leave the legacy tokenstr instructions untouched. Co-authored-by: multica-agent <github@multica.ai>
Code Review: PR #35 — Mimic rovenotes manual-paste instructions for pld_urt/pld_ut (APP-3)Reviewed at commit OverviewThis is a small, scoped copy/UX change to the manual-paste fallback in Strengths
Issues🟡 Unverified claim that a browser GET to 🟢 README manual-paste instructions are now stale (README.md:66) — nit Test coverageNo tests exist for SecurityNo issues. No new credential handling paths — the textareas feed the same Verdictfix-before-merge Nothing here is architecturally wrong and the diff is low-risk, but the whole point of the change is to hand users correct manual instructions — confirm the |
Match the setup wizard: sign in, refresh-user-token step, and copy pld_urt/pld_ut from api.plaud.ai cookies. Co-authored-by: multica-agent <github@multica.ai>
|
Addressed the review: 🟡 browser GET to 🟢 stale README (README.md:66) — fixed in |
Code Review: PR #35 — Mimic rovenotes manual-paste instructions for pld_urt/pld_ut (APP-3)Reviewed at commit OverviewThis PR rewrites the manual-paste fallback instructions in the setup wizard's Strengths
IssuesNo new issues at this commit. On the previously-raised 🟡 (unverified claim that a browser Test coverageNo tests were added or needed. The full diff (both commits) is copy text plus a same-unit label/binding swap and a one-line doc edit — no new branching logic exists to test beyond what typecheck/build already cover, consistent with the PR's stated verification ( SecurityNo issues. No new credential handling paths; cookie values still flow only into the existing Verdictship-as-is The one substantive open question from the prior review round was addressed with reasoning that holds up, and the requested README sync landed exactly as described — nothing left to fix before merge. |
…CI, v0.5.11) Integrates all outstanding upstream (rsteckler/applaud) commits into this fork while preserving local customizations (UI refactor, webhooks, multi-region auth, tooling). Brings in: fc8410b CI: trusted auto-review for same-repo PRs + maintainer /review gate (rsteckler#33) 50a64ab Plaud first-party (pld_ut/pld_urt) auth with tokenstr fallback (rsteckler#32) 82f15e2 Windows: skip auto-detect, route straight to manual paste (rsteckler#34) de6002a Mimic rovenotes manual-paste instructions (rsteckler#35) 57bb643 Auth instructions: real anchor links + clearer legacy lead-in (rsteckler#36) a5e0751 docs: rebrand Cordari to RoveNotes in README (rsteckler#37) 7b1b504 Release v0.5.11 Conflict resolutions: - install.ps1: keep TimHayward fork URLs, take upstream v0.5.11 ref. - config-helpers.ts: redact lanToken (local) + ut/urt (upstream). - auth.ts: keep local multi-region validateToken loop, layer in upstream's first-party acceptFirstParty flow and session-based watch handler. - client.ts: re-add resolveRegionFromDomain (used by upstream parseRegionRedirect) alongside the local region-map helpers. - test fixtures: add authMode/ut/utExp/urt/urtExp/plaudWorkspaceId fields. Verified: pnpm typecheck, pnpm test (256 pass), pnpm build all green. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
What
Rewrites the manual-paste ("double-keys") instructions in the setup Auth step to mimic the rovenotes onboarding flow, per APP-3.
web.plaud.ai.api.plaud.ai/auth/refresh-user-tokento refresh the session.api.plaud.aiand copypld_urt/pld_ut.pld_urt (refresh token)first,pld_ut (user token)second, matching the rovenotes layout (state wiring preserved).tokenstrinstructions untouched, as requested.Verification
pnpm -r typecheck✅pnpm test✅ (169 tests)pnpm -C web build✅Closes APP-3.