Saoud Rizwan
f8796ce69a
Fix changelog
2025-03-01 04:32:32 -08:00
Saoud Rizwan
4d29e1f4bd
Generate checkpoints asynchronously to prevent blocking UI
2025-03-01 04:19:37 -08:00
Saoud Rizwan
499c7dfb9f
Revert to legacy checkpoint tracking
2025-03-01 04:03:32 -08:00
Saoud Rizwan
57b36e16b8
Fix pricing calculation
2025-03-01 03:11:45 -08:00
Saoud Rizwan
c891d24ef6
Update budget description
2025-03-01 01:43:35 -08:00
Saoud Rizwan
3f5b6f6e33
Fix changelog
2025-03-01 01:40:42 -08:00
Saoud Rizwan
dda8a6c829
Add thinking budget option to Bedrock and Vertex
2025-03-01 01:39:14 -08:00
Saoud Rizwan
0959438db8
Add thinking budget slider to OpenRouter
2025-03-01 01:31:16 -08:00
Saoud Rizwan
a838cf9a61
Fix changelog
2025-03-01 00:57:07 -08:00
Saoud Rizwan
4e1dab8d4b
Fix changelog
2025-03-01 00:53:05 -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
Saoud Rizwan
21d4ec13e1
Fix CHANGELOG
2025-02-28 22:52:03 -08:00
Saoud Rizwan
38e51bcf73
Update changelog
2025-02-28 22:51:08 -08:00
Saoud Rizwan
f40ff25d1e
Update package-locks
2025-02-28 22:45:13 -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
Saoud Rizwan
34e87af5f1
Remove webview telemetry
2025-02-28 22:24:34 -08:00
Saoud Rizwan
eaa76512fc
Remove requesty polling; fix deepseek cost calculation changes; fix preferred language parsing
2025-02-28 22:23:24 -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
pashpashpash
560cefecca
Only requesting requesty models if requesty api key is set ( #2028 )
...
* changeset
* changeset
2025-02-28 17:59:21 -08:00
Dennis Bartlett
12dbf1556b
Revert Policy changes and TOS addition ( #2027 )
2025-02-28 17:49:22 -08:00
pashpashpash
b4149b5a18
vertex prompt caching ( #2026 )
...
* vertex prompt caching
* duplicate declare
* changeset
2025-02-28 17:30:25 -08:00
akfoster
cee959eeec
Merge pull request #2019 from cline/dev
...
Merge dev into main
2025-02-28 17:08:06 -08:00
pashpashpash
46121094d7
package-lock.json
2025-02-28 16:56:46 -08:00
Frostbourne
6fe1015310
Update ClineProvider.ts
2025-02-28 14:26:08 -08:00
Dennis Bartlett
bb902f9b6b
Fix conflict
2025-02-28 14:24:51 -08:00
Dennis Bartlett
dfeb57d3af
Fix Lint
2025-02-28 14:06:00 -08:00
Dennis Bartlett
9232d752b2
Merge remote-tracking branch 'upstream/main' into dev
2025-02-28 14:05:27 -08:00
Daniel Trugman
d1a097cbd4
Requesty dynamic model selection ( #1836 )
...
* Extract reuseable ModelDescriptionMarkdown from OpenRouter model picker
* Requesty: Add model picker component
* Refactor readOpenRouterModels to allow any dynamic list filename
* Extract parsePrice to allow reuse by other providers
* Simplify model display name switch case
* Requesty: Add dynamic model list fetching from API
* Requesty: Add default model selection
* Requesty: Specify max_tokens when sending request
* Add changeset
---------
Co-authored-by: Dennis Bartlett <bartlett.dc.1@gmail.com>
2025-02-28 13:29:34 -08:00
Daniel Steigman
a02eb40c31
Merge pull request #2014 from cline/andrewmonostate/add-xai-provider
...
feat: add X AI provider integration
2025-02-28 13:20:39 -08:00
nighttrek
c87fb06f33
Merge branch 'dev' into pr/cline/2014
2025-02-28 13:17:35 -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
Dennis Bartlett
c1d589f6be
Feature/privacy policy ( #2015 )
...
* Update URL syntax
2025-02-28 12:15:25 -08:00
Andrew Monostate
d7e9ead730
feat: add X AI provider integration
2025-02-28 12:01:00 -08:00
Frostbourne
9df45fb216
Update PRIVACY.md
...
Fix typo
2025-02-28 12:00:32 -08:00
Daniel Trugman
d6184e9dac
OpenAI & DeepSeek cost calculation ( #1864 )
...
* Add OpenAI compatible cost calculation
* Requesty: Prepare for correct price calculation
* Native OpenAI: Update model caching info
According to [OpenAI's
website](https://platform.openai.com/docs/guides/prompt-caching ),
gpt-4o, gpt-4o-mini, o1-preview and o1-mini support caching.
For gpt-4o, even though gpt-4o-2024-05-13 and
chatgpt-4o-latest do no support caching, users will see there are no
cached tokens, which will help avoid confusion.
* Native OpenAI: Call getModel once
* Native OpenAI: Extract yield usage into method
* Native OpenAI: Add caching and cost info to task header
* DeepSeek: Add cost info to task header
* Add changeset
2025-02-28 11:25:17 -08:00
brownrw8
d01b99463e
Update Claude Sonnet 3.5 -> 3.7 in README(s) ( #1983 )
...
* update Claude Sonnet 35. -> 3.7 in README(s)
* Create calm-laws-camp.md
2025-02-27 20:07:19 -08:00
Saoud Rizwan
3525592c61
Prepare for release
2025-02-27 18:51:15 -08:00
Saoud Rizwan
1913b69ca5
Move GPT-4.5
2025-02-27 18:49:19 -08:00
Saoud Rizwan
aa714f28e1
Add GPT-4.5
2025-02-27 18:48:00 -08:00
Saoud Rizwan
eef04542d2
Revert package-lock
2025-02-27 18:40:37 -08:00
Jon Atkinson
602d25075b
fix: Respect the user's XDG Document folder settings on Linux. ( #1884 )
...
This is related to issue #899 .
Co-authored-by: Dennis Bartlett <bartlett.dc.1@gmail.com>
2025-02-27 18:23:29 -08:00
Eric Li
ea2f4080f8
opt: Enhance OpenAiHandler to diagnose request issues and handle empty streams ( #1702 )
2025-02-27 17:21:00 -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
Andrei Edell
43e939666d
Hugelung/gpt 4.5 ( #1999 )
...
* Add gpt-4.5-preview
* changeset
---------
Co-authored-by: Andrei Edell <andrei@nugbase.com>
2025-02-27 16:29:19 -08:00
Dennis Bartlett
ff0eb8fa77
Fix rebase conflict resolution discrepency
2025-02-27 16:18:49 -08:00
Frostbourne
db4f6a72c3
style: Make marketplace tags scrollable ( #1857 )
...
* Make marketplace tags scrollable
* Changeset
2025-02-27 15:54:51 -08:00
pashpashpash
39980e9be7
Revert "Better Streaming Support ( #1980 )" ( #1993 )
...
This reverts commit 93856ab3b06fef1b5b2f47b8ee6c2af5ab89dbe7.
2025-02-27 15:50:02 -08:00
brownrw8
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