mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +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 |
||
|---|---|---|
| .. | ||
| audio | ||
| public | ||
| src | ||
| .gitignore | ||
| browser-panel.html | ||
| components.json | ||
| eslint.config.mjs | ||
| index.html | ||
| package.json | ||
| tsconfig.json | ||
| turbo.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||
| vitest.setup.ts | ||