feat(chat): show block display names and brand icons for schema reads#5666
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
PR SummaryLow Risk Overview A new Reviewed by Cursor Bugbot for commit fc254c0. Configure here. |
Greptile SummaryThis PR makes copilot read tool rows show friendlier schema targets. The main changes are:
Confidence Score: 5/5This looks safe to merge.
Important Files Changed
Reviews (2): Last reviewed commit: "feat(chat): show block display names and..." | Re-trigger Greptile |
|
@cursor review |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit fc254c0. Configure here.
Summary
readcalls on block/integration schemas now show the block's display name instead of the raw type id ("Read Gmail" instead of "Read gmail_v2")getBareIconStyletheme-safe bare-icon patterngetReadTargetBlockresolver handlescomponents/blocks/{type}.json(viagetBlock) andcomponents/integrations/{service}/...(viagetLatestBlock, so legacy variants resolve to the canonical block); every other path keeps the existing generic labelingType of Change
Testing
Unit tests for the resolver and the read-title wiring; full home + copilot suites passing (852 tests), typecheck clean
Checklist