Cline Evaluation
6c47af3066
added copy buttons to assistant messages that show up on hover
2025-05-07 20:44:20 -07:00
Cline Evaluation
9c667bbe31
changeset
2025-05-07 19:42:56 -07:00
Cline Evaluation
11408dc602
copy button in task header
2025-05-07 19:42:18 -07:00
Ara
facec93082
Adding Mistral 3 medium model ( #3366 )
...
* Fixing Gemini and vertex cache pricing
* Fixing Gemini and vertex cache pricing
2025-05-08 05:46:09 +05:30
Saoud Rizwan
c040be9eb1
Disables autocaptures when initializing feature flags
2025-05-07 15:55:33 -05:00
Evan and Elephant Lumps
8d3cf53289
Docs: image links ( #3350 )
...
* add cdn image links
* changeset
---------
Co-authored-by: Elephant Lumps <celestial_vault@Elephants-MacBook-Pro.local >
2025-05-07 13:41:42 -05:00
Trevor Hudson
83c4a82e6d
Diable auto track ( #3364 )
...
* disable autocatpure
* changeset
2025-05-07 11:32:33 -07:00
Toshii
6ad11badf3
Systematic selection of gemini models w/ caching ( #3343 )
...
* no more updating gemini models
* changeset
2025-05-07 10:07:45 -07:00
Tomás Barreiro
39c7da301c
fix path tests on windows ( #3276 )
2025-05-07 22:22:58 +05:30
DrobConsulting
5275f2eabc
Updated OpenAiHandler to support Azure GCC region ( #3235 )
...
- Added a check for azureApiVersion to determine if the endpoint is an Azure endpoint.
- Included conditions to check for 'azure.com' and 'azure.us' in the openAiBaseUrl.
- Ensured that the openAiModelId does not include 'deepseek' when determining the Azure endpoint.
2025-05-07 01:06:12 -07:00
Caleb Eom and Cline Evaluation
7cf68ff279
Improve time display and filter out resume_task in Task Timeline ( #3333 )
...
* Improve time display and filter out resume_task in Task Timeline
* changeset
* polishing it up a little
* a little bigger
* more tooltips + task header
* further refinement
* spacing
* moving delete button up one row conditionally
* removed log
---------
Co-authored-by: Cline Evaluation <cline@example.com >
2025-05-07 02:02:41 -05:00
Evan and Elephant Lumps
b8af02ebaa
Stop doomscrolling ( #3354 )
...
* disable auto scroll on user scroll up
* changeset
---------
Co-authored-by: Elephant Lumps <celestial_vault@Elephants-MacBook-Pro.local >
2025-05-07 01:29:57 -05:00
Ara
904df9f361
Enhance DiffViewProvider to preserve focus when opening text documents ( #3346 )
2025-05-06 22:52:44 -05:00
canvrno
ca3cf185cf
[PROTOBUS] Move showTaskWithID to protobus ( #3283 )
...
* showTaskWithID protobus migration
* replaced ShowTaskWithIdRequest with generic stringRequest
* prettier
2025-05-06 19:21:37 -07:00
canvrno
a02bf11c81
getLmStudioModels protobus migration ( #3341 )
2025-05-06 19:21:17 -07:00
canvrno
5f4b8078dc
reenable tests in workflow ( #3347 )
2025-05-06 19:16:11 -07:00
monotykamary
1f573955ff
feat: add gemini-2.5-pro-preview-05-06 model ( #3332 )
...
* feat: add gemini-2.5-pro-preview-05-06 model
* chore: remove gemini-2.5-pro-preview-03-25
2025-05-06 16:36:40 -07:00
zapp88
dbba0ef776
Ability to generate commit message with cline. ( #3318 )
...
* Add handling of git message
* ✨ Add commit message generation feature
- Implemented commit message generation functionality in controller
- Added new command to generate commit messages from git diff
- Added error handling for commit message generation
- Updated API handler to support commit message generation
- Added new icon for commit message command
- Updated keybindings for commit message generation
- Added command to command palette for easier access
- Improved error handling and logging
- Added support for generating commit messages from staged changes
- Updated documentation and comments
* Handle user dismissing the dialog (selectedAction is undefined)
* Apply code review suggestions
No default keybinding
The task is not cancelable
Unused import removed
Cleaner message
2025-05-06 16:26:35 -07:00
d14345f605
Feature Flags Node ( #3312 )
...
* add featureFlagProvider service
* changeset
* import telemetryService
---------
Co-authored-by: Elephant Lumps <celestial_vault@mac.mynetworksettings.com >
Co-authored-by: Elephant Lumps <celestial_vault@Elephants-MacBook-Pro.local >
2025-05-06 16:26:00 -07:00
user202729
2059e84701
Add audio type to McpToolCallResponse ( #3289 )
2025-05-06 16:25:37 -07:00
José Luis Di Biase
f4a9d5f4f3
Bump ollama from 0.5.13 to 0.5.15: To support proxy/Basic auth ( #3335 )
2025-05-06 16:22:25 -07:00
Toshii
6303a77e8a
Update Cline provider trending model ( #3345 )
...
* change recommended model
* changeset
2025-05-06 15:03:01 -07:00
Toshii
2963aa5e93
fetch cache details from OR/Cline provider generation endpoint ( #3340 )
...
* fetch cache details from generation endpoint
* changeset
2025-05-06 14:25:45 -07:00
cfc133acd3
PROTOBUS: Streaming, State, Service Auto-Config ( #3253 )
...
* round 1
* round 2 - searchFiles integration attempt
* undo streaming search experiments
* Start state.proto and related migrations
* state subscription
* get the main state flow using it
* correct stream ending early, debug statements
* clean up build-proto service config
* autogenerate index.tses
* auto-generate grpc-client service exports
* rename web-content -> web to make codegen work
* cleaned up streaming flow & cancels
* v3.14.0 Release Notes
v3.14.0 Release Notes
* prettier
* uhh prettier ?
* rename GrpcRequestRegistry file
* auto-generate directory for new services in the config
* generate template proto if it doesn't exist and provide instructions
* format fix
* add models service back to new system
---------
Co-authored-by: Andrei Edell <andrei@nugbase.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-06 13:42:36 -07:00
311cb3ac0a
Rest of docs ( #3339 )
...
* add enterprise section to new docs
* changeset
* migrate mcp docs
* changeset
* migrate more info section
* changeset
* reorder entries
---------
Co-authored-by: Elephant Lumps <celestial_vault@Elephants-MacBook-Pro.attlocal.net >
Co-authored-by: Elephant Lumps <celestial_vault@Elephants-MacBook-Pro.local >
Co-authored-by: Elephant Lumps <celestial_vault@mac.mynetworksettings.com >
2025-05-06 15:14:53 -05:00
canvrno
06fc419a15
searchFiles protobus migration ( #3261 )
2025-05-06 11:40:38 -07:00
10f7b8ca9e
Migrate custom model configs section new docs ( #3304 )
...
* migrate custom model config section
* changeset
---------
Co-authored-by: Elephant Lumps <celestial_vault@mac.mynetworksettings.com >
Co-authored-by: Elephant Lumps <celestial_vault@Elephants-MacBook-Pro.local >
2025-05-06 11:16:54 -07:00
bc9eaeeff7
Migrate running models locally section new docs ( #3305 )
...
* migrate run models locally section
* changeset
---------
Co-authored-by: Elephant Lumps <celestial_vault@mac.mynetworksettings.com >
Co-authored-by: Elephant Lumps <celestial_vault@Elephants-MacBook-Pro.local >
2025-05-06 11:16:34 -07:00
canvrno
94fc619196
[PROTOBUS] Move exportTaskWithId to protobus ( #3285 )
...
* exportTaskWithId protobus migration
* rebase fixes
2025-05-06 11:06:37 -07:00
canvrno
7084e74372
getOllamaModels protobus migration ( #3317 )
2025-05-06 11:06:01 -07:00
Toshii
dd35bce141
Breakpoint just in first user message for gemini for OR and cline provider ( #3319 )
...
* breakpoint just in system prompt
* changeset
* user message included
2025-05-06 08:50:22 -07:00
f1ed93add8
Task timeline ( #3264 )
...
* v3.14.0 Release Notes
v3.14.0 Release Notes
* Task Timeline
* Task Timeline
* Formatting Plan Mode Respond
* changeset
* Update webview-ui/src/components/chat/TaskTimeline.tsx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Default scroll to right. Change read file colour
* Fixing Colour coding, and adding hover state in tool tip
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-05-06 15:47:19 +05:30
David Nanyan
a43da8d66b
Allow users to create issue via CLI with prefilled system and os info ( #3250 )
...
* Change bug report template
* it should be text area
* [TRIVIAL] Add npm script for issue creation
* Adjust script & add changeset
* Use cline repo
* remove comment
* open should work on any platform
2025-05-06 13:13:20 +05:30
062bb5bb64
Trevhud/telemetry optimization ( #3263 )
...
* add collection method
* collect messages
* changeset
* remove commented out parts
* remove check to send events anytime a new task is created while on an existing task
* Update src/core/controller/task/clearTask.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Update src/services/telemetry/TelemetryService.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Lower border radius
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Co-authored-by: Ara <arafat.da.khan@gmail.com >
2025-05-06 10:52:20 +05:30
Peter Dave Hello
b667224c13
Extend ReasoningEffort to non-o3-mini reasoning models for all providers ( #3036 )
...
It's somehow locked to o3-mini for some providers, and the description,
should be updated for all OpenAI o series reasoning models.
2025-05-06 10:25:10 +05:30
ffbafab5e2
Migrate prompting folder new docs ( #3254 )
...
* migrate prompting section
* changeset
---------
Co-authored-by: Elephant Lumps <celestial_vault@mac.mynetworksettings.com >
Co-authored-by: Elephant Lumps <celestial_vault@Elephants-MacBook-Pro.local >
2025-05-05 21:07:30 -07:00
Peter Dave Hello
3e9c83b99d
Add the o4-mini model in the isOminiModel ( #3035 )
2025-05-05 20:58:58 -07:00
canvrno
9eea9d04b5
getRelativePaths protobus migration ( #3259 )
2025-05-05 20:47:06 -07:00
canvrno and github-actions[bot]
c83957660a
[PROTOBUS] Move ruleFile conversions to /file/ ( #3262 )
...
* v3.14.0 Release Notes
* v3.14.0 Release Notes
* move rule file conversions
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-05 19:05:02 -07:00
canvrno
cb7234f967
[PROTOBUS] Move deleteTasksWithIds to protobus ( #3282 )
...
* deleteTasksWithIDs protobus migration
* Moved deleteTasksWithIds to dedicated message type
* Created common StringArrayRequest
* Delete webview-ui/.vite-port
2025-05-05 19:03:27 -07:00
Frostbourne and ellipsis-dev[bot]
a953f6e768
Add confirmation dialog to Delete All History ( #3316 )
...
* delete all confirmation dialog
* changeset
* Use showWarningMessage instead
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-05-05 14:55:18 -07:00
8516aabb88
Migrate getting started new docs ( #3252 )
...
* migrate getting-started to new docs
* changeset
---------
Co-authored-by: Elephant Lumps <celestial_vault@mac.mynetworksettings.com >
Co-authored-by: Elephant Lumps <celestial_vault@Elephants-MacBook-Pro.local >
2025-05-05 16:15:32 -05:00
Ara and Frostbourne
e963d2c194
Introducing Quote a Message in Chat ( #3223 )
...
* Adding double click support
* Adding double click support
* Adding double click support
* Adding double click support
* Adding double click support
* Adding double click support
* Adding double click support
* Adding double click support
* Adding double click support
* Adding double click support
* Adding double click support
* Adding double click support
* Cleanup
* Working better
* Working better
* Working better
* add markdown
* add markdown
* add markdown
* add markdown
* add markdown
* Lower border radius
* Lower border radius
* Delete webview-ui/.vite-port
---------
Co-authored-by: Frostbourne <frostbournesb@protonmail.com >
2025-05-06 02:44:19 +05:30
Derek Lopes
3b0dbd304a
bugfix: AWS credentials overridden by AWS_PROFILE env variable in shell init scripts ( #2888 )
2025-05-05 16:03:09 -05:00
Toshii
274349f944
add ui component for external rules files ( #3291 )
...
* base
* svg
* delete refresh
* changeset
2025-05-05 09:49:35 -05:00
Frostbourne
6d24e22bf6
Make previous updates a dropdown ( #3265 )
...
* Add Dropdown for previous updates
* changeset
2025-05-04 17:25:16 -07:00
Frostbourne and ellipsis-dev[bot]
8fae4e64d5
Allow for multiple dev server instances ( #3288 )
...
* Allow multiple dev servers at once
* logs
* fix portFilePath
* improve log
* default port fallback
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-05-04 17:24:37 -07:00
Toshii and Ara
fc5adcf8eb
add open ai cache pricing & check to ui ( #3268 )
...
* base
* changeset
* Update src/core/controller/index.ts
Co-authored-by: Ara <arafat.da.khan@gmail.com >
---------
Co-authored-by: Ara <arafat.da.khan@gmail.com >
2025-05-04 12:16:46 -07:00
Toshii
9eaf023bac
Update gemini caching for open router and cline provider ( #3260 )
...
* gemini caching
* changeset
2025-05-02 23:37:59 -07:00
github-actions[bot]
cf9ce1d103
v3.14.0 Release Notes
...
v3.14.0 Release Notes
v3.14.0
2025-05-02 20:53:15 -07:00