Chris Estreich
72358f2742
Add tests + benchmark for parseAssistantMessage V1 + 2 ( #3538 )
2025-05-13 08:05:41 -07:00
xyOz
86a03798d5
Greyscreen fix ( #3474 )
...
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
2025-05-12 22:39:07 -04:00
Chris Estreich
7cea2e8bc4
Move presentAssistantMessage into its own module ( #3345 )
2025-05-08 11:59:03 -07:00
Matt Rubens
547874eed7
Revert "Fix: Preserve editor state and prevent tab unpinning during diffs" ( #2956 )
...
Revert "Fix: Preserve editor state and prevent tab unpinning during diffs (#2…"
This reverts commit c2dd743aeb .
2025-04-25 16:04:38 -04:00
seedlord
c2dd743aeb
Fix: Preserve editor state and prevent tab unpinning during diffs ( #2857 )
...
- Maintains editor view column state when closing and reopening files during diff operations, ensuring tabs stay opened in their original position.
- Prevents closing the original editor tab when opening the diff view, preserving pinned status when applying changes via write_to_file or apply_diff.
- Updates VSCode workspace launch flag from -n to -W for compatibility.
2025-04-23 02:45:35 -04:00
Matt Rubens
e5ac33a146
Merge pull request #996 from qdaxb/optimize_diagnostics
...
Reduce the probability of errors when the model tries to fix the problems
2025-03-09 21:38:03 -04:00
Matt Rubens
585d5aba5a
Strip all BOMs
2025-03-08 18:44:03 -05:00
Matt Rubens
4cf7754e65
Strip BOM when applying diffs
2025-03-08 17:50:49 -05:00
axb
fbf65bfc6c
Reduce the probability of errors when the model tries to fix the problem due to mismatched line numbers after applying diff
2025-02-15 00:04:17 +08:00
Matt Rubens
2ffb009e6a
Speed up diff edits
2025-01-27 02:52:05 -05:00
Matt Rubens
b8e0aa0cde
Custom modes
2025-01-21 09:39:54 -05:00
Matt Rubens
60a0a824b9
Prettier backfill
2025-01-17 14:11:28 -05:00
Matt Rubens
5d930981a4
More flexibility for LLMs not being great at this
2024-12-19 09:50:34 -05:00
Matt Rubens
ef9c468f17
Use predicted length as input for detecting omissions
2024-12-19 00:54:06 -05:00
Matt Rubens
8159c51b03
Update omission format and keywords
2024-12-15 15:42:37 -05:00
Matt Rubens
413f10650f
Stop appending newlines to files when applying diffs
2024-12-11 12:42:14 -05:00
Matt Rubens
c0b070e6f0
Improvements to apply_diff ( #52 )
2024-12-08 10:51:40 -05:00
Mark Percival
93e70c62f1
Chore: Prettier for consistant formatting ( #794 )
...
* Chore: Pretier for consistant formatting
- TODO: This PR needs to be updated by Saoud after he runs `npm install` & `npm format:fix` and commits the results of the prettier changes.
* Revert prettier config
* Run npm install
* Fix prettier config and ignore package lock
* Run format
---------
Co-authored-by: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com>
2024-11-21 13:13:54 -08:00
Saoud Rizwan
cbf942e700
Return updated file content when user makes edits to cline's suggestions
2024-10-18 07:43:09 -04:00
Saoud Rizwan
364f0921ba
Fixes
2024-10-17 06:07:04 -04:00
Saoud Rizwan
717d83b5cb
Only show warning if truncation comment is in new content
2024-10-17 06:02:16 -04:00
Saoud Rizwan
0d09897aa6
Fixes
2024-10-17 05:45:07 -04:00
Saoud Rizwan
b33abaa8b5
Detect code omission and show warning with troubleshooting link
2024-10-17 05:31:48 -04:00
Saoud Rizwan
24292759b3
Move cursor to beginning of file during stream animation
2024-10-17 03:46:34 -04:00
Saoud Rizwan
5a94f6434b
Fix diff editor not opening on slow machines
2024-10-16 10:02:35 -04:00
Saoud Rizwan
cc4825efc3
Fix issue where cline's edits would stream into active editor instead of diff view editor
2024-10-11 01:22:50 -04:00
Saoud Rizwan
31f5fabc54
Refactor cline-diff
2024-10-09 01:49:59 -04:00
Saoud Rizwan
c04dfc76cb
Misc refactor cline
2024-10-09 01:49:59 -04:00
Saoud Rizwan
c2a2e1b54c
Add text decorations based edit streaming
2024-10-09 01:49:55 -04:00
Saoud Rizwan
20c1984fb0
Refactor DiffViewProvider
2024-10-09 01:49:55 -04:00
Saoud Rizwan
8b243fa536
Refactor file editing to DiffViewProvider
2024-10-09 01:49:55 -04:00
Saoud Rizwan
912ae07cbc
Get write_to_file streaming working
2024-10-09 01:49:54 -04:00