@opensumi/ide-core-common 3.3.4-next-1727259077.0 → 3.3.4-next-1727322059.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.
|
@@ -10,9 +10,10 @@ export declare enum AINativeSettingSectionsId {
|
|
|
10
10
|
/**
|
|
11
11
|
* Whether to enable prompt engineering, some LLM models may not perform well on prompt engineering.
|
|
12
12
|
*/
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
IntelligentCompletionsPromptEngineeringEnabled = "ai.native.intelligentCompletions.promptEngineering.enabled",
|
|
14
|
+
IntelligentCompletionsDebounceTime = "ai.native.intelligentCompletions.debounceTime",
|
|
15
|
+
IntelligentCompletionsCacheEnabled = "ai.native.intelligentCompletions.cache.enabled",
|
|
16
|
+
IntelligentCompletionsAlwaysVisible = "ai.native.intelligentCompletions.alwaysVisible"
|
|
16
17
|
}
|
|
17
18
|
export declare const AI_NATIVE_SETTING_GROUP_ID = "AI-Native";
|
|
18
19
|
export declare const AI_NATIVE_SETTING_GROUP_TITLE = "AI Native";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ai-native.d.ts","sourceRoot":"","sources":["../../src/settings/ai-native.ts"],"names":[],"mappings":"AAAA,oBAAY,yBAAyB;IACnC;;OAEG;IACH,qBAAqB,sCAAsC;IAE3D,qBAAqB,sCAAsC;IAC3D,2BAA2B,4CAA4C;IACvE,+BAA+B,gDAAgD;IAC/E,eAAe,gCAAgC;IAE/C;;OAEG;IACH,
|
|
1
|
+
{"version":3,"file":"ai-native.d.ts","sourceRoot":"","sources":["../../src/settings/ai-native.ts"],"names":[],"mappings":"AAAA,oBAAY,yBAAyB;IACnC;;OAEG;IACH,qBAAqB,sCAAsC;IAE3D,qBAAqB,sCAAsC;IAC3D,2BAA2B,4CAA4C;IACvE,+BAA+B,gDAAgD;IAC/E,eAAe,gCAAgC;IAE/C;;OAEG;IACH,8CAA8C,+DAA+D;IAC7G,kCAAkC,kDAAkD;IACpF,kCAAkC,mDAAmD;IACrF,mCAAmC,mDAAmD;CACvF;AACD,eAAO,MAAM,0BAA0B,cAAc,CAAC;AACtD,eAAO,MAAM,6BAA6B,cAAc,CAAC"}
|
|
@@ -14,9 +14,10 @@ var AINativeSettingSectionsId;
|
|
|
14
14
|
/**
|
|
15
15
|
* Whether to enable prompt engineering, some LLM models may not perform well on prompt engineering.
|
|
16
16
|
*/
|
|
17
|
-
AINativeSettingSectionsId["
|
|
18
|
-
AINativeSettingSectionsId["
|
|
19
|
-
AINativeSettingSectionsId["
|
|
17
|
+
AINativeSettingSectionsId["IntelligentCompletionsPromptEngineeringEnabled"] = "ai.native.intelligentCompletions.promptEngineering.enabled";
|
|
18
|
+
AINativeSettingSectionsId["IntelligentCompletionsDebounceTime"] = "ai.native.intelligentCompletions.debounceTime";
|
|
19
|
+
AINativeSettingSectionsId["IntelligentCompletionsCacheEnabled"] = "ai.native.intelligentCompletions.cache.enabled";
|
|
20
|
+
AINativeSettingSectionsId["IntelligentCompletionsAlwaysVisible"] = "ai.native.intelligentCompletions.alwaysVisible";
|
|
20
21
|
})(AINativeSettingSectionsId = exports.AINativeSettingSectionsId || (exports.AINativeSettingSectionsId = {}));
|
|
21
22
|
exports.AI_NATIVE_SETTING_GROUP_ID = 'AI-Native';
|
|
22
23
|
exports.AI_NATIVE_SETTING_GROUP_TITLE = 'AI Native';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ai-native.js","sourceRoot":"","sources":["../../src/settings/ai-native.ts"],"names":[],"mappings":";;;AAAA,IAAY,
|
|
1
|
+
{"version":3,"file":"ai-native.js","sourceRoot":"","sources":["../../src/settings/ai-native.ts"],"names":[],"mappings":";;;AAAA,IAAY,yBAkBX;AAlBD,WAAY,yBAAyB;IACnC;;OAEG;IACH,wFAA2D,CAAA;IAE3D,wFAA2D,CAAA;IAC3D,oGAAuE,CAAA;IACvE,4GAA+E,CAAA;IAC/E,4EAA+C,CAAA;IAE/C;;OAEG;IACH,0IAA6G,CAAA;IAC7G,iHAAoF,CAAA;IACpF,kHAAqF,CAAA;IACrF,mHAAsF,CAAA;AACxF,CAAC,EAlBW,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAkBpC;AACY,QAAA,0BAA0B,GAAG,WAAW,CAAC;AACzC,QAAA,6BAA6B,GAAG,WAAW,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opensumi/ide-core-common",
|
|
3
|
-
"version": "3.3.4-next-
|
|
3
|
+
"version": "3.3.4-next-1727322059.0",
|
|
4
4
|
"description": "@opensumi/ide-core-common",
|
|
5
5
|
"files": [
|
|
6
6
|
"lib",
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@opensumi/di": "^1.8.0",
|
|
22
|
-
"@opensumi/ide-utils": "3.3.4-next-
|
|
22
|
+
"@opensumi/ide-utils": "3.3.4-next-1727322059.0"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@opensumi/ide-dev-tool": "3.3.4-next-
|
|
25
|
+
"@opensumi/ide-dev-tool": "3.3.4-next-1727322059.0"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "0e3ce00cd46f5ff87181eca7fbd8fa97d5db2363"
|
|
28
28
|
}
|
|
@@ -12,9 +12,10 @@ export enum AINativeSettingSectionsId {
|
|
|
12
12
|
/**
|
|
13
13
|
* Whether to enable prompt engineering, some LLM models may not perform well on prompt engineering.
|
|
14
14
|
*/
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
15
|
+
IntelligentCompletionsPromptEngineeringEnabled = 'ai.native.intelligentCompletions.promptEngineering.enabled',
|
|
16
|
+
IntelligentCompletionsDebounceTime = 'ai.native.intelligentCompletions.debounceTime',
|
|
17
|
+
IntelligentCompletionsCacheEnabled = 'ai.native.intelligentCompletions.cache.enabled',
|
|
18
|
+
IntelligentCompletionsAlwaysVisible = 'ai.native.intelligentCompletions.alwaysVisible',
|
|
18
19
|
}
|
|
19
20
|
export const AI_NATIVE_SETTING_GROUP_ID = 'AI-Native';
|
|
20
21
|
export const AI_NATIVE_SETTING_GROUP_TITLE = 'AI Native';
|