qwen-code/packages/cli/src/ui/utils
fuyou ef46d64ae5
Fix(grep): memory overflow in grep search and enhance test coverage (#5911)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
2025-08-22 06:10:45 +00:00
..
__snapshots__ feat: Add option to hide line numbers in code blocks (#5857) 2025-08-08 22:11:14 +00:00
clipboardUtils.test.ts feat: Add clipboard image paste support for macOS (#1580) 2025-07-12 04:06:49 +00:00
clipboardUtils.ts feat: Add clipboard image paste support for macOS (#1580) 2025-07-12 04:06:49 +00:00
CodeColorizer.tsx chore(compiler): Enable strict property access TS compiler flag. (#6255) 2025-08-17 16:43:21 +00:00
commandUtils.test.ts fix: copy command gets stuck (#6482) 2025-08-20 18:42:42 +00:00
commandUtils.ts fix: copy command gets stuck (#6482) 2025-08-20 18:42:42 +00:00
computeStats.test.ts feat: add file change tracking to session metrics (#6094) 2025-08-19 05:57:53 +00:00
computeStats.ts feat: add file change tracking to session metrics (#6094) 2025-08-19 05:57:53 +00:00
ConsolePatcher.ts fix(logging): Ensure sandbox startup messages are routed to stderr (#5725) 2025-08-07 00:19:10 +00:00
displayUtils.test.ts Revert "Update semantic color tokens" (#6365) 2025-08-16 03:18:31 +00:00
displayUtils.ts Revert "Update semantic color tokens" (#6365) 2025-08-16 03:18:31 +00:00
formatters.test.ts feat: Add UI for /stats slash command (#883) 2025-06-10 15:59:52 -04:00
formatters.ts feat: Change /stats to include more detailed breakdowns (#2615) 2025-06-30 00:44:33 +00:00
InlineMarkdownRenderer.tsx Fix URL truncation in CLI display components #5902 (#5925) 2025-08-18 05:26:34 +00:00
isNarrowWidth.ts feat(ui): Improve UI layout adaptation for narrow terminals (#5651) 2025-08-07 22:55:53 +00:00
kittyProtocolDetector.ts Add terminal setup command for Shift+Enter and Ctrl+Enter support (#3289) 2025-08-13 17:32:54 +00:00
MarkdownDisplay.test.tsx Fix(grep): memory overflow in grep search and enhance test coverage (#5911) 2025-08-22 06:10:45 +00:00
MarkdownDisplay.tsx Fix(grep): memory overflow in grep search and enhance test coverage (#5911) 2025-08-22 06:10:45 +00:00
markdownUtilities.test.ts Remove terminal tool and dependencies. 2025-05-11 12:35:55 -07:00
markdownUtilities.ts Various spelling improvements (#3497) 2025-07-21 21:54:44 +00:00
platformConstants.ts fix(input): Handle numpad enter key in kitty protocol terminals (#6341) 2025-08-15 19:30:57 +00:00
TableRenderer.tsx Revert "Update semantic color tokens" (#6365) 2025-08-16 03:18:31 +00:00
terminalSetup.ts chore(compiler): Enable strict property access TS compiler flag. (#6255) 2025-08-17 16:43:21 +00:00
textUtils.ts feat(settings) support editing string settings. (#6732) 2025-08-21 23:43:56 +00:00
updateCheck.test.ts chore(compiler): Enable strict property access TS compiler flag. (#6255) 2025-08-17 16:43:21 +00:00
updateCheck.ts chore(compiler): Enable strict property access TS compiler flag. (#6255) 2025-08-17 16:43:21 +00:00