Roo-Code/webview-ui/src/components
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
..
account fix: standardize tooltip delays to 300ms (#5090) (#5098) 2025-06-26 15:41:32 -04:00
chat fix: prevent full command chains from being extracted as patterns 2025-07-15 13:33:18 -06:00
common Give Mermaid buttons a light background in light mode (#5342) 2025-07-02 10:58:35 -04:00
history More tweaks to chatview layout (#5643) 2025-07-12 20:05:18 -04:00
human-relay fix: Adjust the style of the HumanRelayDialog component to increase the maximum height and spacing of the content area (#1791) 2025-03-19 00:09:04 -04:00
marketplace fix: standardize tooltip delays to 300ms (#5090) (#5098) 2025-06-26 15:41:32 -04:00
mcp Link to marketplace from modes and MCP tab (#5580) 2025-07-11 01:05:32 -04:00
modes Link to marketplace from modes and MCP tab (#5580) 2025-07-11 01:05:32 -04:00
settings refactor: Remove LLM suggestion feature in favor of deterministic shell-quote parser 2025-07-15 14:10:18 -06:00
ui Clean up MCP tool disabling (#5576) 2025-07-10 14:36:09 -04:00
welcome fix: standardize tooltip delays to 300ms (#5090) (#5098) 2025-06-26 15:41:32 -04:00