Conversation
simonw
commented
Nov 19, 2025
- Add extractPoints() function to parse JSON responses containing point data
- Add displayImageWithPoints() function to visualize points on canvas
- Points are rendered as colored circles with labels next to them
- Supports response format: [{"point": [y, x], "label": "name"}, ...]
- Falls back to bounding box rendering if no points are found
- Add extractPoints() function to parse JSON responses containing point data
- Add displayImageWithPoints() function to visualize points on canvas
- Points are rendered as colored circles with labels next to them
- Supports response format: [{"point": [y, x], "label": "name"}, ...]
- Falls back to bounding box rendering if no points are found
|
Claude finished @simonw's task —— View job PR Review: Add support for rendering points with labels in gemini-bbox toolTodo List:
SummaryThis PR adds a valuable new feature to the gemini-bbox tool, enabling visualization of points with labels in addition to the existing bounding box functionality. The implementation follows the existing patterns well and integrates cleanly with the current codebase. ✅ Strengths
|
Deploying tools with
|
| Latest commit: |
62de323
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://c182b762.tools-b1q.pages.dev |
| Branch Preview URL: | https://claude-gemini-bbox-point-ren.tools-b1q.pages.dev |