Commit graph

283 commits

Author SHA1 Message Date
github-actions[bot]
8ecbda5e3b changeset version bump 2025-03-19 04:31:05 +00:00
Chris Estreich
4d1b9d2ff6
Allow webviews to make OpenRouter API calls (#1778)
* Allow webviews to make OpenRouter API calls

* Update package-lock.json
2025-03-18 09:23:09 -07:00
Matt Rubens
f5958dbd93
Fix package lock (#1772) 2025-03-18 10:44:20 -04:00
Matt Rubens
38655825d4
Extension-side internationalization (#1757)
* Extension-side internationalization

* Update script

* Cleaner esbuild

* Turn off debugging

* PR feedback

* Update src/i18n/locales/en/common.json

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>

* Update src/i18n/locales/ca/common.json

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-03-18 10:39:21 -04:00
Chris Estreich
878b3820d2
Settings tweaks: add terminal & language sections, fix whell scroll in editor tab (#1763) 2025-03-18 00:11:57 -07:00
Seth Miller
f16a49de87
Add text-to-speech functionality (#1412)
* Add text-to-speech functionality

* Add speed config option to text-to-speech

* Fix test case for tts speed slider

* Fix test case for tts speed slider (really)

* Disabled error message logging in tts.ts

* ignore markdown and mermaid diagrams in TTS

* add ttsEnabled and ttsSpeed to GlobalStateKey

* fix failing webview test for save button

* Translations

* Fix tests

---------

Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
2025-03-18 01:47:16 -04:00
aheizi
e2182eb64f fix initializeMcpServers 2025-03-17 17:30:37 +08:00
aheizi
3975c8d8a9 replace eventsource with reconnecting-eventsource to optimize the code.
(cherry picked from commit 505f86d75c)
2025-03-17 14:39:48 +08:00
aheizi
6f5ce14586 upgrade @modelcontextprotocol/sdk to latest version
(cherry picked from commit f9cc13cb1e)
2025-03-17 14:39:39 +08:00
aheizi
a7eac55a2b simpler way of setting up
(cherry picked from commit f13d28ad45)
2025-03-17 14:37:59 +08:00
aheizi
a77be3feb7 feat: add sse mcp support
(cherry picked from commit 549b06f46d)
2025-03-17 14:36:28 +08:00
github-actions[bot]
d8879516aa changeset version bump 2025-03-13 17:05:35 +00:00
Matt Rubens
b29f94ae65
Revert "feat: add sse mcp support" 2025-03-13 13:00:32 -04:00
cte
c609856302 Fix e2e tests 2025-03-13 00:54:05 -07:00
github-actions[bot]
2f64e75c3d changeset version bump 2025-03-13 02:04:18 +00:00
Matt Rubens
cad274176c Merge remote-tracking branch 'origin/main' into feature/add_sse_mcp 2025-03-12 11:51:25 -04:00
aheizi
505f86d75c replace eventsource with reconnecting-eventsource to optimize the code. 2025-03-12 19:25:50 +08:00
aheizi
f9cc13cb1e upgrade @modelcontextprotocol/sdk to latest version 2025-03-12 18:57:59 +08:00
aheizi
f13d28ad45 simpler way of setting up 2025-03-11 00:50:27 +08:00
aheizi
0d0f7e37a6 Merge branch 'main' into feature/add_sse_mcp 2025-03-10 12:46:11 +08:00
github-actions[bot]
847d8f57f0 changeset version bump 2025-03-09 23:44:37 +00:00
github-actions[bot]
b57fcf2094 changeset version bump 2025-03-09 13:46:40 +00:00
github-actions[bot]
148e0560a1 changeset version bump 2025-03-09 05:02:18 +00:00
Matt Rubens
4cf7754e65 Strip BOM when applying diffs 2025-03-08 17:50:49 -05:00
aheizi
bb42fb63a1 Merge branch 'main' into feature/add_sse_mcp 2025-03-09 00:16:50 +08:00
aheizi
549b06f46d feat: add sse mcp support 2025-03-09 00:15:23 +08:00
github-actions[bot]
256f400c5d changeset version bump 2025-03-08 05:27:04 +00:00
github-actions[bot]
77da5e6fb1 changeset version bump 2025-03-07 20:47:06 +00:00
Matt Rubens
50f76584bc Add telemetry and privacy policy 2025-03-07 03:03:44 -05:00
github-actions[bot]
a16c6da5cc changeset version bump 2025-03-03 16:32:15 +00:00
github-actions[bot]
30677d9cae changeset version bump 2025-03-02 05:16:08 +00:00
Matt Rubens
0a096097d5
3.7.10 2025-03-01 21:24:38 -05:00
github-actions[bot]
4a7316a9de changeset version bump 2025-03-02 01:49:55 +00:00
Matt Rubens
8c8210ef50
Merge pull request #1282 from ashktn/feat/vertex-gemini
feat: Add support for Gemini models on Vertex AI
2025-03-01 18:48:54 -05:00
github-actions[bot]
163528eee9 changeset version bump 2025-03-01 15:15:46 +00: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
1d3f5380a8 Move integration tests into its own module 2025-02-28 21:23:11 -08:00
ashktn
4caa49228f feat: Add support for Gemini models on Vertex AI 2025-02-28 18:59:26 -05: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
3514f6506b Added support for Claude Sonnet 3.7 thinking via Vertex AI 2025-02-27 21:56:56 +00:00
github-actions[bot]
820ebc97c5 changeset version bump 2025-02-27 20:41:23 +00:00
github-actions[bot]
8612ab574b changeset version bump 2025-02-27 15:56:03 +00:00
github-actions[bot]
247a50a6dc changeset version bump 2025-02-26 23:17:23 +00:00
github-actions[bot]
44724e5881 changeset version bump 2025-02-26 07:06:25 +00:00
github-actions[bot]
53ead4c886 changeset version bump 2025-02-25 14:19:17 +00:00
github-actions[bot]
2655bebc8f changeset version bump 2025-02-25 07:57:37 +00:00
Chris Estreich
6763824b5b
Merge pull request #1167 from RooVetGit/cte/claude-3.7-thinking
Claude 3.7 thinking
2025-02-24 22:27:59 -08:00
github-actions[bot]
972b5424ec changeset version bump 2025-02-24 23:53:22 +00:00
cte
b2b135c05c [WIP] Claude 3.7 Sonnet (Thinking) 2025-02-24 15:45:26 -08:00
github-actions[bot]
a890d3d131 changeset version bump 2025-02-24 21:58:10 +00:00