Commit graph

54 commits

Author SHA1 Message Date
Trevor Hudson
e5d616b0bf add optional telemetry (#1939)
* add optional telemetry

* move capture

* add changeset

* implement suggestions
2025-02-27 15:40:47 -08:00
Saoud Rizwan
e14fd78767 Use GUI telemetry toggle to more clearly show user if they're opted in or not 2025-02-25 17:34:36 -08:00
Saoud Rizwan
8c5f8b253b Fix resetting telemetryEnabled if global setting is toggled off 2025-02-25 15:43:40 -08:00
Saoud Rizwan
568932492b Add optional opt-in telemetry to help fix bugs and improve product 2025-02-25 15:23:38 -08:00
Saoud Rizwan
f14542d61f Revert "Everyone Gets a Timeout (#1889)"
This reverts commit 87670a37b8.
2025-02-24 18:13:59 -08:00
Evan
87670a37b8
Everyone Gets a Timeout (#1889)
* timeouts for individual servers

* changeset

* remove logger

* use const and descriptive function for time settings
2025-02-24 13:53:29 -08:00
Saoud Rizwan
26be9469c4 Add delete button to MCP server 2025-02-19 18:02:20 -08:00
Saoud Rizwan
ceeb33fdc5 Fix race condition where MCP servers were sent to webview before it was initialized 2025-02-18 21:38:43 -08:00
Evan
96540ddf1e fix linting error 2025-02-11 13:21:22 -08:00
supermomonga
82eba4d668
Add extension setting for chromium executable path (#1721)
* Add extension setting for chromium executable path

* apply changeset

* Update src/services/browser/BrowserSession.ts

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>

* format code

---------

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-02-10 00:13:48 -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
fa67db75e0
Add clineignore class into cline file (#1623) 2025-02-03 16:53:49 -08:00
Evan Fannin
2a078fee77
Class Implemented (#1577)
* wip

* LLMFileAccessController and tests

* added class and tests

* cleaning up

* formatting

* removing some defaults

* package json and remove defaults list
2025-01-31 12:09:12 -08:00
Evan Fannin
fc5d0bdb5a
Add simple backend logging service (#1517)
* formatting

* inefficient import

* remove redundant initialization check
2025-01-28 14:45:13 -08:00
Saoud Rizwan
bb967128b8 Fix copy for mcp settings 2025-01-27 19:14:05 -08:00
Evan
b1bcbfeadc changed mcp setting name, changes setting option name 2025-01-24 14:48:57 +08:00
Evan
542c246a55 reverting UI changes 2025-01-23 13:03:27 +08:00
Evan
c204ad711b merge conflicts 2025-01-23 12:16:34 +08:00
pashpashpash
f4d655dfda
Merge pull request #1406 from cline/pashpashpash-accounts
Authentication & Accounts
2025-01-22 17:25:44 -08:00
pashpashpash
4f7cd7fb20 prettier fix 2025-01-22 15:55:23 -08:00
Evan
99cc41c328 merge conflicts 2025-01-22 20:38:17 +08:00
Evan
f193683de6 Merge branch 'add-advanced-settings-button' into add-disable-MCP-setting 2025-01-22 19:20:26 +08:00
pashpashpash
7deb753165 login persists through reloaded window 2025-01-22 00:38:47 -08:00
pashpashpash
36aaa18291 e2e login flow working 2025-01-22 00:23:02 -08:00
Evan
991175d72e wip 2025-01-22 09:54:00 +08:00
Saoud Rizwan
2b32940ca2 Rename alwaysAllow to autoApprove 2025-01-20 16:12:11 -08:00
Saoud Rizwan
fc82e95beb Enable/disable MCP servers 2025-01-20 16:12:10 -08:00
Saoud Rizwan
d9e1031f85 Add auto approve settings for mcp tools 2025-01-20 16:12:10 -08:00
Evan
96005f0ad9 Changing MCP settings UI to reflect new toggle 2025-01-20 15:49:35 +08:00
Evan
1d97429e28 toggle MCP 2025-01-19 13:26:18 +08:00
Saoud Rizwan
699ae18a7f Add browser settings to change headless mode and size 2025-01-15 22:08:35 -08:00
Saoud Rizwan
25cd7cc8e2 chore: Prettier fix formatting 2025-01-06 12:41:33 -08:00
Saoud Rizwan
9de7253998 refactor: code cleanup, formatting updates, improved workspace handling, checkpoints feature
Add instructions

Fix completion

Refactor

Rename reset to restore

add haschanges flag

Remove log

Better error handling

Better error handling

Fix wording

Fix

Fix

Fix

Comment

Add hash for only latest tool

Prepare for release

Fix

Fix delete

Format fix
2025-01-06 12:40:30 -08:00
Saoud Rizwan
37d940b137 Fixes 2024-12-11 21:30:28 -08:00
Saoud Rizwan
88cb60efe1 Fix server restart UX 2024-12-11 16:18:43 -08:00
Saoud Rizwan
f5ace866e8 Fixes 2024-12-11 14:12:11 -08:00
Saoud Rizwan
18d13ac66b Add comment 2024-12-10 19:51:33 -08:00
Saoud Rizwan
1319105bb4 Add index.js monitoring and fix capturing server error output 2024-12-10 14:26:25 -08:00
Saoud Rizwan
61311e3f41 Add mcp-servers dir 2024-12-09 13:13:06 -08:00
Saoud Rizwan
6a83736d30 Fix retrying connection 2024-12-08 16:28:51 -08:00
Saoud Rizwan
6c5db4135e Add restart capability to servers 2024-12-07 22:11:22 -08:00
Saoud Rizwan
1492604ee6 Add use_mcp_tool and access_mcp_resource tools 2024-12-07 19:46:59 -08:00
Saoud Rizwan
17d481d4d1 Add McpHub and sync with McpView 2024-12-05 19:00:55 -08:00
Mark Percival
93e70c62f1
Chore: Prettier for consistant formatting (#794)
* Chore: Pretier for consistant formatting

- TODO: This PR needs to be updated by Saoud after he runs `npm install` & `npm format:fix` and commits the results of the prettier changes.

* Revert prettier config

* Run npm install

* Fix prettier config and ignore package lock

* Run format

---------

Co-authored-by: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com>
2024-11-21 13:13:54 -08:00
Saoud Rizwan
bca22a8aa1 Fixes 2024-10-27 18:33:20 -04:00
Saoud Rizwan
78a3666f68 Fixes 2024-10-27 16:25:28 -04:00
Saoud Rizwan
fbc987e220 Adjust browser resolution; show loading spinner when browser session has started 2024-10-27 16:05:26 -04:00
Saoud Rizwan
d9f9e7ba16 Add browser_action tool 2024-10-27 02:39:41 -04:00
Saoud Rizwan
c04dfc76cb Misc refactor cline 2024-10-09 01:49:59 -04:00
Saoud Rizwan
2b63b91bfb Refactor out file helpers into fs.ts 2024-10-09 01:49:55 -04:00