mirror of
https://github.com/cline/cline.git
synced 2026-09-19 02:05:44 +08:00
Migrate Browsertools settings to the webview from Vscode settings (#3444)
* Removing redundant settings * Add chromeExecutablePath to BrowserSettings and UpdateBrowserSettingsRequest - Introduced optional chromeExecutablePath field in BrowserSettings and UpdateBrowserSettingsRequest. - Updated updateBrowserSettings function to merge new settings with existing ones, preserving previous values. - Enhanced BrowserSession to check for the chromeExecutablePath in global state. - Modified BrowserSettingsSection to include a UI input for specifying the Chrome executable path. * Removing browser stuff * Removing browser stuff * Removing browser stuff * Removing browser stuff * Add cute animation * Add cute animation * Add cute animation * Add cute animation * Add cute animation * Add cute animation * Add cute animation * adding stuff --------- Co-authored-by: Cline Evaluation <cline@example.com>
This commit is contained in:
@@ -235,45 +235,11 @@
|
||||
"configuration": {
|
||||
"title": "Cline",
|
||||
"properties": {
|
||||
"cline.vsCodeLmModelSelector": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"vendor": {
|
||||
"type": "string",
|
||||
"description": "The vendor of the language model (e.g. copilot)"
|
||||
},
|
||||
"family": {
|
||||
"type": "string",
|
||||
"description": "The family of the language model (e.g. gpt-4)"
|
||||
}
|
||||
},
|
||||
"description": "Settings for VSCode Language Model API"
|
||||
},
|
||||
"cline.enableCheckpoints": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"description": "Enables extension to save checkpoints of workspace throughout the task. Uses git under the hood which may not work well with large workspaces."
|
||||
},
|
||||
"cline.disableBrowserTool": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "Disables extension from spawning browser session."
|
||||
},
|
||||
"cline.modelSettings.o3Mini.reasoningEffort": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"low",
|
||||
"medium",
|
||||
"high"
|
||||
],
|
||||
"default": "medium",
|
||||
"description": "Controls the reasoning effort when using an OpenAI reasoning model. Higher values may result in more thorough but slower responses."
|
||||
},
|
||||
"cline.chromeExecutablePath": {
|
||||
"type": "string",
|
||||
"default": null,
|
||||
"description": "Path to Chrome executable for browser use functionality. If not set, the extension will attempt to find or download it automatically."
|
||||
},
|
||||
"cline.preferredLanguage": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
|
||||
Reference in New Issue
Block a user