@opensumi/ide-components 3.8.1-next-1741092802.0 → 3.8.1-next-1741095045.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.
- package/dist/index.js +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -7297,7 +7297,7 @@ eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexpo
|
|
|
7297
7297
|
/***/ ((__unused_webpack_module, exports) => {
|
|
7298
7298
|
|
|
7299
7299
|
"use strict";
|
|
7300
|
-
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.IAIReporter = exports.MergeConflictEditorMode = exports.ActionTypeEnum = exports.ActionSourceEnum = exports.AIServiceType = exports.AI_REPORTER_NAME = void 0;\nexports.AI_REPORTER_NAME = 'AI';\nvar AIServiceType;\n(function (AIServiceType) {\n AIServiceType[\"Chat\"] = \"chat\";\n AIServiceType[\"InlineChat\"] = \"inlineChat\";\n AIServiceType[\"CodeAction\"] = \"codeAction\";\n AIServiceType[\"InlineChatInput\"] = \"inlineChatInput\";\n AIServiceType[\"
|
|
7300
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports.IAIReporter = exports.MergeConflictEditorMode = exports.ActionTypeEnum = exports.ActionSourceEnum = exports.AIServiceType = exports.AI_REPORTER_NAME = void 0;\nexports.AI_REPORTER_NAME = 'AI';\nvar AIServiceType;\n(function (AIServiceType) {\n AIServiceType[\"Chat\"] = \"chat\";\n AIServiceType[\"InlineChat\"] = \"inlineChat\";\n AIServiceType[\"CodeAction\"] = \"codeAction\";\n AIServiceType[\"InlineChatInput\"] = \"inlineChatInput\";\n AIServiceType[\"CustomReply\"] = \"customReply\";\n AIServiceType[\"ToolCall\"] = \"toolCall\";\n AIServiceType[\"Completion\"] = \"completion\";\n AIServiceType[\"Agent\"] = \"agent\";\n AIServiceType[\"MergeConflict\"] = \"mergeConflict\";\n AIServiceType[\"Rename\"] = \"rename\";\n AIServiceType[\"TerminalAICommand\"] = \"terminalAICommand\";\n AIServiceType[\"ProblemFix\"] = \"problemFix\";\n AIServiceType[\"CodeEdits\"] = \"codeEdits\";\n})(AIServiceType || (exports.AIServiceType = AIServiceType = {}));\nvar ActionSourceEnum;\n(function (ActionSourceEnum) {\n // 聊天面板\n ActionSourceEnum[\"Chat\"] = \"chat\";\n // 编辑器内联 Chat\n ActionSourceEnum[\"InlineChat\"] = \"inlineChat\";\n // 编辑器内联 ChatInput\n ActionSourceEnum[\"InlineChatInput\"] = \"inlineChatInput\";\n // 编辑器内 Action\n ActionSourceEnum[\"CodeAction\"] = \"codeAction\";\n // 终端\n ActionSourceEnum[\"Terminal\"] = \"terminal\";\n // 下拉补全 | 自动补全\n ActionSourceEnum[\"Completion\"] = \"completion\";\n // 编辑器内悬停操作\n ActionSourceEnum[\"Hover\"] = \"hover\";\n})(ActionSourceEnum || (exports.ActionSourceEnum = ActionSourceEnum = {}));\nvar ActionTypeEnum;\n(function (ActionTypeEnum) {\n // 自动补全\n ActionTypeEnum[\"Completion\"] = \"completion\";\n // 下拉补全\n ActionTypeEnum[\"DropdownCompletion\"] = \"dropdownCompletion\";\n // ai重命名\n ActionTypeEnum[\"Rename\"] = \"rename\";\n // Chat面板 插入代码\n ActionTypeEnum[\"ChatInsertCode\"] = \"chatInsertCode\";\n // Chat面板 复制代码\n ActionTypeEnum[\"ChatCopyCode\"] = \"chatCopyCode\";\n // Chat面板 欢迎语的Action\n ActionTypeEnum[\"Welcome\"] = \"welcome\";\n // Chat面板 回复消息的Action\n ActionTypeEnum[\"Followup\"] = \"followup\";\n // 发送消息\n ActionTypeEnum[\"Send\"] = \"send\";\n // 生成代码后的行动点:全部采纳\n ActionTypeEnum[\"Accept\"] = \"accept\";\n // 生成代码后的行动点:单模块采纳\n ActionTypeEnum[\"lineAccept\"] = \"lineAccept\";\n // 生成代码后的行动点:全部拒绝\n ActionTypeEnum[\"Discard\"] = \"discard\";\n // 生成代码后的行动点:全部拒绝\n ActionTypeEnum[\"LineDiscard\"] = \"lineDiscard\";\n // 生成代码后的行动点:重新生成\n ActionTypeEnum[\"Regenerate\"] = \"regenerate\";\n // 悬停的问题修复\n ActionTypeEnum[\"HoverFix\"] = \"hoverFix\";\n // 上下文增强\n ActionTypeEnum[\"ContextEnhance\"] = \"contextEnhance\";\n // 包含业务自定义的Action\n})(ActionTypeEnum || (exports.ActionTypeEnum = ActionTypeEnum = {}));\nvar MergeConflictEditorMode;\n(function (MergeConflictEditorMode) {\n MergeConflictEditorMode[\"3way\"] = \"3way\";\n MergeConflictEditorMode[\"traditional\"] = \"traditional\";\n})(MergeConflictEditorMode || (exports.MergeConflictEditorMode = MergeConflictEditorMode = {}));\nexports.IAIReporter = Symbol('IAIReporter');\n//# sourceMappingURL=reporter.js.map\n\n//# sourceURL=webpack://@opensumi/ide-components/../core-common/lib/types/ai-native/reporter.js?");
|
|
7301
7301
|
|
|
7302
7302
|
/***/ }),
|
|
7303
7303
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opensumi/ide-components",
|
|
3
|
-
"version": "3.8.1-next-
|
|
3
|
+
"version": "3.8.1-next-1741095045.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-
|
|
20
|
-
"@opensumi/ide-utils": "3.8.1-next-
|
|
19
|
+
"@opensumi/ide-core-common": "3.8.1-next-1741095045.0",
|
|
20
|
+
"@opensumi/ide-utils": "3.8.1-next-1741095045.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-
|
|
41
|
+
"@opensumi/ide-dev-tool": "3.8.1-next-1741095045.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": "
|
|
46
|
+
"gitHead": "0d17c5a8716006fb7e70efcbd34eec258694b3c8"
|
|
47
47
|
}
|