Saoud Rizwan
eda2a60a69
Prepare for release
2025-03-09 18:24:24 -07:00
Saoud Rizwan
d470ba9150
Prepare for release
2025-03-09 17:58:23 -07:00
Saoud Rizwan
f11bddc4be
Prepare for release
2025-03-09 00:25:06 -08:00
Saoud Rizwan
8ca0568005
Prepare for release
2025-03-08 20:44:19 -08:00
Saoud Rizwan
359dac9f20
Revert version change
2025-03-08 20:29:03 -08:00
Saoud Rizwan
867f36dabe
Update changelog
2025-03-08 20:19:54 -08:00
Saoud Rizwan
d92292e405
Prepare for release
2025-03-08 17:34:07 -08:00
Saoud Rizwan
daf88ba19e
Prepare for release
2025-03-08 07:43:14 -08:00
Saoud Rizwan
9fa8a7a7a8
Prepare for release
2025-03-07 21:10:49 -08:00
dependabot[bot]
60cd10eec6
Bump axios from 1.7.4 to 1.8.2 in the npm_and_yarn group ( #2148 )
...
Bumps the npm_and_yarn group with 1 update: [axios](https://github.com/axios/axios ).
Updates `axios` from 1.7.4 to 1.8.2
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.7.4...v1.8.2 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-07 20:16:56 -08:00
Saoud Rizwan
209d0830c6
Prepare for release
2025-03-07 19:33:11 -08:00
Saoud Rizwan
6c8accd585
Prepare for release
2025-03-06 16:39:49 -08:00
Saoud Rizwan
7f5d03c258
Prepare for release
2025-03-05 15:48:46 -08:00
Leonid Bugaev and Saoud Rizwan
43f9541385
chore: Add test coverage for Terminal code ( #2070 )
...
* Add tests for TerminalProcess.ts
* Add missing Sinon mocking
* Test fixes
* More fixes
* Use sinon sandbox
* Add more tests, including real integration ones
* Revert lock changes
---------
Co-authored-by: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com >
2025-03-05 15:23:16 -08:00
loupzeur and Saoud Rizwan
ccba2ed8f8
feat(ollama): use official ollama library ( #1859 )
...
Co-authored-by: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com >
2025-03-04 14:46:26 -08:00
Dennis Bartlett
e231cfd3e5
Feature/eng 238 ( #2074 )
...
* Update linting to include webview. Fix outstanding lint issues.
* Fix Format
* Add changeset
2025-03-03 20:01:53 -08:00
Saoud Rizwan
df65f5f5dd
Prepare for release
2025-03-02 17:19:56 -08:00
Pao and Saoud Rizwan
3ca529dc62
feat: Vertex Gemini Flash 2.0 support ( #1853 )
...
* feat: Vertex Gemini Flash 2.0 support
* fix: Add changeset for PR
* Moved gemini model
* Resolve conflicts
* Prettier fix
---------
Co-authored-by: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com >
2025-03-01 17:55:43 -08:00
Saoud Rizwan
93b6c937a5
Improve thinking budget slider animation; revert budget when switching plan/act modes
2025-03-01 00:49:34 -08:00
Saoud Rizwan
f555b83c7c
Revert "Sonnet: Make Separate Thinking Model ( #2031 )"
...
This reverts commit 29c01eb7d3 .
2025-02-28 23:04:20 -08:00
Evan
29c01eb7d3
Sonnet: Make Separate Thinking Model ( #2031 )
...
* make thinking model separate and remove UI slider
* use constant for min budget tokens
* changeset
2025-02-28 22:36:02 -08:00
Saoud Rizwan
682fce458e
Prepare for release
2025-02-28 22:31:44 -08:00
Evan
df7b458229
Sonnet, Give Me a Reason ( #1961 )
...
* wip
* added slider for setting reasoning budget tokens
* refactor out generic slider component; improve styling; add debounce
* added setting validation
* styling and adding reasoning level
* changeset
* make change to trigger test rerun
* revert useless comment
2025-02-28 18:16:56 -08:00
Dennis Bartlett
9232d752b2
Merge remote-tracking branch 'upstream/main' into dev
2025-02-28 14:05:27 -08:00
Evan
eedae086a3
Fix Merge Conflict resolutions
...
Fixes Merge conflict resolutions from Main to Dev that were incorrectly chosen.
2025-02-28 13:12:40 -08:00
Saoud Rizwan
3525592c61
Prepare for release
2025-02-27 18:51:15 -08:00
Dennis Bartlett
10cde3671e
Feature/privacy policy ( #1994 )
...
* Update Privacy to point to website. Add ToS to point to website.
* Lint Fix
2025-02-27 17:19:26 -08:00
pashpashpash
39980e9be7
Revert "Better Streaming Support ( #1980 )" ( #1993 )
...
This reverts commit 93856ab3b0 .
2025-02-27 15:50:02 -08:00
brownrw8 and ellipsis-dev[bot]
9b5cefd69d
Better Streaming Support ( #1980 )
...
* feat: enterprise support
* Update src/api/providers/enterprise.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* refactor + anthropic
* fix
* update chunking
* fix enterprise providers
* minor refactor for chunking
* comments
* defaults
* tests
* remove imports
* suggested fixes
* decouple message type
* upgrade libs, prompt caching no longer in beta for claude models
* updates for tests
* enterprise -> streaming provider
* update tests
* remove section from anthropic.ts
* handle specific GCP Vertex invalid_grant error
* finish comment
* add caching stats to chunking
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-02-27 15:46:01 -08:00
Trevor Hudson
e5d616b0bf
add optional telemetry ( #1939 )
...
* add optional telemetry
* move capture
* add changeset
* implement suggestions
2025-02-27 15:40:47 -08:00
5d8172a25f
feat: Set preferred language in settings and have it update system prompt ( #1538 )
...
* feat: set preferred language in settings and have it update system prompt
* Update webview-ui/src/components/settings/PreferredLanguagePicker.tsx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* remove unnecessary useEffect
* tweak prompt
* formatting from main
* Update Cline.ts
* Revert "Update Cline.ts"
This reverts commit bee6f0fee0 .
* Fixes
* Update Cline.ts
* move preferredLanguage to Advanced Settings
* remove unneccessary import
* remove more imports
* skip language prompt for default language `en`
* Update package.json
* lint
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Co-authored-by: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com >
2025-02-27 14:45:46 -08:00
Frostbourne and Dennis Bartlett
916660a390
[ENG-126] Migrate to Vite ( #1876 )
...
* Initial webview vite migration
* Make vite work
* Fix test running
* Enable HMR, disable vite chunking
* Silence type checking errors
* Vite doesn't use browserslist
* get rid of breaking css flag
* add doc to getHMRHtmlContent
* Make it work
* Changeset
* Add IS_DEV to env definitions
* Update tasks to include HMR
* Update CSP image rules
* prettier
* reintroduce IS_DEV in env
* add new deps to pkg lock
---------
Co-authored-by: Dennis Bartlett <bartlett.dc.1@gmail.com >
2025-02-27 14:45:46 -08:00
Andrei Edell and Andrei Edell
202e3a6d05
Hugelung/rich mcp response ( #1941 )
...
* showing images after mcp responses
* images now open in a webview tab
* Open Graph link metadata display for MCP responses
* almost totally working rich mcp response display with images and embeds
* closer
* header for response display
* updated styling of mcp responses
* default to plain text if rich response is loading
* formatting fix
* added changeset output
* remove some old code
* add the dashed border back
* avoid XSS attacks by sanitizing the preview image urls and embeds
* remove incorrect vendor prefix css
* delete old version of open image implementation
* undo some comment removals and cleanups to make PR easier to read
---------
Co-authored-by: Andrei Edell <andrei@nugbase.com >
2025-02-27 14:45:42 -08:00
Doug Daniels
a229b8ce9d
feat(vertex): Add prompt caching support for Claude on Vertex AI ( #1885 )
...
* feat(vertex): Add prompt caching support for Claude on Vertex AI
* Remove countTokens update claude 3.7
* claude-3-7-sonnet@20250219 support in Vertex AI as default model
2025-02-26 22:28:02 -08:00
Saoud Rizwan
e14fd78767
Use GUI telemetry toggle to more clearly show user if they're opted in or not
2025-02-25 17:34:36 -08:00
Saoud Rizwan
a13aba4bd4
Prepare for release
2025-02-25 15:25:08 -08:00
Saoud Rizwan
568932492b
Add optional opt-in telemetry to help fix bugs and improve product
2025-02-25 15:23:38 -08:00
Saoud Rizwan
35a64a3666
Modify MCP marketplace installation instructions
2025-02-24 22:57:02 -08:00
Saoud Rizwan
4f6605ccdb
Update version
2025-02-24 18:21:02 -08:00
Saoud Rizwan
131b245023
Revert "Anthropic: Bump it up! ( #1938 )"
...
This reverts commit c2809491b4 .
2025-02-24 18:09:51 -08:00
Evan
c2809491b4
Anthropic: Bump it up! ( #1938 )
...
* Updated Anthropic SDK and fixed types
* adjust export markdown handling
* adjust export markdown handling
* added changeset
2025-02-24 17:02:21 -08:00
Saoud Rizwan
a2749782ff
Prepare for release
2025-02-24 11:08:14 -08:00
Saoud Rizwan
00506c0fcf
Update version
2025-02-19 23:41:16 -08:00
Shawn Smith and Saoud Rizwan
45e1f58bbc
Feat: MCP Marketplace Setting ( #1877 )
...
* feat-mc-marketplace-setting
* add changeset
* Fixes
---------
Co-authored-by: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com >
2025-02-19 23:40:22 -08:00
Saoud Rizwan
cd3f3e2150
Update version
2025-02-19 18:58:03 -08:00
Saoud Rizwan
ff7e5c8866
Update package
2025-02-19 18:03:11 -08:00
Saoud Rizwan
a925e672ed
Update MCP servers icon
2025-02-19 15:30:02 -08:00
Saoud Rizwan
2491b469e7
Remove downloadCount temporarily
2025-02-19 15:05:33 -08:00
Saoud Rizwan
0a14f0bad5
Update version
2025-02-19 10:05:52 -08:00
Saoud Rizwan
3d64ab298d
Update zod
2025-02-18 17:33:48 -08:00