im47cn
a17be0763a
fix: an issue in the HistoryView component where keywords in copied content contain html code ( #1662 )
...
* fix: an issue in the HistoryView component where keywords in copied content contain html code
* Update webview-ui/src/components/history/HistoryView.tsx
* Fix test
---------
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
2025-03-17 17:05:37 -04:00
Matt Rubens
56ff9ea77b
Merge pull request #1752 from RooVetGit/i18n_format
...
Localize formatting helpers
2025-03-17 16:29:04 -04:00
Matt Rubens
a8ef2e1347
Update webview-ui/src/i18n/locales/it/common.json
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-03-17 16:28:55 -04:00
Matt Rubens
76b37b11ca
Localize formatting helpers
2025-03-17 16:22:47 -04:00
Chris Estreich
72f9162beb
Merge pull request #1667 from franekp/flake-use-direnv
...
Fix infinite loop that happens when using direnv
2025-03-17 13:17:20 -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
7bedb02573
Translate thinking seconds
2025-03-17 16:06:03 -04:00
Matt Rubens
f97a51da38
Update webview-ui/src/i18n/locales/ca/chat.json
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-03-17 15:57:10 -04:00
Matt Rubens
a926b5a575
Fix tests
2025-03-17 15:55:15 -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
69cc6c1f7f
Merge pull request #1750 from RooVetGit/cte/settings-scroll-cleanup
...
Clean up CSS for settings view wheel scroll
2025-03-17 12:28:52 -07:00
cte
7d1d5581a4
Clean up CSS for settings view wheel scroll
2025-03-17 12:28:08 -07:00
Chris Estreich
d1fa1e9650
Merge pull request #1666 from GitlyHallows/provider-settings-scroll-bug
...
Added support for scrolling in the ‘Open in Editor’ instance, similar…
2025-03-17 12:21:52 -07: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
Matt Rubens
1b37a713df
Merge pull request #1746 from RooVetGit/fix_update_contributors
...
Add all changed files in update-contributors
2025-03-17 13:24:40 -04:00
Matt Rubens
d644c9de5a
Add all changed files in update-contributors
2025-03-17 13:21:07 -04:00
Chris Estreich
6d591fad6c
Merge pull request #689 from RooVetGit/cte/benchmarks
...
Aider-inspired polyglot benchmarks
2025-03-17 10:17:32 -07:00
Chris Estreich
e2bdce0961
Update benchmark/prompts/cpp.md
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-03-17 10:10:08 -07:00
cte
f108dfaeb8
Evals
2025-03-17 10:09:19 -07:00
Matt Rubens
8569c46b0f
Merge pull request #1742 from RooVetGit/single_update_contributors_branch
...
Change update-contributors script to use a single branch
2025-03-17 13:02:41 -04:00
Matt Rubens
94f176b9bc
Change update-contributors script to use a single branch
2025-03-17 12:58:26 -04:00
Chris Estreich
9d8c8c7a7c
Merge pull request #1739 from franekp/main
...
fix(RooCodeAPI): re-add clineAskResponded event that got lost in rebase
2025-03-17 09:50:45 -07:00
Matt Rubens
01a847e293
Merge pull request #1738 from feifei325/i18n/fix_missing_settings_key
...
fix missing settings key and add find i18n key scripts
2025-03-17 12:49:56 -04:00
Franciszek Piszcz
2270c72275
fix(RooCodeAPI): re-add clineAskResponded event that got lost in rebase
2025-03-17 17:46:54 +01:00
feifei
fddb611c88
fix missing settings key and add find i18n key scripts
...
Signed-off-by: feifei <liuyansheng1121@gmail.com>
2025-03-18 00:46:38 +08:00
Chris Estreich
4fd5e441fa
Merge pull request #1671 from franekp/all-tasks-events-in-api
...
feat(RooCodeAPI): emit events from all tasks, not only those started via startNewTask
2025-03-17 09:41:38 -07: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
6d70b8aeba
fix translations
2025-03-18 00:23:40 +08:00
Matt Rubens
19dbf3e49b
Merge pull request #1735 from RooVetGit/split_readme_locales
...
Split README locales into two lines
2025-03-17 12:16:41 -04:00
Matt Rubens
a16005e284
Split README locales into two lines
2025-03-17 12:09:05 -04:00
Matt Rubens
30d6d94851
Merge pull request #1728 from RooVetGit/i18n_readme
...
Localize README files
2025-03-17 11:59:12 -04:00
aheizi
8f4145efd2
optimize McpHub.ts
2025-03-17 23:57:59 +08:00
Matt Rubens
0fa6a4d5fe
Update locales/tr/README.md
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-03-17 11:56:02 -04:00
Matt Rubens
fe618e294c
Update locales/tr/CODE_OF_CONDUCT.md
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-03-17 11:55:55 -04:00
Matt Rubens
42b6ed43f3
Update locales/ja/README.md
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-03-17 11:55:47 -04:00
Matt Rubens
a9ad877e8a
Update locales/ja/CODE_OF_CONDUCT.md
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-03-17 11:55:37 -04:00
Matt Rubens
0b9e8679cc
Update locales/es/CONTRIBUTING.md
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-03-17 11:55:22 -04: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
Matt Rubens
cd3e68db45
Localize README files
2025-03-17 11:47:44 -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
Matt Rubens
1c7d239130
Merge pull request #1721 from aheizi/sse_mcp_support
...
Add sse mcp support
2025-03-17 11:09:32 -04:00
Matt Rubens
7ba02da0e0
Merge pull request #1726 from RooVetGit/language_cleanup
...
Remove some deprecated language files
2025-03-17 09:43:42 -04:00
Matt Rubens
61339ee855
Add find-missing-translations as a CI check
2025-03-17 09:36:39 -04:00
Matt Rubens
21715287fc
Add missing translations
2025-03-17 09:32:17 -04:00
Matt Rubens
246e838351
Remove some deprecated language files
2025-03-17 09:25:21 -04:00