| .. |
|
__snapshots__
|
Improve code coverage for cli package (#13724)
|
2025-11-24 17:41:46 +00:00 |
|
bracketedPaste.ts
|
Restore bracketed paste mode after external editor exit (#13606)
|
2025-11-21 21:20:37 +00:00 |
|
clipboardUtils.test.ts
|
feat(ui): add Windows clipboard image support and Alt+V paste workaround (#15218)
|
2025-12-17 22:05:25 +00:00 |
|
clipboardUtils.ts
|
feat(ui): add Windows clipboard image support and Alt+V paste workaround (#15218)
|
2025-12-17 22:05:25 +00:00 |
|
clipboardUtils.windows.test.ts
|
feat(ui): add Windows clipboard image support and Alt+V paste workaround (#15218)
|
2025-12-17 22:05:25 +00:00 |
|
CodeColorizer.test.tsx
|
feat(ui) Make useAlternateBuffer the default (#12976)
|
2025-11-13 05:17:46 +00:00 |
|
CodeColorizer.tsx
|
feat(ui) Make useAlternateBuffer the default (#12976)
|
2025-11-13 05:17:46 +00:00 |
|
commandUtils.test.ts
|
Disallow redundant typecasts. (#15030)
|
2025-12-13 01:43:43 +00:00 |
|
commandUtils.ts
|
feat: auto-execute on slash command completion functions (#14584)
|
2025-12-08 21:32:39 +00:00 |
|
computeStats.test.ts
|
Show raw input token counts in json output. (#15021)
|
2025-12-16 02:47:39 +00:00 |
|
computeStats.ts
|
Show raw input token counts in json output. (#15021)
|
2025-12-16 02:47:39 +00:00 |
|
ConsolePatcher.ts
|
Migrate console to coreEvents.emitFeedback or debugLogger (#15219)
|
2025-12-29 20:46:10 +00:00 |
|
directoryUtils.test.ts
|
feat: add folder suggestions to /dir add command (#15724)
|
2026-01-02 21:08:11 +00:00 |
|
directoryUtils.ts
|
feat: add folder suggestions to /dir add command (#15724)
|
2026-01-02 21:08:11 +00:00 |
|
displayUtils.test.ts
|
feat: Add red threshold for getStatusColor util (#9789)
|
2025-09-29 22:42:33 +00:00 |
|
displayUtils.ts
|
feat: Add red threshold for getStatusColor util (#9789)
|
2025-09-29 22:42:33 +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 |
|
highlight.test.ts
|
feat: terse transformations of image paths in text buffer (#4924)
|
2025-12-23 20:46:09 +00:00 |
|
highlight.ts
|
feat: terse transformations of image paths in text buffer (#4924)
|
2025-12-23 20:46:09 +00:00 |
|
InlineMarkdownRenderer.test.ts
|
fix(ui): misaligned markdown table rendering (#8336)
|
2025-12-01 23:26:48 +00:00 |
|
InlineMarkdownRenderer.tsx
|
Migrate console to coreEvents.emitFeedback or debugLogger (#15219)
|
2025-12-29 20:46:10 +00:00 |
|
input.test.ts
|
alternate buffer support (#12471)
|
2025-11-03 21:41:58 +00:00 |
|
input.ts
|
alternate buffer support (#12471)
|
2025-11-03 21:41:58 +00:00 |
|
isNarrowWidth.ts
|
feat(ui): Improve UI layout adaptation for narrow terminals (#5651)
|
2025-08-07 22:55:53 +00:00 |
|
MarkdownDisplay.test.tsx
|
Fix markdown rendering on Windows (#10185)
|
2025-09-29 20:38:27 +00:00 |
|
MarkdownDisplay.tsx
|
Support ink scrolling final pr (#12567)
|
2025-11-11 15:50:11 +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 |
|
mouse.test.ts
|
Only warn about mouse movement when the mouse is down. (#13101)
|
2025-11-14 22:55:05 +00:00 |
|
mouse.ts
|
Fix multiple bugs with auth flow including using the implemented but unused restart support. (#13565)
|
2025-11-21 16:31:47 +00:00 |
|
TableRenderer.tsx
|
feat(ui): Semantic tokens refactor (#8087)
|
2025-09-10 17:57:07 +00:00 |
|
terminalCapabilityManager.test.ts
|
Added modifyOtherKeys protocol support for tmux (#15524)
|
2025-12-25 19:09:38 +00:00 |
|
terminalCapabilityManager.ts
|
Added modifyOtherKeys protocol support for tmux (#15524)
|
2025-12-25 19:09:38 +00:00 |
|
terminalSetup.test.ts
|
feat: Detect background color (#15132)
|
2025-12-18 18:36:48 +00:00 |
|
terminalSetup.ts
|
feat: Detect background color (#15132)
|
2025-12-18 18:36:48 +00:00 |
|
textOutput.test.ts
|
fix(cli): Add delimiter before printing tool response in non-interactive mode (#11351)
|
2025-10-27 14:57:54 +00:00 |
|
textOutput.ts
|
refactor(stdio): always patch stdout and use createWorkingStdio for clean output (#14159)
|
2025-12-02 23:08:25 +00:00 |
|
textUtils.test.ts
|
Preserve tabs on paste (#12735)
|
2025-11-10 15:37:43 +00:00 |
|
textUtils.ts
|
Preserve tabs on paste (#12735)
|
2025-11-10 15:37:43 +00:00 |
|
ui-sizing.test.ts
|
Improve code coverage for cli package (#13724)
|
2025-11-24 17:41:46 +00:00 |
|
ui-sizing.ts
|
feat(ui) Make useAlternateBuffer the default (#12976)
|
2025-11-13 05:17:46 +00:00 |
|
updateCheck.test.ts
|
refactor(core): Move getPackageJson utility to core package (#12224)
|
2025-10-29 20:23:35 +00:00 |
|
updateCheck.ts
|
refactor(core): Move getPackageJson utility to core package (#12224)
|
2025-10-29 20:23:35 +00:00 |