@opensumi/ide-components 3.8.1-next-1741071284.0 → 3.8.1-next-1741074512.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -7176,7 +7176,7 @@ eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexpo
7176
7176
  /***/ ((__unused_webpack_module, exports) => {
7177
7177
 
7178
7178
  "use strict";
7179
- eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.AI_NATIVE_SETTING_GROUP_TITLE = exports.AI_NATIVE_SETTING_GROUP_ID = exports.AINativeSettingSectionsId = void 0;\nvar AINativeSettingSectionsId;\n(function (AINativeSettingSectionsId) {\n /**\n * inline diff preview mode\n */\n AINativeSettingSectionsId[\"InlineDiffPreviewMode\"] = \"ai.native.inlineDiff.preview.mode\";\n AINativeSettingSectionsId[\"InlineChatAutoVisible\"] = \"ai.native.inlineChat.auto.visible\";\n AINativeSettingSectionsId[\"InlineChatCodeActionEnabled\"] = \"ai.native.inlineChat.codeAction.enabled\";\n AINativeSettingSectionsId[\"InterfaceQuickNavigationEnabled\"] = \"ai.native.interface.quickNavigation.enabled\";\n AINativeSettingSectionsId[\"ChatVisibleType\"] = \"ai.native.chat.visible.type\";\n /**\n * Whether to enable prompt engineering, some LLM models may not perform well on prompt engineering.\n */\n AINativeSettingSectionsId[\"IntelligentCompletionsPromptEngineeringEnabled\"] = \"ai.native.intelligentCompletions.promptEngineering.enabled\";\n AINativeSettingSectionsId[\"IntelligentCompletionsDebounceTime\"] = \"ai.native.intelligentCompletions.debounceTime\";\n AINativeSettingSectionsId[\"IntelligentCompletionsCacheEnabled\"] = \"ai.native.intelligentCompletions.cache.enabled\";\n AINativeSettingSectionsId[\"IntelligentCompletionsAlwaysVisible\"] = \"ai.native.intelligentCompletions.alwaysVisible\";\n /**\n * Code edits settings\n */\n AINativeSettingSectionsId[\"CodeEditsLintErrors\"] = \"ai.native.codeEdits.lintErrors\";\n AINativeSettingSectionsId[\"CodeEditsLineChange\"] = \"ai.native.codeEdits.lineChange\";\n AINativeSettingSectionsId[\"CodeEditsTyping\"] = \"ai.native.codeEdits.typing\";\n AINativeSettingSectionsId[\"CodeEditsRenderType\"] = \"ai.native.codeEdits.renderType\";\n /**\n * Language model API keys\n */\n AINativeSettingSectionsId[\"LLMModelSelection\"] = \"ai.native.llm.model.selection\";\n AINativeSettingSectionsId[\"DeepseekApiKey\"] = \"ai.native.deepseek.apiKey\";\n AINativeSettingSectionsId[\"AnthropicApiKey\"] = \"ai.native.anthropic.apiKey\";\n AINativeSettingSectionsId[\"OpenaiApiKey\"] = \"ai.native.openai.apiKey\";\n AINativeSettingSectionsId[\"OpenaiBaseURL\"] = \"ai.native.openai.baseURL\";\n /**\n * MCP Server configurations\n */\n AINativeSettingSectionsId[\"MCPServers\"] = \"ai.native.mcp.servers\";\n /**\n * System prompt\n */\n AINativeSettingSectionsId[\"SystemPrompt\"] = \"ai.native.chat.system.prompt\";\n})(AINativeSettingSectionsId || (exports.AINativeSettingSectionsId = AINativeSettingSectionsId = {}));\nexports.AI_NATIVE_SETTING_GROUP_ID = 'AI-Native';\nexports.AI_NATIVE_SETTING_GROUP_TITLE = 'AI Native';\n//# sourceMappingURL=ai-native.js.map\n\n//# sourceURL=webpack://@opensumi/ide-components/../core-common/lib/settings/ai-native.js?");
7179
+ eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.AI_NATIVE_SETTING_GROUP_TITLE = exports.AI_NATIVE_SETTING_GROUP_ID = exports.AINativeSettingSectionsId = void 0;\nvar AINativeSettingSectionsId;\n(function (AINativeSettingSectionsId) {\n /**\n * inline diff preview mode\n */\n AINativeSettingSectionsId[\"InlineDiffPreviewMode\"] = \"ai.native.inlineDiff.preview.mode\";\n AINativeSettingSectionsId[\"InlineChatAutoVisible\"] = \"ai.native.inlineChat.auto.visible\";\n AINativeSettingSectionsId[\"InlineChatCodeActionEnabled\"] = \"ai.native.inlineChat.codeAction.enabled\";\n AINativeSettingSectionsId[\"InterfaceQuickNavigationEnabled\"] = \"ai.native.interface.quickNavigation.enabled\";\n AINativeSettingSectionsId[\"ChatVisibleType\"] = \"ai.native.chat.visible.type\";\n /**\n * Whether to enable prompt engineering, some LLM models may not perform well on prompt engineering.\n */\n AINativeSettingSectionsId[\"IntelligentCompletionsPromptEngineeringEnabled\"] = \"ai.native.intelligentCompletions.promptEngineering.enabled\";\n AINativeSettingSectionsId[\"IntelligentCompletionsDebounceTime\"] = \"ai.native.intelligentCompletions.debounceTime\";\n AINativeSettingSectionsId[\"IntelligentCompletionsCacheEnabled\"] = \"ai.native.intelligentCompletions.cache.enabled\";\n AINativeSettingSectionsId[\"IntelligentCompletionsAlwaysVisible\"] = \"ai.native.intelligentCompletions.alwaysVisible\";\n /**\n * Code edits settings\n */\n AINativeSettingSectionsId[\"CodeEditsLintErrors\"] = \"ai.native.codeEdits.lintErrors\";\n AINativeSettingSectionsId[\"CodeEditsLineChange\"] = \"ai.native.codeEdits.lineChange\";\n AINativeSettingSectionsId[\"CodeEditsTyping\"] = \"ai.native.codeEdits.typing\";\n AINativeSettingSectionsId[\"CodeEditsRenderType\"] = \"ai.native.codeEdits.renderType\";\n /**\n * Language model API keys\n */\n AINativeSettingSectionsId[\"LLMModelSelection\"] = \"ai.native.llm.model.selection\";\n AINativeSettingSectionsId[\"ModelID\"] = \"ai.native.llm.model.id\";\n AINativeSettingSectionsId[\"DeepseekApiKey\"] = \"ai.native.deepseek.apiKey\";\n AINativeSettingSectionsId[\"AnthropicApiKey\"] = \"ai.native.anthropic.apiKey\";\n AINativeSettingSectionsId[\"OpenaiApiKey\"] = \"ai.native.openai.apiKey\";\n AINativeSettingSectionsId[\"OpenaiBaseURL\"] = \"ai.native.openai.baseURL\";\n /**\n * MCP Server configurations\n */\n AINativeSettingSectionsId[\"MCPServers\"] = \"ai.native.mcp.servers\";\n /**\n * System prompt\n */\n AINativeSettingSectionsId[\"SystemPrompt\"] = \"ai.native.chat.system.prompt\";\n})(AINativeSettingSectionsId || (exports.AINativeSettingSectionsId = AINativeSettingSectionsId = {}));\nexports.AI_NATIVE_SETTING_GROUP_ID = 'AI-Native';\nexports.AI_NATIVE_SETTING_GROUP_TITLE = 'AI Native';\n//# sourceMappingURL=ai-native.js.map\n\n//# sourceURL=webpack://@opensumi/ide-components/../core-common/lib/settings/ai-native.js?");
7180
7180
 
7181
7181
  /***/ }),
7182
7182
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensumi/ide-components",
3
- "version": "3.8.1-next-1741071284.0",
3
+ "version": "3.8.1-next-1741074512.0",
4
4
  "description": "@opensumi/ide-components",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",
@@ -16,8 +16,8 @@
16
16
  },
17
17
  "dependencies": {
18
18
  "@ant-design/icons": "^4.6.4",
19
- "@opensumi/ide-core-common": "3.8.1-next-1741071284.0",
20
- "@opensumi/ide-utils": "3.8.1-next-1741071284.0",
19
+ "@opensumi/ide-core-common": "3.8.1-next-1741074512.0",
20
+ "@opensumi/ide-utils": "3.8.1-next-1741074512.0",
21
21
  "@opensumi/react-custom-scrollbars-2": "^4.3.4",
22
22
  "@rc-component/mini-decimal": "^1.0.1",
23
23
  "fuzzy": "^0.1.3",
@@ -38,10 +38,10 @@
38
38
  "react-window": "^1.8.5"
39
39
  },
40
40
  "devDependencies": {
41
- "@opensumi/ide-dev-tool": "3.8.1-next-1741071284.0",
41
+ "@opensumi/ide-dev-tool": "3.8.1-next-1741074512.0",
42
42
  "@types/marked": "^4.0.7",
43
43
  "@types/react-window": "^1.8.5",
44
44
  "prop-types": "^15.8.1"
45
45
  },
46
- "gitHead": "dccaf5e362c130aed04e6540ca5cbb5cec1b561f"
46
+ "gitHead": "3e25140a2a8e4594795a281df69f86b500233faa"
47
47
  }