Saoud Rizwan
|
0c8df6aa61
|
Fix error handling
|
2025-02-04 14:36:16 -08:00 |
|
Saoud Rizwan
|
c06e91d459
|
Update welcome experience
|
2025-02-04 14:17:20 -08:00 |
|
Saoud Rizwan
|
57e64ba50c
|
use openrouter format with cline api
|
2025-02-04 14:03:10 -08:00 |
|
pashpashpash
|
d4da786018
|
renaming Account -> Cline Account
|
2025-02-04 12:47:09 -08:00 |
|
pashpashpash
|
56de6dfc4e
|
added back account page and relying more heavily on the firebase custom token to ensure persistent login
|
2025-02-04 12:17:54 -08:00 |
|
pashpashpash
|
db294ff45a
|
welcome view hiding api options by default
|
2025-02-03 16:50:16 -08:00 |
|
pashpashpash
|
5c59f19fbf
|
Merge remote-tracking branch 'origin/main' into pashpashpash/accounts
|
2025-02-03 16:42:29 -08:00 |
|
pashpashpash
|
3c69365f7a
|
handling credit limit errors (super hacky ugh)
|
2025-02-03 16:28:12 -08:00 |
|
Daniel Steigman
|
c97fb242a9
|
Merge pull request #1469 from tszhong0411/fix-typos
fix: typos in docs and code
|
2025-02-03 11:56:56 -08:00 |
|
Saoud Rizwan
|
03f07b7626
|
Fix model switching between plan/act; enable toggle and model switcher during generation
|
2025-01-31 03:08:24 -08:00 |
|
Saoud Rizwan
|
68ac266463
|
Add better support for r1 + show reasoning tokens
|
2025-01-31 02:35:06 -08:00 |
|
brownrw8
|
57bb43bb6f
|
Basic unit testing for frontend /webview-ui (#1522)
* feat: very basic unit testing
* move dep -> devDeps
* correct other deps
* resync after i18n revert on main
* update package-lock.json
|
2025-01-30 21:48:19 -08:00 |
|
Saoud Rizwan
|
4a8f3339fb
|
Fixes
|
2025-01-30 18:55:49 -08:00 |
|
Saoud Rizwan
|
64718667ff
|
Show context progress bar always
|
2025-01-30 18:55:03 -08:00 |
|
Saoud Rizwan
|
3885f09a0b
|
Fix context window progress bar spacing (#1554)
|
2025-01-30 11:15:16 -08:00 |
|
pashpashpash
|
82f0620ab7
|
swapped cline provider to use openai flavor requests
|
2025-01-29 15:55:08 -08:00 |
|
Saoud Rizwan
|
36473d53c9
|
Fix progress bar wrapping
|
2025-01-29 15:51:02 -08:00 |
|
Saoud Rizwan
|
e5d712db59
|
Add context window info to task header
|
2025-01-29 13:53:15 -08:00 |
|
Saoud Rizwan
|
65a860e75e
|
Revert localization
|
2025-01-28 18:50:45 -08:00 |
|
Saoud Rizwan
|
ac53dbb122
|
Persist provider/model between plan/act mode (#1525)
Fix truncation algorithm
Fix
Fix
|
2025-01-28 15:26:42 -08:00 |
|
pashpashpash
|
199bdedbed
|
adjusting welcome page language
|
2025-01-28 12:47:34 -08:00 |
|
pashpashpash
|
1b59a33880
|
added cline provider + making sure welcome page closes
|
2025-01-28 11:45:03 -08:00 |
|
pashpashpash
|
6e65b869ae
|
adding cline apikey to context
|
2025-01-28 10:58:01 -08:00 |
|
brownrw8
|
d5fc9d7eb2
|
un-translate version "v" (#1513)
|
2025-01-28 10:35:38 -08:00 |
|
Saoud Rizwan
|
971489990c
|
Fix language persistence across sessions; update system prompt for non-english languages
|
2025-01-27 20:15:35 -08:00 |
|
Saoud Rizwan
|
7380d77ef3
|
Revert OpenAI model picker
|
2025-01-27 17:46:11 -08:00 |
|
Saoud Rizwan
|
57a4f2be0e
|
Add email subscription field to welcome page (#1497)
* Add email subscription field to welcome page
* Fix merge conflict
* Reposition language picker
* Fixes
|
2025-01-27 17:17:33 -08:00 |
|
brownrw8
|
5d86ac412a
|
uncomment dropdown + add to Welcome
|
2025-01-27 13:47:49 -10:00 |
|
brownrw8
|
98fd2c010c
|
de tweak
|
2025-01-27 13:27:23 -10:00 |
|
brownrw8
|
30d6b0e223
|
translations fix
|
2025-01-27 13:24:59 -10:00 |
|
brownrw8
|
2521607a5e
|
more i18n
|
2025-01-27 13:03:38 -10:00 |
|
brownrw8
|
cb1fd31e36
|
disable language dropdown until i18n fully integrated (#1489)
|
2025-01-27 11:50:44 -08:00 |
|
pashpashpash
|
cf61a8961a
|
welcome page now shows login button
|
2025-01-27 11:35:15 -08:00 |
|
tszhong0411
|
6bd6c830fe
|
fix: typos in docs and code
|
2025-01-26 21:06:21 +08:00 |
|
Saoud Rizwan
|
397e8bda1f
|
Revert "add esbuild linux dependancy (#1448)"
This reverts commit 7752d34947.
|
2025-01-25 17:06:16 -08:00 |
|
Dennis Bartlett
|
7752d34947
|
add esbuild linux dependancy (#1448)
|
2025-01-25 16:41:19 -08:00 |
|
Saoud Rizwan
|
a0e7bf60c2
|
Fix command output not being streamed when auto-approved + model ID under chat field (#1449)
* Fix bug where auto-approving commands would not stream output back to webview
* Fix model id under chat field
* Amend
|
2025-01-24 16:33:03 -08:00 |
|
brownrw8
|
54ef05f61b
|
Support for listing models from OpenAI-compatible providers (#1197)
* feat: Support for listing models from OpenAI-compatible providers
* PR-related change: remove includeStreamOptions
* prettier
* remove unnecessary code
* german + translation tweak
|
2025-01-24 17:22:04 -06:00 |
|
brownrw8
|
bda1a0d4d6
|
Update i18n.ts - Linux users (#1447)
|
2025-01-24 16:59:57 -06:00 |
|
brownrw8
|
d3223f28d8
|
fix: format styling (Announcements.tsx, AutoApproveMenu.tsx). Adding vscStyles.ts (#1288)
* fix: format styling (Announcements.tsx). Adding vscStyles.ts
* prettier for unrelated files
* removing some styled components
* comment tweak
* Update mcp-quickstart.md
* update post merge
* VSC prefix
|
2025-01-24 14:15:03 -06:00 |
|
akfoster
|
67ac1fd339
|
Merge pull request #1317 from brownrw8/i18l-l10n
Adding react-i18next (preliminary support for en, de, zh, ja)
|
2025-01-24 10:06:29 -08:00 |
|
Frostbourne
|
78c01b1c9b
|
Minor changes in Japanese translation.json
|
2025-01-24 12:16:12 -05:00 |
|
Frostbourne
|
a912a246fc
|
Update Japanese translation.json
|
2025-01-24 12:01:38 -05:00 |
|
brownrw8
|
b4e96f13af
|
missing comma
|
2025-01-24 05:02:20 -10:00 |
|
 brownrw8andEvan Fannin
|
3f58dde0a2
|
Update webview-ui/src/locales/zh-cn/translation.json
Co-authored-by: Evan Fannin <58194240+evan-fannin@users.noreply.github.com>
|
2025-01-24 04:55:13 -10:00 |
|
 brownrw8andEvan Fannin
|
76ba587937
|
Update webview-ui/src/locales/zh-tw/translation.json
Co-authored-by: Evan Fannin <58194240+evan-fannin@users.noreply.github.com>
|
2025-01-24 04:55:01 -10:00 |
|
 brownrw8andEvan Fannin
|
ebd98c178d
|
Update webview-ui/src/locales/zh-tw/translation.json
Co-authored-by: Evan Fannin <58194240+evan-fannin@users.noreply.github.com>
|
2025-01-24 04:54:51 -10:00 |
|
 brownrw8andEvan Fannin
|
49978215db
|
Update webview-ui/src/locales/zh-tw/translation.json
Co-authored-by: Evan Fannin <58194240+evan-fannin@users.noreply.github.com>
|
2025-01-24 04:54:43 -10:00 |
|
 brownrw8andEvan Fannin
|
e421775c94
|
Update webview-ui/src/locales/zh-cn/translation.json
Co-authored-by: Evan Fannin <58194240+evan-fannin@users.noreply.github.com>
|
2025-01-24 04:54:26 -10:00 |
|
 brownrw8andEvan Fannin
|
a87a62db54
|
Update webview-ui/src/locales/zh-cn/translation.json
Co-authored-by: Evan Fannin <58194240+evan-fannin@users.noreply.github.com>
|
2025-01-24 04:54:09 -10:00 |
|