Roo-Code/webview-ui/src
Roo Code 9a05952af7 feat: add collapsed code snippet display in chat input
Implements a feature to show code context as compact chips in the chat
input box rather than displaying full code text. When selecting code and
adding to context, it now appears as a collapsed chip showing the file
path and line range.

Features:
- CodeSnippet type for structured code references
- CodeSnippetChip component for compact display of code references
- Multiple code snippets can be added and displayed as chips
- Full code content is expanded when sending to AI
- Remove button on each chip to remove snippets

Relates to #10085
2026-01-07 14:52:44 -07:00
..
__tests__ chore: remove human-relay provider (#10388) 2025-12-30 15:38:46 -07:00
components feat: add collapsed code snippet display in chat input 2026-01-07 14:52:44 -07:00
context feat: recursively load .roo/rules and AGENTS.md from subdirectories (#10446) 2026-01-03 15:05:48 -05:00
hooks Add config to control public sharing (#10105) 2025-12-15 21:58:15 -05:00
i18n feat: rename YOLO to BRRR (#10507) 2026-01-07 10:03:37 -05:00
lib Add shadcn/ui + Storybook 2025-01-30 12:50:09 -08:00
oauth Remove Glama provider (#9801) 2025-12-10 14:08:29 -08:00
utils feat: remove strict ARN validation for Bedrock custom ARN users (#10110) 2025-12-15 23:25:41 -05:00
vite-plugins fix: prevent empty mode names from being saved (fixes #5766) (#5767) 2025-08-04 11:03:34 -07:00
App.tsx chore: remove human-relay provider (#10388) 2025-12-30 15:38:46 -07:00
browser-panel.tsx Browser Use 2.0 (#8941) 2025-11-21 17:26:15 -05:00
index.css ux: Provider-centric signup (#10306) 2025-12-23 14:59:29 -08: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