Roo-Code/webview-ui/src
Roo Code ab7ccf1852 feat: add integrated web preview with element selection (fixes #5971)
- Add WebPreviewProvider to manage preview panel in sidebar
- Create React-based UI with URL navigation and viewport controls
- Implement element selection with context extraction (HTML, CSS, XPath)
- Add web_preview tool for AI integration
- Register commands and update package.json
- Update type definitions and tool configurations

This implementation provides:
- Web preview panel in VSCode sidebar
- Click-to-select elements with visual highlighting
- Element context extraction for AI assistance
- Responsive viewport controls
- Integration with Roo Code AI through web_preview tool
2025-07-20 04:07:08 +00:00
..
__tests__ Update the max-token calculation in model-params to use the shared logic (#5720) 2025-07-15 02:20:22 -04:00
components feat: add integrated web preview with element selection (fixes #5971) 2025-07-20 04:07:08 +00:00
context fix: add character limit to prevent terminal output context explosion (#5777) 2025-07-19 13:26:25 -04:00
hooks fix: Resolve confusing auto-approve checkbox states (#5602) 2025-07-16 17:52:29 -04:00
i18n fix: move context condensing prompt to Prompts section (#4924) (#5279) 2025-07-19 22:24:08 -04:00
lib Add shadcn/ui + Storybook 2025-01-30 12:50:09 -08:00
oauth Add a new @roo-code/types package and use it everywhere (#3912) 2025-05-26 12:06:45 -07:00
utils Message edit/delete overhaul (#5538) 2025-07-17 10:16:57 -04:00
App.tsx Message edit/delete overhaul (#5538) 2025-07-17 10:16:57 -04:00
index.css feature: add toggle for disable mcp server tool from prompt (#3551) 2025-06-20 19:14:59 -04:00
index.tsx PNPM + Turbo monorepo + Nightly releases (#3407) 2025-05-21 21:01:20 -07:00
preflight.css Bring most of Tailwind's preflight.css back 2025-02-03 12:18:28 -08:00
types.d.ts Welcome page OAuth (#1913) 2025-03-23 10:08:16 -04:00
vite-env.d.ts Remove lucide 2025-01-30 14:47:59 -08:00
webPreview.tsx feat: add integrated web preview with element selection (fixes #5971) 2025-07-20 04:07:08 +00:00