(MOT-3877) feat(approval-gate): unclipped coder write payloads in approval excerpts#421
(MOT-3877) feat(approval-gate): unclipped coder write payloads in approval excerpts#421ytallo wants to merge 1 commit into
Conversation
The 256-char excerpt clip made held coder writes unreviewable — a clipped patch can't render as a diff in the approval card. Excerpts are now function-aware: the five coder write functions keep their full arguments (secret-key redaction still applies) under a 64 KiB budget that falls back to classic clipping; everything else clips as before.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
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: CHILL 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 |
skill-check — worker0 verified, 32 skipped (no docs/).
Four for four. Nicely done. |
|
Consolidated into #423. |
The 256-char excerpt clip made held coder writes unreviewable — a
clipped patch can't render as a diff in the approval card. Excerpts are
now function-aware: the five coder write functions keep their full
arguments (secret-key redaction still applies) under a 64 KiB budget
that falls back to classic clipping; everything else clips as before.
Refs MOT-3877