improvement(flint): set json language on the pages code input#5643
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
|
@cursor review |
PR SummaryLow Risk Overview No changes to Flint API params, tool wiring, or block inputs/outputs—only block UI configuration. Reviewed by Cursor Bugbot for commit 1c69c8b. Configure here. |
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 1c69c8b. Configure here.
Greptile SummaryThis PR marks the Flint Pages code input as JSON. The main change is:
Confidence Score: 5/5This looks safe to merge.
Important Files Changed
Reviews (1): Last reviewed commit: "improvement(flint): set json language on..." | Re-trigger Greptile |
Greptile SummaryThis PR updates the Flint Pages code input metadata.
Confidence Score: 5/5This looks safe to merge after a small cleanup to the editor behavior.
apps/sim/blocks/blocks/flint.ts Important Files Changed
Reviews (2): Last reviewed commit: "improvement(flint): set json language on..." | Re-trigger Greptile |
Summary
language: 'json'on the Flint block's Pages (JSON) code input so the editor applies JSON highlighting and inline validation, matching the pattern used by other JSON code inputs (apify, a2a)Type of Change
Testing
Typecheck, biome, and block registry tests (83) pass
Checklist