Skip to content

Commit e0e73ec

Browse files
committed
chore: remove deepclaude mode
The new models are strong enough now, so no need of deepclaude mode anymore.
1 parent c98da29 commit e0e73ec

File tree

11 files changed

+238
-990
lines changed

11 files changed

+238
-990
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## v4.11.0
4+
5+
- Bump AI SDK to v6
6+
- Remove deepclaude mode
7+
38
## v4.10.1
49

510
- Add support for Gemini CLI

README.md

Lines changed: 74 additions & 74 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"displayName": "ChatGPT Copilot",
55
"icon": "images/ai-logo.png",
66
"description": "An VS Code ChatGPT Copilot Extension",
7-
"version": "4.10.4",
7+
"version": "4.11.0",
88
"aiKey": "",
99
"repository": {
1010
"url": "https://github.com/feiskyer/chatgpt-copilot"
@@ -655,56 +655,6 @@
655655
"description": "Automatically add current file to chat context when switching files",
656656
"order": 122
657657
},
658-
"chatgpt.gpt3.reasoning.provider": {
659-
"type": "string",
660-
"markdownDescription": "[Reasoning Model] AI Provider.",
661-
"enum": [
662-
"Auto",
663-
"OpenAI",
664-
"Ollama",
665-
"Azure",
666-
"AzureAI",
667-
"Google",
668-
"DeepSeek",
669-
"Groq",
670-
"OpenRouter"
671-
],
672-
"markdownEnumDescriptions": [
673-
"Auto - Infer provider from model",
674-
"OpenAI - OpenAI and OpenAI-compatible providers",
675-
"Ollama - Ollama local provider",
676-
"Azure - Azure OpenAI AI",
677-
"AzureAI - Azure AI (non-OpenAI models)",
678-
"Google - Google Generative AI",
679-
"DeepSeek",
680-
"Groq",
681-
"OpenRouter"
682-
],
683-
"default": "Auto",
684-
"order": 150
685-
},
686-
"chatgpt.gpt3.reasoning.apiKey": {
687-
"type": "string",
688-
"markdownDescription": "[Reasoning Model] API Key.",
689-
"order": 151
690-
},
691-
"chatgpt.gpt3.reasoning.apiBaseUrl": {
692-
"type": "string",
693-
"default": "https://api.openai.com/v1",
694-
"markdownDescription": "[Reasoning Model] API Base URL.",
695-
"order": 152
696-
},
697-
"chatgpt.gpt3.reasoning.organization": {
698-
"type": "string",
699-
"markdownDescription": "[Reasoning Model] Organization (OpenAI only).",
700-
"order": 153
701-
},
702-
"chatgpt.gpt3.reasoning.model": {
703-
"type": "string",
704-
"default": "",
705-
"markdownDescription": "[Reasoning Model] Model to use for reasoning.",
706-
"order": 154
707-
},
708658
"chatgpt.gpt3.maxSteps": {
709659
"type": "number",
710660
"default": 15,

0 commit comments

Comments
 (0)