Roo-Code/webview-ui/src
Hannes Rudolph e60d6898df refactor: remove terminalOutputLineLimit and terminalOutputCharacterLimit settings
These settings were redundant with terminalOutputPreviewSize which controls
the preview shown to the LLM. The line/char limits were for UI truncation
which is now handled with hardcoded defaults (500 lines, 50K chars) since
they don't need to be user-configurable.

- Remove settings from packages/types schemas
- Remove DEFAULT_TERMINAL_OUTPUT_CHARACTER_LIMIT constant
- Update compressTerminalOutput() to use hardcoded limits
- Update ExecuteCommandTool to not pass limit parameters
- Update ClineProvider state handling
- Update webview context and settings
- Update tests to not use removed settings
2026-01-28 14:36:55 -07:00
..
__tests__ Move more types to @roo-code/types (for the cli) (#10583) 2026-01-09 11:59:06 -08:00
components refactor: remove terminalOutputLineLimit and terminalOutputCharacterLimit settings 2026-01-28 14:36:55 -07:00
context refactor: remove terminalOutputLineLimit and terminalOutputCharacterLimit settings 2026-01-28 14:36:55 -07:00
hooks feat: warn users when too many MCP tools are enabled (#10772) 2026-01-18 09:22:09 -05:00
i18n fix(parser): add read_command_output to NativeToolCallParser 2026-01-28 14:34:54 -07: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: add button to open markdown in VSCode preview (#10773) 2026-01-16 10:56:19 -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 ux: improve worktree selector and creation UX (#10940) 2026-01-24 22:06:37 +00:00
browser-panel.tsx Browser Use 2.0 (#8941) 2025-11-21 17:26:15 -05:00
index.css ux: improve worktree selector and creation UX (#10940) 2026-01-24 22:06:37 +00: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