pashpashpash
f4d95e9e4d
removed taskCompleted
2025-04-11 01:15:47 -07:00
pashpashpash
9e7badb1fa
test server waits to respond until task completed
2025-04-11 01:10:35 -07:00
Saoud Rizwan
7969ba2d68
Remove WeakRef usage ( #2811 )
...
* Remove controllerRef
* Remove webviewProviderRef
* Remove controllerRef
* Fix test
* Create odd-jeans-wash.md
* Fix test
2025-04-11 00:28:56 -07:00
yusheng chen
16c0992672
refactor: remove unnecessary type assertion as any ( #2802 )
2025-04-10 23:53:32 -07:00
Suvarchal Kumar Cheedela and ellipsis-dev[bot]
3b8be75c7f
Enhance ollama provider ( #2708 )
...
* Enhance Ollama provider with retry mechanism, timeout handling, and improved error handling
* Make Ollama tests optional when Ollama is not running
* Update src/api/providers/__tests__/ollama.test.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-04-10 23:50:05 -07:00
Daniel Trugman
a00f24e182
Requesty: Add model info ( #2190 )
...
Adding model information to Requesty provider.
- Add a new model picker component for Requesty.
- Enable controlling thinking budget via a slider
IMPORTANT:
Model information is fetched ONLY(!) when the user chooses "requesty"
as their provider to avoid any boot latency.
2025-04-10 23:49:47 -07:00
Xudong Guo
238654e6a2
feat: Add more models support for doubao ( #2736 )
...
* feat: Add more models siport for doubao
* fix: package-lock.json should not be submitted
2025-04-10 23:49:26 -07:00
pashpashpash
643319f106
setting auto approve settings on test server start ( #2800 )
2025-04-10 19:03:29 -07:00
pashpashpash
0645eccd2a
Message catching added to test server ( #2797 )
...
* added message catching to test server
* added message catching to test server
* fixing logger initialization
* fixed race condition
* adding logging
* removed redundant if condition
2025-04-10 18:52:52 -07:00
Evan
3a6f0c2fd0
move context files to context folders ( #2798 )
2025-04-10 17:50:04 -07:00
canvrno and ellipsis-dev[bot]
17314cb88d
ENG-317 / Feat: Add model "favorites" toggle for Cline & OpenRouter providers ( #2722 )
...
* initial
* Still facing issue with OR/Cline provider switching
* Working with provider switches
* cleanup
* cleanup
* changset
* Update .changeset/twelve-rocks-drum.md
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* test (in progress)
* added telemetry
* removed test
* cleanup
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-04-10 17:20:16 -07:00
Evan
6f9cf8a028
Make .clinerules folder ( #2781 )
...
* switch clinerules to directory
* changeset
2025-04-10 17:01:56 -07:00
Evan and Saoud Rizwan
47aecdfc75
MCPToggleModal - Add button to open config ( #2743 )
...
* make ServerRow not optionally not expandable
* changeset
* factor out servers toggle list
* changeset
* add servers modal
* changest
* Reduce padding in modal
* separate fetch useEffect for more efficient rendering
* add button to open installed servers config
* changeset
* add mcptab type
* change codicon
* modify button display
---------
Co-authored-by: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com >
2025-04-10 16:25:08 -07:00
pashpashpash
fb037a05c1
better mcp marketplace installation prompt ( #2793 )
2025-04-10 16:06:42 -07:00
Saoud Rizwan
d9cedc41b7
Add announcement about redesigned checkpoints
v3.11.1
2025-04-10 09:24:48 -07:00
Saoud Rizwan
f978ecce52
Prepare for release
v3.11.0
2025-04-10 02:13:04 -07:00
Saoud Rizwan
4c28760557
fix: update ErrorService to use isEnabled() consistently
2025-04-10 02:07:00 -07:00
ba79a51dd7
Error Service Respects Telemetry ( #2780 )
...
* Refactor Service to be able to be disabled based on telemetry settings
* Add telemetryService enabled check
* Create wet-avocados-kiss.md
* Update src/services/error/ErrorService.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Update src/services/error/ErrorService.ts
* Update src/services/error/ErrorService.ts
* Update src/services/error/ErrorService.ts
* Update src/services/error/ErrorService.ts
* Update src/services/error/ErrorService.ts
* Apply suggestions from code review
* Add comment about opt in
* Fixes
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Co-authored-by: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com >
2025-04-10 02:04:54 -07:00
Saoud Rizwan and Dennis Bartlett
4e5cc92065
Fixes issue where deleting tasks wasn't clearing the task metadata or context history files; let model recording fail gracefully ( #2778 )
...
* Fixes issue where deleting tasks wasn't clearing the task metadata or context history files; let model recording fail gracefully
* Create clean-boats-film.md
---------
Co-authored-by: Dennis Bartlett <bartlett.dc.1@gmail.com >
2025-04-10 02:04:10 -07:00
Saoud Rizwan
b42c0f2571
Use legacy context manager ( #2786 )
...
* Use legacy context manager
* Revert changes post new context management
2025-04-10 01:51:50 -07:00
Saoud Rizwan
386d5e41e7
Use line indicators for checkpoint markers ( #2785 )
...
* Use line indicators for checkpoint markers
* revert comment removal
* Create unlucky-dragons-fly.md
2025-04-10 01:07:42 -07:00
Dennis Bartlett
2823e6c845
Update list of models and set new defualt for xAI ( #2777 )
2025-04-09 17:32:35 -07:00
Dennis Bartlett and arafatkatze
cef9af16a4
Remove stream options from XAIHandler and add new Grok-3 model variants to API configuration ( #2776 )
...
Co-authored-by: arafatkatze <arafat.da.khan@gmail.com >
2025-04-09 17:20:06 -07:00
Dennis Bartlett
49d3bcfedc
Update sentry in extension to add traceability and version ( #2775 )
...
* Add Sentry package
* Setup Logger to use Error Service
* Enhance traceability and message information
2025-04-09 16:51:58 -07:00
pashpashpash
d36a44ec38
Cline Task Server ( #2773 )
...
* added cline task server
* moving test server into separate file
* removed redundant test server in extension
2025-04-09 16:24:47 -07:00
Dennis Bartlett and ellipsis-dev[bot]
cbcf89d634
Add sentry to extension ( #2766 )
...
* Add Sentry package
* Setup Logger to use Error Service
* Update src/services/error/ErrorService.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-04-09 16:01:10 -07:00
pashpashpash
6a10e30436
linebreak ( #2765 )
2025-04-09 15:33:42 -07:00
pashpashpash
2c0afbc3be
added IS_TEST build flag ( #2770 )
...
* added IS_TEST build flag
* removed cross-env
2025-04-09 15:32:08 -07:00
Ara
2ef4e56bca
ENG-377 Changing Checkpoint UI to take less real space on the chat interface ( #2752 )
...
* Enhance chat component interactivity by adding row index and hover state management. Updated BrowserSessionRow, ChatRow, and CheckmarkControl to support row-specific hover effects and state tracking, improving user experience during interactions.
* Adding hovered row index
* Adding hovered row index
* Adding hovered row index
2025-04-09 13:53:10 -07:00
Toshii
e26d001585
ENG-422 ( #2768 )
...
* task restore user message block structure
* changeset
* check str
2025-04-09 13:19:58 -07:00
Trevor Hudson
6fc2cb128e
Trevor/eng 253 system for users to report errors to GitHub ( #2756 )
...
* add metadata for model and apiProvider so it's available to Cline
* fix test
* check for existing array in case of old task
* only write if the metadata changes
2025-04-09 12:12:32 -07:00
Saoud Rizwan
8cc64f5e7e
Revert "split user text during task resumption ( #2699 )"
...
This reverts commit fdd04bc942 .
v3.10.1
2025-04-09 02:48:05 -07:00
Saoud Rizwan
a4412e8014
Update new task tool component styles
2025-04-09 02:44:26 -07:00
Saoud Rizwan
36f7abb8ec
Prepare for release
2025-04-09 02:30:20 -07:00
Saoud Rizwan
080a79bd7d
Remove mcp docs tool
2025-04-09 02:19:28 -07:00
pashpashpash
0208fdf555
fixed test ( #2755 )
2025-04-08 19:51:09 -07:00
Dennis Bartlett
226f20f28f
Add new types to PR template ( #2750 )
...
* Update scripts so that test runs all tests by default
* Update PR Template to include new types
2025-04-08 19:20:02 -07:00
Dennis Bartlett
fdc76c8802
Update scripts so that test runs all tests by default ( #2749 )
2025-04-08 19:19:12 -07:00
Saoud Rizwan
7099a00674
Add info about smarter context management ( #2754 )
...
* Add info about smarter context management
* Create nice-toys-help.md
2025-04-08 19:18:13 -07:00
monotykamary
b470229a97
feat: add tiered pricing for gemini-2.5-pro ( #2741 )
...
* feat: add tiered pricing for gemini-2.5-pro
* fix: ensure price tiers are sorted before lookup
* refactor: remove old prices
* refactor(settings): improve model tier pricing display clarity
- Clarify token limit display using full numbers instead of 'k'.
- Specify price unit as '/million tokens' for better understanding.
2025-04-08 19:06:25 -07:00
pashpashpash
e37f6e3b88
Context in context ( #2745 )
...
* context in context
* keeping comments
* minimal context window line
* nit
2025-04-08 17:55:27 -07:00
pashpashpash
4c72bd96ab
New Horizons ( #2747 )
...
* new task tool added
* small fix
* fixed numbering
* system prompt
2025-04-08 17:20:30 -07:00
Evan and Dennis Bartlett
be120e85be
Keybinding to quick-add context to Cline chat ( #2748 )
...
* add cmd + quote keybinding to add to cline chat
* changeset
* auto focus and start cursor on new line for easy UX
* changeset
* Remove extra new line character
---------
Co-authored-by: Dennis Bartlett <bartlett.dc.1@gmail.com >
2025-04-08 16:45:34 -07:00
Toshii
fdd04bc942
split user text during task resumption ( #2699 )
...
* task restore user message block structure
* changeset
2025-04-08 16:13:07 -07:00
Shlomo
b7c03af9ac
fix: can't open as image diagrams with non-Latin1 characters ( #2402 )
2025-04-08 16:12:21 -07:00
github-actions[bot]
1961583eb6
v3.10.0 Release Notes and Banner
...
v3.10.0 Release Notes and Banner
v3.10.0
2025-04-08 16:05:52 -07:00
Evan
35dd137c36
ApiOptions TS Errors ( #2746 )
...
* unblock apioptions spec errors
* changeset
2025-04-08 13:49:04 -07:00
Toshii and Dennis Bartlett
867a69777a
context management ( #2731 )
...
* base context manager
* responses
* changeset
* Disable unit tests until runner is updated (#2733 )
---------
Co-authored-by: Dennis Bartlett <bartlett.dc.1@gmail.com >
2025-04-08 10:11:29 -07:00
Dennis Bartlett
b67afb84a7
Update runner name
2025-04-07 22:54:07 -07:00
Dennis Bartlett and ellipsis-dev[bot]
abca4cc76a
Add dispatch trigger and restrictions to changeset converter. ( #2735 )
...
* Add dispatch trigger and restrictions to changeset converter.
* Update .github/workflows/changeset-converter.yml
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Update action to specific version
* Fix format, Update package-lock version
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-04-07 22:42:16 -07:00