Matt Rubens
2d176e5c92
Reduce the webview test output
2025-01-13 14:05:33 -05:00
Matt Rubens
4c292abf7a
Fix margins
2025-01-13 13:06:24 -05:00
Matt Rubens
c7bfcf3e8e
Merge pull request #349 from RooVetGit/changeset-release/main
...
Changeset version bump
2025-01-13 12:26:03 -05:00
R00-B0T
977349911f
Updating CHANGELOG.md format
2025-01-13 17:19:44 +00:00
github-actions[bot]
89f9b84418
changeset version bump
2025-01-13 17:19:02 +00:00
Matt Rubens
f77c036c89
Merge pull request #347 from RooVetGit/update_required_vscode_version
...
Update required vscode engine to ^1.84.0 to match cline
2025-01-13 12:18:03 -05:00
Matt Rubens
bf1b87e3cb
Update .changeset/early-mails-knock.md
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-01-13 08:14:24 -05:00
Matt Rubens
f1d01743fc
Update required vscode engine to ^1.84.0 to match cline
2025-01-13 07:57:01 -05:00
Matt Rubens
184fb7e7c0
Merge pull request #340 from RooVetGit/changeset-release/main
...
Changeset version bump
2025-01-12 15:06:44 -05:00
R00-B0T
d7b7a4fe2b
Updating CHANGELOG.md format
2025-01-12 20:04:48 +00:00
github-actions[bot]
a47302a869
changeset version bump
2025-01-12 20:04:10 +00:00
Matt Rubens
ed3954b63b
Merge pull request #339 from RooVetGit/more_tiny_tweaks_to_buttons
...
A couple more tiny tweaks to buttons
2025-01-12 15:03:10 -05:00
Matt Rubens
b53d63abda
A couple more tiny tweaks to buttons
2025-01-12 14:59:11 -05:00
Matt Rubens
e493f0501f
Merge pull request #335 from RooVetGit/changeset-release/main
...
Changeset version bump
2025-01-12 14:13:56 -05:00
Matt Rubens
09386dbc95
Update CHANGELOG.md
2025-01-12 14:13:35 -05:00
Matt Rubens
b70143b253
Merge pull request #337 from RooVetGit/mrubens-patch-1
...
Update README.md
2025-01-12 14:12:54 -05:00
Matt Rubens
41d04c44e7
Update README.md
2025-01-12 14:12:26 -05:00
Matt Rubens
d42ee4d04d
Update README.md
2025-01-12 14:11:24 -05:00
R00-B0T
9d532e28c1
Updating CHANGELOG.md format
2025-01-12 19:09:14 +00:00
github-actions[bot]
67398adde6
changeset version bump
2025-01-12 19:08:33 +00:00
Matt Rubens
c3590fac46
Merge pull request #334 from RooVetGit/3.0-fixes
...
Small fixes
2025-01-12 14:07:39 -05:00
Matt Rubens
5698d10113
Small fixes
2025-01-12 14:05:35 -05:00
Matt Rubens
4baa8a9faa
Merge pull request #333 from RooVetGit/mrubens-patch-1
...
Update CHANGELOG.md
2025-01-12 14:00:09 -05:00
Matt Rubens
5413cda98d
Update CHANGELOG.md
2025-01-12 13:59:30 -05:00
Matt Rubens
295a0527c4
Merge pull request #331 from RooVetGit/changeset-release/main
...
Changeset version bump
2025-01-12 13:30:51 -05:00
github-actions[bot]
2ffee32632
changeset version bump
2025-01-12 18:28:28 +00:00
Matt Rubens
43916fc2d2
Merge pull request #332 from RooVetGit/add_capabilities_back_to_the_prompt
...
Add the capabilities section back to the system prompt
2025-01-12 13:27:34 -05:00
Matt Rubens
fde8238a96
Add the capabilities section back to the system prompt
2025-01-12 13:23:27 -05:00
Matt Rubens
d398bea8b9
Merge pull request #330 from RooVetGit/chat_modes
...
Chat modes
2025-01-12 13:14:02 -05:00
Matt Rubens
45a151327e
Release
2025-01-12 13:11:52 -05:00
Matt Rubens
344c796f2e
Chat modes
2025-01-12 13:11:52 -05:00
Matt Rubens
ae9a35b7b1
Merge pull request #317 from RooVetGit/better_retry_ux
...
Improve the UX for API request retries
2025-01-10 20:13:27 -05:00
Matt Rubens
97a93ba731
Improve the UX for API request retries
2025-01-10 20:11:16 -05:00
Daniel Riccio
f007f64344
refactor: increase minimum confidence threshold in search strategies
...
- Updated the minimum confidence level from 0.95 to 0.97 to enhance the accuracy of search results.
- Adjusted confidence calculation in the findLevenshteinMatch function to ensure more reliable matching.
2025-01-10 17:36:43 -05:00
Daniel Riccio
0d004b5c77
refactor: increase context lines in NewUnifiedDiffStrategy
...
- Updated the maximum context lines from 3 to 6 in the parseUnifiedDiff method to provide more context around changes.
2025-01-10 17:35:22 -05:00
Daniel Riccio
6d68edef3e
refactor: implement Git fallback strategy in edit processing
...
- Introduced a new Git fallback strategy for handling edits when confidence levels are low.
- Replaced the previous Git edit strategy with a more robust approach that utilizes temporary directories and commits for original, search, and replace states.
- Enhanced error handling and logging for better debugging during the edit process.
- Updated the main edit function to incorporate the Git fallback strategy, ensuring it is attempted when other strategies fail.
- Improved overall structure and readability of the applyGitFallback function, streamlining the process of applying changes using Git.
2025-01-10 17:34:44 -05:00
Daniel Riccio
058431eaf1
chore: update dependencies
...
- Added @types/tmp and simple-git dependencies.
- Updated tmp dependency version to 0.2.3.
- Removed isomorphic-git and memfs dependencies.
2025-01-10 17:32:54 -05:00
Matt Rubens
0100d6cff5
Merge pull request #313 from RooVetGit/system_prompt_snapshots
...
Add snapshot tests for system prompts to ensure modifications are intentional
2025-01-09 23:06:21 -05:00
Matt Rubens
f5dfa8a486
Add snapshot tests for system prompts to ensure modifications are intentional
2025-01-09 23:01:12 -05:00
Daniel Riccio
ab31aea551
refactor: enhance context handling and confidence validation in edit strategies
...
- Improved the applyContextMatching function to better track context lines and handle changes more accurately.
- Updated the applyEdit function to enforce a stricter confidence check, now requiring a confidence level of 1 for successful edits.
- Refined the processing logic for addition and removal changes, ensuring more reliable diff application.
- Enhanced debugging capabilities with clearer logging and validation checks for edit results.
2025-01-09 16:38:32 -05:00
Mike C
bcebba8dd8
Merge pull request #307 from RooVetGit/chore/ovsxPublish
...
adding ability to publish to OVSX as part of publish workflow
2025-01-09 12:39:49 -06:00
ColemanRoo
1a165522aa
adding ability to publish to OVSX as part of publish workflow
2025-01-09 12:34:58 -06:00
Matt Rubens
f7759c1be5
Merge pull request #295 from RooVetGit/add_coverage
...
Add test coverage
2025-01-09 12:34:05 -05:00
Matt Rubens
0429cc5d97
Merge pull request #304 from RooVetGit/windsurfrules
...
Read in conventions from .windsurfrules files as well
2025-01-09 12:33:43 -05:00
Daniel Riccio
5351b3d981
refactor: improve the prompt to prevent absurd amounts of context being generated
2025-01-09 12:05:36 -05:00
Matt Rubens
e8b9d90ac8
Merge pull request #306 from RooVetGit/changeset-release/main
...
Changeset version bump
2025-01-09 10:52:35 -05:00
R00-B0T
16e1191d97
Updating CHANGELOG.md format
2025-01-09 15:49:42 +00:00
github-actions[bot]
4d9aff1e24
changeset version bump
2025-01-09 15:49:02 +00:00
Matt Rubens
748556528a
Merge pull request #305 from RooVetGit/only_load_context_in_user_input
...
Only load context and parse @-mentions in user input
2025-01-09 10:47:56 -05:00
Matt Rubens
48edfe6689
Only load context and parse @-mentions in user input
2025-01-09 10:40:38 -05:00