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
Chris Estreich
eb74f02094
Choose specific provider when using OpenRouter ( #1753 )
...
* Choose specific provider when using OpenRouter
* Add translations
2025-03-17 15:40:27 -07:00
Chris Estreich
bfd60097d0
Merge pull request #1682 from GitlyHallows/bug/old-task-deletion
...
Fix old task deletion bug
2025-03-17 13:16:26 -07:00
Matt Rubens
7459ac5dac
Merge pull request #1751 from RooVetGit/i18n_more_chat
...
More chat i18n
2025-03-17 16:09:07 -04:00
Matt Rubens
7780957fed
Fix language passing
2025-03-17 15:50:18 -04:00
Matt Rubens
41bd36c29a
More chat i18n
2025-03-17 15:49:59 -04:00
Chris Estreich
4f15b5d9b7
Merge pull request #1616 from qdaxb/remove_at_when_add_context
...
remove '@' when add selection to context
2025-03-17 11:40:42 -07:00
cte
f108dfaeb8
Evals
2025-03-17 10:09:19 -07:00
Franciszek Piszcz
2270c72275
fix(RooCodeAPI): re-add clineAskResponded event that got lost in rebase
2025-03-17 17:46:54 +01:00
Chris Estreich
a06119a40c
Merge branch 'main' into all-tasks-events-in-api
2025-03-17 09:35:14 -07:00
Matt Rubens
df80e9620d
Merge pull request #1618 from aheizi/support_project_mcp
...
feat: support project-level mcp config
2025-03-17 12:32:11 -04:00
Chris Estreich
dc302f72c2
Merge pull request #1670 from franekp/ask-response-event
...
feat(RooCodeAPI): add event that user responded to "ask" request
2025-03-17 09:32:02 -07:00
Chris Estreich
5cd084de6f
Merge pull request #1669 from franekp/public-api-current-task-ids
...
feat(RooCodeAPI): add getCurrentTaskStack() returning stack of task IDs
2025-03-17 09:31:39 -07:00
aheizi
8f4145efd2
optimize McpHub.ts
2025-03-17 23:57:59 +08:00
Matt Rubens
7bfdcbe64e
Merge pull request #1705 from RooVetGit/cte/context-proxy-fixes
...
Fix API configuration profile switching
2025-03-17 11:52:08 -04:00
aheizi
c948e811db
Merge branch 'main' into support_project_mcp
...
# Conflicts:
# src/services/mcp/McpHub.ts
2025-03-17 23:37:20 +08:00
aheizi
1f200882d0
fix test
2025-03-17 17:30:38 +08:00
aheizi
47747d67c2
validate server config
2025-03-17 17:30:37 +08:00
aheizi
e2182eb64f
fix initializeMcpServers
2025-03-17 17:30:37 +08:00
aheizi
362359cc3c
fix ut
...
(cherry picked from commit b4f808d7dc )
2025-03-17 14:41:18 +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
78b3130c93
remove rejectUnauthorized
...
(cherry picked from commit 5e788fc5f1 )
2025-03-17 14:39:06 +08:00
aheizi
686a31d6c6
update MCP prompt instructions
...
(cherry picked from commit 8b76206cc1 )
2025-03-17 14:38:35 +08:00
aheizi
a7eac55a2b
simpler way of setting up
...
(cherry picked from commit f13d28ad45 )
2025-03-17 14:37:59 +08:00
aheizi
5a491672c4
add sseOptions
...
(cherry picked from commit f9a1cd0b52 )
2025-03-17 14:37:14 +08:00
aheizi
a77be3feb7
feat: add sse mcp support
...
(cherry picked from commit 549b06f46d )
2025-03-17 14:36:28 +08:00
aheizi
bda929b4f6
Merge branch 'main' into support_project_mcp
...
# Conflicts:
# webview-ui/src/i18n/locales/ar/mcp.json
# webview-ui/src/i18n/locales/cs/mcp.json
# webview-ui/src/i18n/locales/hu/mcp.json
# webview-ui/src/i18n/locales/pt/mcp.json
# webview-ui/src/i18n/locales/ru/mcp.json
2025-03-17 12:07:03 +08:00
aheizi
c201baa4d1
fix mcp connection
2025-03-17 12:05:23 +08:00
Matt Rubens
79e1d11b2e
Add a language picker
2025-03-16 16:49:07 -04:00
Matt Rubens
534f6fa505
Localize tool group names
2025-03-16 14:55:38 -04:00
cte
1abf8c1dcc
Fix API configuration profile switching
2025-03-16 11:24:58 -07:00
Matt Rubens
7d38c2d7da
Merge pull request #1704 from RooVetGit/add_language_to_telemetry
...
Add language to telemetry
2025-03-16 14:08:04 -04:00
Matt Rubens
129020ea00
Add language to telemetry
2025-03-16 14:05:25 -04:00
Matt Rubens
f0ac4ab8bf
Localize experimental checkboxes
2025-03-16 14:03:01 -04:00
aheizi
4363c26fd9
Merge branch 'main' into support_project_mcp
2025-03-16 11:51:48 +08:00
Matt Rubens
c7868cf111
Fix getWorkspaceProblems to use an await
2025-03-15 23:17:53 -04:00
GitlyHallows
2a2e467ba4
1. Added validation for task history and added option for user to remove/keep task in history
2025-03-16 00:07:21 +00:00
Wojciech Kordalski
c4559b7d0f
Add the getCurrentTaskStack method to public API interface
2025-03-15 13:17:50 +01:00
Wojciech Kordalski
67f6dab782
Forward events from all running Cline instances to the exposed API
2025-03-15 12:51:47 +01:00
Wojciech Kordalski
bf497119c8
Expose event that informs that user responded to "ask" request
2025-03-15 12:16:18 +01:00
Wojciech Kordalski
3b5b34012f
Expose task IDs on the Cline stack
2025-03-15 12:05:55 +01:00
aheizi
70600d7077
Merge remote-tracking branch 'origin/main' into support_project_mcp
2025-03-15 18:40:22 +08:00
aheizi
26941dcaae
switch the toasts to English
...
fix test
2025-03-15 18:39:39 +08:00
Matt Rubens
9bbbaf2288
Add a new setting to control the number of workspace files included in the system prompt
2025-03-14 12:06:56 -04:00
aheizi
f77606996f
Merge branch 'main' into support_project_mcp
2025-03-14 20:59:21 +08:00
aheizi
5d8a456374
Merge branch 'main' into support_project_mcp
2025-03-14 20:48:47 +08:00
Matt Rubens
4ada518e58
Merge branch 'main' into jbbrown/bedrock_cost_intelligent_prompt_routing
2025-03-13 17:17:44 -04:00
Smartsheet-JB-Brown
6c74e9ba7b
PR review cleanup
2025-03-13 13:04:16 -07:00
Matt Rubens
b29f94ae65
Revert "feat: add sse mcp support"
2025-03-13 13:00:32 -04:00
Smartsheet-JB-Brown
8d30b6f44a
Update src/api/providers/bedrock.ts
...
agree, sorry old Javascript habits
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-03-13 09:56:07 -07:00