mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
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 |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| browser-session | ||
| chat | ||
| cloud | ||
| common | ||
| history | ||
| marketplace | ||
| mcp | ||
| modes | ||
| settings | ||
| ui | ||
| welcome | ||
| ErrorBoundary.tsx | ||