Commit Graph

1849 Commits

Author SHA1 Message Date
Daniel Riccio
3ce2e0c6bf feat: update diff strategy dynamically
- Added `updateDiffStrategy` method to dynamically adjust the diff strategy based on the current state and experimental settings.
- Updated ClineProvider to call `updateDiffStrategy` when the experimental diff strategy is modified, ensuring real-time updates in the Cline instance.
2025-01-16 17:13:25 -05:00
Daniel Riccio
c0d0548479 test: add hunk splitting tests for handling large diffs with non-contiguous changes 2025-01-16 12:49:32 -05:00
Daniel Riccio
04f6e4f03f feat: implement hunk splitting strategy in diff application to better handle large diffs that might fail if the search fails 2025-01-16 12:49:02 -05:00
Matt Rubens
685ccbb7d1 Merge pull request #389 from RooVetGit/changeset-release/main
Changeset version bump
2025-01-16 10:54:32 -05:00
Matt Rubens
a5b2d5686e Update CHANGELOG.md 2025-01-16 10:51:09 -05:00
R00-B0T
36f301bc95 Updating CHANGELOG.md format 2025-01-16 15:47:14 +00:00
github-actions[bot]
415010c945 changeset version bump 2025-01-16 15:46:27 +00:00
Matt Rubens
f67f529dfb Merge pull request #388 from RooVetGit/more_auto_approve_fixes
More fixes to checkbox state
2025-01-16 10:45:30 -05:00
Matt Rubens
6254e74216 More fixes to checkbox state 2025-01-16 10:42:40 -05:00
Matt Rubens
852ac53bb3 Merge pull request #385 from RooVetGit/changeset-release/main
Changeset version bump
2025-01-16 03:47:42 -05:00
R00-B0T
60bc43c021 Updating CHANGELOG.md format 2025-01-16 08:46:39 +00:00
github-actions[bot]
9c4f5d14ac changeset version bump 2025-01-16 08:45:58 +00:00
Matt Rubens
4da326a293 Merge pull request #384 from RooVetGit/auto_approve_menu_fixes
Fixes to the auto approve menu
2025-01-16 03:45:03 -05:00
Matt Rubens
ee344facda Fixes to the auto approve menu 2025-01-16 03:42:38 -05:00
Matt Rubens
6e3919f5e2 Merge pull request #382 from RooVetGit/mrubens-patch-1
Readme updates
2025-01-16 02:08:05 -05:00
Matt Rubens
d6838c96ff Update README.md 2025-01-16 02:03:10 -05:00
Matt Rubens
c99a5948ee Update README.md 2025-01-16 02:00:46 -05:00
Matt Rubens
d17900adba Merge pull request #380 from RooVetGit/changeset-release/main
Changeset version bump
2025-01-16 01:08:22 -05:00
Matt Rubens
bae416fa46 Update CHANGELOG.md 2025-01-16 01:06:27 -05:00
github-actions[bot]
ea53327d56 changeset version bump 2025-01-16 06:04:43 +00:00
Matt Rubens
26c77ae575 Merge pull request #381 from RooVetGit/fix_vscode_lm
Fix VSCode LM
2025-01-16 01:03:46 -05:00
Matt Rubens
1b60d1e293 Fix VSCode LM 2025-01-16 01:00:07 -05:00
Matt Rubens
8ddd720d28 Merge pull request #379 from RooVetGit/auto_approve_menu
Auto approve menu
2025-01-16 00:26:02 -05:00
Matt Rubens
b65c8d0ec6 Customize for Roo 2025-01-15 23:48:53 -05:00
Saoud Rizwan
4b4905ec9e Add auto-approve UI and notification integration 2025-01-15 21:02:14 -05:00
Matt Rubens
201028b317 Merge pull request #372 from RooVetGit/changeset-release/main
Changeset version bump
2025-01-15 20:51:04 -05:00
Matt Rubens
48b61b7128 Update CHANGELOG.md 2025-01-15 20:48:44 -05:00
Matt Rubens
f3990e38d5 Update CHANGELOG.md 2025-01-15 20:44:06 -05:00
github-actions[bot]
1995eebc1f changeset version bump 2025-01-16 01:36:36 +00:00
Matt Rubens
3ef5ca5ffe Merge pull request #377 from RooVetGit/config_profile_bugfix
Fix bug switching config profiles
2025-01-15 20:35:43 -05:00
Matt Rubens
a34716c3d9 Fix bug switching config profiles 2025-01-15 20:34:35 -05:00
Matt Rubens
56d874f096 Merge pull request #369 from samhvw8/fix/roo-cline-select-api-config
fix api config profile
2025-01-15 20:32:48 -05:00
Matt Rubens
760c4c30a2 Merge remote-tracking branch 'origin/main' into fix/roo-cline-select-api-config 2025-01-15 20:11:17 -05:00
Abel Trejo Pineda
e0e2d2d7ca Merge pull request #373 from RooVetGit/chores/changeset-workflow-dispatch
Adding workflow_dispatch to changeset workflow
2025-01-15 15:39:18 -08:00
a8trejo
966a3b60db Adding workflow_dispatch to changeset workflow 2025-01-15 15:34:08 -08:00
Matt Rubens
50cae9b174 Merge pull request #367 from RooVetGit/vscode-lm-provider
Add VSCode-LM as a provider
2025-01-15 16:53:04 -05:00
Matt Rubens
c3c2fd9061 Merge pull request #320 from RooVetGit/o1_developer_role
Update openai package and use developer role message for o1
2025-01-15 16:04:24 -05:00
Matt Rubens
6e90bcf4a3 Update openai package and use developer role message for o1 2025-01-15 15:59:37 -05:00
Matt Rubens
15513f4031 Merge pull request #360 from punkpeye/pkce
feat: Glama add pkce
2025-01-15 14:11:04 -05:00
Daniel Riccio
36b7da07d2 fix: enhance error messaging in diff strategy to address potential issues with context lines and version targeting 2025-01-15 12:55:44 -05:00
Daniel Riccio
6c8d7f4951 fix: update tests to handle new experimental diff option and increase the default confidence to 1 2025-01-15 12:23:51 -05:00
Daniel Riccio
22069e8056 fix: remove misplaced async 2025-01-15 12:22:20 -05:00
Daniel Riccio
12f4cc739e fix: correct syntax in GlobalStateKey type definition by removing trailing comma 2025-01-15 11:59:48 -05:00
Daniel
df01edf781 Merge branch 'main' into new_unified 2025-01-15 11:53:27 -05:00
Daniel Riccio
f9a453a44f refactor: update edit and search strategies to use configurable confidence thresholds
- Modified applyContextMatching and applyDMP functions to accept a confidenceThreshold parameter, enhancing flexibility in edit strategies.
- Updated validateEditResult and related functions to utilize the new confidenceThreshold, improving consistency across validation processes.
- Adjusted findExactMatch, findSimilarityMatch, findLevenshteinMatch, and findAnchorMatch functions to incorporate confidenceThreshold, ensuring adaptive behavior based on user settings.
2025-01-15 10:54:25 -05:00
Matt Rubens
cff5b35174 Credit 2025-01-15 09:24:51 -05:00
sam hoang
26119644b3 remove console log 2025-01-15 21:24:20 +07:00
sam hoang
6476c43695 test: enhance jest test setup and add documentation structure
Add vscrui to jest transform ignore patterns
Add crypto.getRandomValues mock for tests
Initialize cline documentation structure with required files
2025-01-15 21:24:20 +07:00
sam hoang
40fd397407 fix api config profile 2025-01-15 21:24:18 +07:00
Matt Rubens
04da686275 Merge remote-tracking branch 'origin/main' into vscode-lm-provider 2025-01-15 09:18:55 -05:00