Saoud Rizwan
fbd249d387
Adjust generation retry params
2025-02-09 02:14:34 -08:00
Saoud Rizwan
43200007cf
Retry openrouter generation endpoint to fix context limit errors
2025-02-08 20:15:38 -08:00
Daniel Steigman
4d406fd989
Merge pull request #1715 from cline/clineignore-intro-markdown
2025-02-08 17:40:13 -08:00
Saoud Rizwan
68ab0cff25
Fix copy for clineignored scenarios
2025-02-08 17:15:42 -08:00
Evan
407788ee64
remove old changeset
2025-02-08 14:57:16 -08:00
Evan
41b2ad2b71
merge conflicts
2025-02-08 14:56:11 -08:00
Evan
1cc1c26585
adding changeset
2025-02-08 14:51:39 -08:00
Evan
18e51dff21
added explanatory markdown
2025-02-08 14:47:50 -08:00
Saoud Rizwan
02e45fed53
Re-arrange providers
2025-02-07 21:37:03 -08:00
Saoud Rizwan
fa05f94dfa
Fixes
2025-02-07 21:34:47 -08:00
Saoud Rizwan
c1a7276867
Prepare for release
2025-02-07 21:22:55 -08:00
Saoud Rizwan
887456ead8
Fix bug where new files won't show up in files dropdown ( #1704 )
...
* Fix bug where new files won't show up in files dropdown
* Create small-gifts-count.md
2025-02-07 20:52:51 -08:00
brownrw8
134020d51b
Add a keyboard shortcut to switch between plan and act mode ( #1626 )
...
* feat: add keyboard shortcut to Plan/Act toggle
* remove Shift
* fix: shortcut now Meta+Shift+a
* ENG-123: Tooltip
* feat: tooltip and platform detection
* fix:impl suggestions
* fix: add changeset
* Fix style
* remove platform detection - use metaKey detection and os utils
* missed comma
* Fixes
* Fixes
---------
Co-authored-by: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com>
2025-02-07 19:29:54 -08:00
Evan
19c56c6ec4
Attention Is Not What You Need ( #1680 )
...
* initialize class
* wip
* wip
* cleaning up
* update comment
* fire n forget error handling
* files added
* changeset
* duplicate path function
* cleanup
* Use special error type for when cline tries to access clineignore'd file
* Rename LLMFileAccessController to ClineIgnoreController
* Use better changeset
* Remove unnecessary file parsing
* Allow access to files outside cwd
* Use more efficient clineIgnoreExists
* Modify clineignore prompt
* Use LOCK_TEXT_SYMBOL
* Block commands attempting to access clineignored files
* Fix prompt responses
* fix tests; make sure .clineignore is ignored
* Fix clineignore prompt
* Fixes
---------
Co-authored-by: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com>
2025-02-07 19:28:10 -08:00
Evan
acd84e53a8
fix tests; make sure .clineignore is ignored
2025-02-07 15:31:09 -08:00
Evan
427e1edcfd
Merge branch 'pass-controller-to-services' of https://github.com/cline/cline into pass-controller-to-services
2025-02-07 15:07:55 -08:00
Evan
db3b356bb0
Merge branch 'main' into pass-controller-to-services
2025-02-07 14:38:42 -08:00
Evan
4449b51e2c
Let's reason together ( #1597 )
...
* let's reason together
* typo
* changeset
* Fix type error
---------
Co-authored-by: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com>
2025-02-07 14:32:14 -08:00
brownrw8
84f017c98e
feat:Add Together API Provider ( #1698 )
2025-02-07 13:55:48 -08:00
Saoud Rizwan
b37f688755
Fix prompt responses
2025-02-07 12:11:14 -08:00
Saoud Rizwan
5585c684e9
Block commands attempting to access clineignored files
2025-02-07 11:46:44 -08:00
Saoud Rizwan
075e3171a8
Use LOCK_TEXT_SYMBOL
2025-02-07 10:52:57 -08:00
Saoud Rizwan
53604c9413
Modify clineignore prompt
2025-02-07 10:51:22 -08:00
Saoud Rizwan
8ae39e24be
Use more efficient clineIgnoreExists
2025-02-07 10:33:47 -08:00
Saoud Rizwan
88c75a06f2
Allow access to files outside cwd
2025-02-07 00:58:20 -08:00
Saoud Rizwan
4f2d5b15bf
Remove unnecessary file parsing
2025-02-07 00:37:03 -08:00
Saoud Rizwan
f9e310f338
Use better changeset
2025-02-07 00:26:42 -08:00
Saoud Rizwan
7f292bc995
Rename LLMFileAccessController to ClineIgnoreController
2025-02-07 00:25:29 -08:00
Saoud Rizwan
88a07de5fb
Use special error type for when cline tries to access clineignore'd file
2025-02-06 23:56:02 -08:00
Daniel Steigman
076b1e39e6
Nighttrek/bedrock credential manager ( #1667 )
...
* added initial AWS bedrock support
* fixed formatting
* updated to fix persistence
* added changeset
2025-02-06 23:36:38 -08:00
aicc
99bba4af27
fix problem what qwen api line drop-down options occlusion api provider drop-down options ( #1688 )
...
* add alibaba qwen-max qwen-plus qwen-turbo qwen-coder-plus stable/latest models
* add alibaba qwen-max qwen-plus qwen-turbo qwen-coder-plus stable/latest models
* Provide the api line choice for international user
* Remove redundant code
* Copy fixes
* Create dry-socks-talk.md
* fix problem what is when you use Qwen api provider and then you want to change the api provider ,the apiline dropdown will obscure your api provider drop-down options
---------
Co-authored-by: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com>
2025-02-06 23:04:43 -08:00
brownrw8
3cacd57949
Add dedicated Requesty provider ( #1677 )
...
* feat: Add dedicated Requesty provider
* Update ExtensionStateContext.tsx
---------
Co-authored-by: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com>
2025-02-06 20:45:52 -08:00
Evan
fc60f6e55e
cleanup
2025-02-06 18:49:11 -08:00
Saoud Rizwan
9bddd9a846
Change default OpenRouter model to non-moderated ( #1683 )
...
* Change default OR model to non-moderated
* Create breezy-bobcats-change.md
2025-02-06 18:43:38 -08:00
Evan
6cfdd4fb90
duplicate path function
2025-02-06 18:28:42 -08:00
Evan
a31b394282
changeset
2025-02-06 18:09:20 -08:00
Evan
3866ae3449
merge conflicts
2025-02-06 18:05:29 -08:00
Evan
2a0558de80
files added
2025-02-06 14:51:43 -08:00
Matt Rubens
10b8ee4f54
Fix bug when shell profile is not found ( #1671 )
2025-02-06 12:12:25 -08:00
aicc
548338d39e
Add alibaba qwen models plus/max/coder-plus/turbo both stable and latest to use. ( #1648 )
...
* add alibaba qwen-max qwen-plus qwen-turbo qwen-coder-plus stable/latest models
* add alibaba qwen-max qwen-plus qwen-turbo qwen-coder-plus stable/latest models
* Provide the api line choice for international user
* Remove redundant code
* Copy fixes
* Create dry-socks-talk.md
---------
Co-authored-by: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com>
2025-02-05 23:23:33 -08:00
akfoster
c88b5c67d5
Fix Changeset Test ( #1657 )
...
* should only pass if the PR has a new changeset
* improvements to docs-only check
* add changeset
2025-02-05 23:15:52 -08:00
nickbaumann98
1935aab2d5
Update README.md to include Getting Started ( #1660 )
...
* Update README.md
* Create neat-apricots-search.md
---------
Co-authored-by: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com>
2025-02-05 23:14:00 -08:00
Michael
bd5eb8fcae
feat: add retry decorator with rate limit handling ( #1605 )
...
* fix: improve retry decorator with smart rate limit handling
- Add handling of rate limit (429) errors
- Implement retry timing based on response headers
- Add exponential backoff when no headers present
- Add a few unit tests
Fixes #713
* Create modern-knives-tan.md
* Improve readability in retry.ts
---------
Co-authored-by: Michael Overhorst <m.overhorst@spotonmedics.nl>
Co-authored-by: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com>
2025-02-05 23:11:01 -08:00
Saoud Rizwan
0795b046e1
Prepare for release
2025-02-05 12:49:58 -08:00
Saoud Rizwan
b2e4623559
Add new gemini models ( #1656 )
...
* Update gemini models
* Update changeset
2025-02-05 10:49:55 -08:00
omercelik
0b7fac0c9d
Add Gemini 2.0 Pro ( #1655 )
2025-02-05 10:43:55 -08:00
Daniel Steigman
3fd0106816
Merge pull request #1643 from cline/dependabot/npm_and_yarn/webview-ui/npm_and_yarn-d9a8b47fa5
...
Bump vitest from 2.1.8 to 2.1.9 in /webview-ui in the npm_and_yarn group
2025-02-05 01:40:39 -08:00
Daniel Steigman
b4dff4ec14
Merge pull request #1650 from cline/double_underscore_fix
...
Double underscore fix
2025-02-05 01:30:16 -08:00
Dennis Bartlett
9640a5f496
Merge branch 'main' of https://github.com/cline/cline into double_underscore_fix
2025-02-05 03:25:44 -06:00
Daniel Steigman
f108f20466
updated the model list to remove the embedding model ( #1646 )
2025-02-05 01:11:08 -08:00