Salvage remote token parse bug fix from #2366 - #2529
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
34124ce to
22ea3f3
Compare
830dfd9 to
d00297c
Compare
8d7971a
into
2026-03-27-vercel-prod-trigger
|
@coderabbitai assess this PR size classification for the totality of the PR with the following criterias and report it in your comment: S/M/L PR Classification Guidelines:This guide helps classify merged pull requests by effort and complexity rather than just line count. The goal is to assess the difficulty and scope of changes after they have been completed. Small (S)Characteristics:
Review Effort: Would have taken 5-10 minutes Examples:
Medium (M)Characteristics:
Review Effort: Would have taken 15-30 minutes Examples:
Large (L)Characteristics:
Review Effort: Would have taken 45+ minutes Examples:
Additional Factors to ConsiderWhen deciding between sizes, also consider:
Notes:
|
Summary
e668c65dfrom PR wip on exact swap #2366 which was lost in the v5 revert (PR Revert entire v5 branch to a044f50f #2517)Changes
crates/settings/src/remote_tokens.rs: changeif let Some(...)on aResulttoif let Ok(Some(...))so parse errors are silently skipped instead of propagatedTest plan
🤖 Generated with Claude Code