Roo-Code/webview-ui/src
hannesrudolph d899a36bd4 refactor: Remove LLM suggestion feature in favor of deterministic shell-quote parser
This commit simplifies the command pattern extraction implementation by:
- Removing all LLM-based command suggestion functionality
- Always using the shell-quote parser for deterministic command pattern extraction
- Eliminating the commandSuggestionsEnabled setting and related UI components
- Removing unnecessary complexity from the codebase

The shell-quote parser provides consistent and predictable results without
requiring LLM calls, making the feature more reliable and performant.
2025-07-15 14:10:18 -06:00
..
__tests__ fix: remove flaky SearchableSelect clear button test (#5489) 2025-07-08 20:38:15 -04:00
components refactor: Remove LLM suggestion feature in favor of deterministic shell-quote parser 2025-07-15 14:10:18 -06:00
context refactor: Remove LLM suggestion feature in favor of deterministic shell-quote parser 2025-07-15 14:10:18 -06:00
hooks feat: Add indexing status badge to chat view (#4429) (#4532) 2025-06-12 21:56:57 -04:00
i18n fix: add missing translations for disableLlmSuggestions setting 2025-07-15 12:19:06 -06: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 test: add comprehensive real-world test cases for command pattern parser 2025-07-15 13:51:40 -06:00
App.tsx fix: standardize tooltip delays to 300ms (#5090) (#5098) 2025-06-26 15:41:32 -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