Commit graph

2851 commits

Author SHA1 Message Date
ShayBC
c8ec2b6b70 Merge remote-tracking branch 'upstream/main' into sbc_add_subtasks 2025-03-01 16:32:18 +02:00
ShayBC
997f7bbe8a Improve error handling and messaging in Cline class and ClineProvider, removed unnecessary resume_task ask, added abandond=true flag to the abort() call. no more error in log due to resume task 2025-03-01 16:30:46 +02:00
Matt Rubens
2a7be4b0fc
Merge pull request #1277 from RooVetGit/mrubens-patch-4
Update ChatView.tsx
2025-03-01 07:25:10 -05:00
Chris Estreich
9be2f06b13
Merge pull request #1275 from RooVetGit/last_message_tokens
Estimate the number of tokens in the last message for sliding window math
2025-02-28 21:44:18 -08:00
Chris Estreich
e009d5f14c Fix e2e test paths 2025-02-28 21:40:47 -08:00
Chris Estreich
481d613bc8 Estimate the number of tokens in the last message for sliding window math 2025-02-28 21:34:53 -08:00
Chris Estreich
b3c1a9f89c
Merge pull request #1279 from RooVetGit/cte/decouple-integration-tests
Move integration tests into its own module
2025-02-28 21:27:18 -08:00
Chris Estreich
1d3f5380a8 Move integration tests into its own module 2025-02-28 21:23:11 -08:00
ShayBC
41ddb7d583 Resolved merge conflicts 2025-03-01 01:10:27 +02:00
Matt Rubens
4570ead71f
Update ChatView.tsx 2025-02-28 17:17:19 -05:00
Chris Estreich
2773208d06
Merge pull request #1276 from RooVetGit/cte/re-enable-tests 2025-02-28 12:07:32 -08:00
Chris Estreich
55466c9d6a
Merge pull request #1268 from feifei325/optimize-task-id-init
Optimize Task ID Initialization Order
2025-02-28 11:15:07 -08:00
Chris Estreich
e49d886d63 Re-enable tests 2025-02-28 10:21:52 -08:00
Chris Estreich
21b883b59b
Merge pull request #1236 from RooVetGit/cte/fix-terminal-output-parsing
Fix TerminalProcess output parsing
2025-02-28 10:18:07 -08:00
Chris Estreich
390932ea68
Merge pull request #1262 from RooVetGit/cte/lower-default-max-tokens
Fix maxTokens defaults for Claude 3.7 Sonnet models
2025-02-28 09:51:13 -08:00
Chris Estreich
4b66ce8255 Improve terminal command execution output parsing 2025-02-28 09:38:48 -08:00
Matt Rubens
7d60cc6f60
Merge pull request #1272 from RooVetGit/pr-template
Update pull_request_template.md
2025-02-28 12:31:05 -05:00
Matt Rubens
87785bb750
Update pull_request_template.md 2025-02-28 10:35:38 -05:00
Matt Rubens
6bdca5e69d
Update pull_request_template.md 2025-02-28 10:30:37 -05:00
Matt Rubens
1750247bca
Merge pull request #1271 from SamirSaji/bug/light-mood-dropdown-hover-color-fix
Fix: Resolve issue #1146 - UI color in 'light' mode causes dark background on dark text (context menu)
2025-02-28 10:22:11 -05:00
samir-nimbly
2773d39153 fix: dropdown hover color fix for white themes 2025-02-28 20:05:31 +05:30
yansheng3
0a81853d84 Optimize Task ID Initialization Order
Signed-off-by: yansheng3 <yansheng3@staff.weibo.com>
2025-02-28 19:28:45 +08:00
Chris Estreich
31d2d17847 Fix maxTokens defaults for Claude 3.7 Sonnet models 2025-02-28 01:15:44 -08:00
Chris Estreich
e1836f81d7
Merge pull request #1248 from RooVetGit/cte/consistent-history-copy
Make the copy action on history and history preview consistent
2025-02-28 01:12:53 -08:00
Chris Estreich
9b30065231 Make the copy action on history and history preview consistent 2025-02-28 08:25:04 -08:00
Chris Estreich
8fa770e9ea
Merge pull request #1256 from RooVetGit/cte/pretty-thinking
Prettier thinking blocks
2025-02-28 01:10:51 -08:00
Chris Estreich
360e47d641 Add changeset 2025-02-28 09:09:42 -08:00
Chris Estreich
b3fd1a2e23 Prettier thinking blocks 2025-02-28 09:08:58 -08:00
Chris Estreich
b6a9bc9d98
Merge pull request #1245 from RooVetGit/cte/delete-confirmation-enhancements
Delete task confirmation enhancements
2025-02-27 23:47:51 -08:00
Chris Estreich
21fed4cb79 Delete task confirmation enhancements 2025-02-27 22:26:13 -08:00
ShayBC
c04adc6dcb added error message back to the parent task in cases user stops, cancel or delete the subtask, to allow the parent task to resume and think how to continue 2025-02-28 06:19:13 +02:00
ShayBC
2c813663f2 added connection between task to its parent and root parent + adjusted cline mock in the provider test 2025-02-28 05:43:27 +02:00
ShayBC
b1dae213c5 removed cline instance type check to allow mocks 2025-02-28 04:54:14 +02:00
ShayBC
5651b35f89 added logs, error handling, and added console.log to the provider log method 2025-02-28 04:41:19 +02:00
ShayBC
03e0aa545b Resolved merge conflicts in Cline.ts and ClineProvider.ts 2025-02-28 03:33:13 +02:00
Chris Estreich
8fae1ca975
Merge pull request #1257 from RooVetGit/cte/unify-thinking-budget-setting 2025-02-27 17:04:45 -08:00
cte
8cbce2ded0 Add provider-agnostic modelMaxThinkingTokens setting 2025-02-27 16:06:47 -08:00
Chris Estreich
54c687485b
Merge pull request #1254 from lupuletic/added-new-thinking-support
Added support for Claude Sonnet 3.7 thinking via Vertex AI
2025-02-27 15:51:58 -08:00
Catalin Lupuleti
dd4fb6b309
Update src/shared/globalState.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-02-27 22:45:12 +00:00
Catalin Lupuleti
87b70cef83 Removed unnecessary comment 2025-02-27 22:20:35 +00:00
Catalin Lupuleti
2b3d23ebd7
Update src/shared/globalState.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-02-27 22:17:09 +00:00
Catalin Lupuleti
5eba1d53fb Added tests for Claude Sonnet Thinking 2025-02-27 22:15:17 +00:00
Catalin Lupuleti
3514f6506b Added support for Claude Sonnet 3.7 thinking via Vertex AI 2025-02-27 21:56:56 +00:00
ShayBC
c8b78dc7bf add support ro save paused tasks mode and change back to it once the task is resumed, also added subtasks logging 2025-02-27 23:33:54 +02:00
Matt Rubens
277175f375
Merge pull request #1253 from RooVetGit/changeset-release/main
Changeset version bump
2025-02-27 16:10:12 -05:00
Matt Rubens
75e7ef728d
Update CHANGELOG.md 2025-02-27 16:09:28 -05:00
Matt Rubens
3d0e054c56
Merge pull request #1249 from RooVetGit/custom_system_prompt
Allow users to set custom system prompts
2025-02-27 15:57:16 -05:00
R00-B0T
ca7d746990 Updating CHANGELOG.md format 2025-02-27 20:41:50 +00:00
github-actions[bot]
820ebc97c5 changeset version bump 2025-02-27 20:41:23 +00:00
Matt Rubens
203b1add84
Merge pull request #1250 from RooVetGit/gpt_4_5_preview
Add gpt-4.5-preview
2025-02-27 15:40:36 -05:00