renovate[bot]
|
8c7c1b7d89
|
chore(deps): update dependency eslint-plugin-react to v7.37.5 (#3511)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-05-12 14:17:26 -07:00 |
|
Matt Rubens
|
4da8a0b771
|
Update CHANGELOG.md (#3518)
|
2025-05-12 17:16:55 -04:00 |
|
Chris Estreich
|
20fab97b4d
|
Gemini implicit caching (#3515)
|
2025-05-12 14:16:27 -07:00 |
|
John Richmond
|
8a1cc06b54
|
fix: get model id from ApiHandler (#3512)
Not all handlers/providers use apiModelId, but they do all return a
model id from getModel().
|
2025-05-12 14:12:11 -07:00 |
|
renovate[bot]
|
090b21a19c
|
fix(deps): update dependency mammoth to v1.9.0 (#3409)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-05-12 13:19:30 -07:00 |
|
renovate[bot]
|
7e875e9d45
|
fix(deps): update dependency drizzle-orm to ^0.43.0 (#3401)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-05-12 13:18:38 -07:00 |
|
renovate[bot]
|
19a534016b
|
fix(deps): update dependency mermaid to v11.6.0 (#3417)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-05-12 13:17:46 -07:00 |
|
renovate[bot]
|
96b7056091
|
chore(deps): update dependency @changesets/cli to v2.29.4 (#3501)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-05-12 13:17:15 -07:00 |
|
Chris Estreich
|
47a13fbb42
|
Improve command execution UI (#3509)
|
2025-05-12 13:16:46 -07:00 |
|
R00-B0T
|
465f855334
|
Changeset version bump (#3507)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: R00-B0T <github-actions@github.com>
Co-authored-by: Chris Estreich <cestreich@gmail.com>
|
2025-05-12 13:02:43 -07:00 |
|
John Richmond
|
8cb5c4e9e3
|
Restore profile management work + fix #3434 (#3449)
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
|
2025-05-12 15:47:09 -04:00 |
|
Wojciech Kordalski
|
6416118f74
|
ClineProvider.finishSubTask should wait for unpausing the parent task (#1870)
|
2025-05-12 12:27:23 -07:00 |
|
renovate[bot]
|
dd9ccfedc5
|
fix(deps): update dependency lucide-react to ^0.510.0 (#3402)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-05-12 10:39:34 -07:00 |
|
KJ7LNW
|
7d75536741
|
fix: webview terminal output processing error (#3028)
|
2025-05-11 17:51:22 -07:00 |
|
Matt Rubens
|
4f727142ae
|
Updated roadmap (#3469)
|
2025-05-11 10:28:25 -04:00 |
|
Dicha Zelianivan Arkana
|
6edb9a16b8
|
fix(textarea): empty string as fallback (#3463)
|
2025-05-11 07:29:24 -04:00 |
|
Hannes Rudolph
|
7bef4f0fa6
|
Refactor bug report template to enforce required fields for reproduct… (#3454)
Refactor bug report template to enforce required fields for reproduction steps and outcome summary
|
2025-05-10 19:32:57 -04:00 |
|
Hannes Rudolph
|
6adb807d25
|
Tweaks to the issue/bug intended to make it more intuitive. (#3452)
* Update bug report template for clarity and improved user guidance
* Add Google Vertex AI and LiteLLM to API Provider options in bug report template
|
2025-05-10 14:17:43 -04:00 |
|
xyOz
|
12c3ed878e
|
Pr template fix (#3448)
* Fix links to Contributing Guidelines in pull request template
* ../
|
2025-05-10 13:15:47 -04:00 |
|
R00-B0T
|
373d2aa98c
|
Changeset version bump (#3441)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: R00-B0T <github-actions@github.com>
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
|
2025-05-10 08:32:58 -04:00 |
|
Matt Rubens
|
730d037a12
|
Revert "Improve provider profile management in the external API (#3386)" (#3440)
|
2025-05-10 08:27:37 -04:00 |
|
R00-B0T
|
1b37e30580
|
Changeset version bump (#3427)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: R00-B0T <github-actions@github.com>
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
|
2025-05-10 00:11:34 -04:00 |
|
Matt Rubens
|
4439af47f2
|
v3.16.4 (#3426)
|
2025-05-10 00:02:18 -04:00 |
|
Tony Zhang
|
effebc650b
|
Fix: forced-color-adjust in highlight theme (#3424)
|
2025-05-09 23:38:02 -04:00 |
|
Matt Rubens
|
c1aa0ec5b3
|
Fix saving of OpenAI compatible headers (#3415)
* Fix saving of OpenAI compatible headers
* Code cleanup
* Add test
|
2025-05-09 18:39:10 -04:00 |
|
Chris Estreich
|
ce4ce17cb2
|
Improve provider profile management in the external API (#3386)
Co-authored-by: John Richmond <5629+jr@users.noreply.github.com>
|
2025-05-09 10:05:34 -07:00 |
|
renovate[bot]
|
209c0a5d6f
|
fix(deps): update dependency @libsql/client to ^0.15.0 (#3375)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-05-09 09:41:13 -07:00 |
|
renovate[bot]
|
baf8fccaea
|
fix(deps): update dependency cmdk to v1.1.1 (#3398)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-05-09 09:40:46 -07:00 |
|
renovate[bot]
|
dfb4fe3ee5
|
chore(deps): update eslint monorepo to v9.26.0 (#3397)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-05-09 09:40:39 -07:00 |
|
renovate[bot]
|
44e8dca1c4
|
fix(deps): update dependency @tanstack/react-query to v5.75.7 (#3378)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-05-09 09:24:15 -07:00 |
|
renovate[bot]
|
b41535662f
|
fix(deps): update dependency axios to v1.9.0 (#3382)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-05-09 09:23:23 -07:00 |
|
renovate[bot]
|
ccc0baa95d
|
chore(deps): update dependency eslint-config-prettier to v10.1.5 (#3384)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-05-09 09:23:08 -07:00 |
|
renovate[bot]
|
4c199e2757
|
chore(deps): update dependency eslint-plugin-react to v7.37.5 (#3385)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-05-09 09:23:03 -07:00 |
|
renovate[bot]
|
117f31573b
|
fix(deps): update dependency drizzle-zod to v0.7.1 (#3393)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-05-09 09:22:58 -07:00 |
|
Chris Estreich
|
302dc2dcba
|
Export more types to the external API (#3383)
|
2025-05-09 00:05:29 -07:00 |
|
Chris Estreich
|
c21aa230e3
|
Get rid of ApiConfiguration type alias, rename ApiConfigMeta to ProviderSettingsEntry (#3380)
|
2025-05-08 23:52:18 -07:00 |
|
renovate[bot]
|
e418f6d388
|
fix(deps): update dependency execa to v9.5.3 (#3360)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-05-08 21:02:22 -07:00 |
|
renovate[bot]
|
2fe2dad647
|
chore(deps): update turbo monorepo to v2.5.3 (#3361)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-05-08 21:01:52 -07:00 |
|
renovate[bot]
|
78d1aa728d
|
fix(deps): update dependency @aws-sdk/client-bedrock-runtime to v3.806.0 (#3373)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-05-08 21:00:56 -07:00 |
|
renovate[bot]
|
a3ed9e9574
|
fix(deps): update dependency @google/genai to ^0.13.0 (#3374)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-05-08 21:00:40 -07:00 |
|
Chris Estreich
|
55b72a530c
|
Simplify the process of setting the "active" provider profile (#3366)
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
|
2025-05-08 20:59:59 -07:00 |
|
Dicha Zelianivan Arkana
|
4730a12d4e
|
fix(prompts): revert to vscodetextarea to prevent race condition (#3343)
|
2025-05-08 22:53:37 -04:00 |
|
KJ7LNW
|
1688bd66c0
|
fix: handle unsupported language errors gracefully in read_file tool (#3359)
Co-authored-by: Eric Wheeler <roo-code@z.ewheeler.org>
|
2025-05-08 22:51:44 -04:00 |
|
Daniel
|
83bf86f637
|
Fix not being able to use specific providers on Openrouter (#3354)
|
2025-05-08 22:50:23 -04:00 |
|
KJ7LNW
|
7cc97384cb
|
fix: show properly formatted multi-line commands in preview (#3368)
Co-authored-by: Eric Wheeler <roo-code@z.ewheeler.org>
|
2025-05-08 22:49:04 -04:00 |
|
Murilo Pires
|
fb807c1056
|
fix: Prevent terminal focus theft on paste after command execution (#3356)
|
2025-05-08 22:43:06 -04:00 |
|
cannuri
|
4091131859
|
fix display issues with too long profile names in ChatTextArea.tsx (#3371)
|
2025-05-08 22:41:11 -04:00 |
|
John Richmond
|
a79d18739a
|
Stop leaking other provider settings (#3357)
* Stop leaking other provider settings
* Also filter out leaked properties on export
|
2025-05-08 17:49:07 -07:00 |
|
renovate[bot]
|
ee2033c5ac
|
chore(deps): update storybook monorepo to v8.6.12 (#3350)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-05-08 12:48:32 -07:00 |
|
Chris Estreich
|
1a78be3bfa
|
Rename Cline to Task (#3352)
|
2025-05-08 12:47:50 -07:00 |
|