@opensumi/ide-core-common 2.27.3-rc-1715052394.0 → 2.27.3-rc-1715223126.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.
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export declare enum AINativeSettingSectionsId {
|
|
2
2
|
INLINE_CHAT_AUTO_VISIBLE = "ai.native.inlineChat.auto.visible",
|
|
3
3
|
INLINE_CHAT_CODE_ACTION_ENABLED = "ai.native.inlineChat.codeAction.enabled",
|
|
4
|
+
INTERFACE_QUICK_NAVIGATION_ENABLED = "ai.native.interface.quickNavigation.enabled",
|
|
4
5
|
CHAT_VISIBLE_TYPE = "ai.native.chat.visible.type"
|
|
5
6
|
}
|
|
6
7
|
export declare const AI_NATIVE_SETTING_GROUP_ID = "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,wBAAwB,sCAAsC;IAC9D,+BAA+B,4CAA4C;IAC3E,iBAAiB,gCAAgC;CAClD;AACD,eAAO,MAAM,0BAA0B,cAAc,CAAC;AACtD,eAAO,MAAM,6BAA6B,cAAc,CAAC"}
|
|
1
|
+
{"version":3,"file":"ai-native.d.ts","sourceRoot":"","sources":["../../src/settings/ai-native.ts"],"names":[],"mappings":"AAAA,oBAAY,yBAAyB;IACnC,wBAAwB,sCAAsC;IAC9D,+BAA+B,4CAA4C;IAC3E,kCAAkC,gDAAgD;IAClF,iBAAiB,gCAAgC;CAClD;AACD,eAAO,MAAM,0BAA0B,cAAc,CAAC;AACtD,eAAO,MAAM,6BAA6B,cAAc,CAAC"}
|
|
@@ -5,6 +5,7 @@ var AINativeSettingSectionsId;
|
|
|
5
5
|
(function (AINativeSettingSectionsId) {
|
|
6
6
|
AINativeSettingSectionsId["INLINE_CHAT_AUTO_VISIBLE"] = "ai.native.inlineChat.auto.visible";
|
|
7
7
|
AINativeSettingSectionsId["INLINE_CHAT_CODE_ACTION_ENABLED"] = "ai.native.inlineChat.codeAction.enabled";
|
|
8
|
+
AINativeSettingSectionsId["INTERFACE_QUICK_NAVIGATION_ENABLED"] = "ai.native.interface.quickNavigation.enabled";
|
|
8
9
|
AINativeSettingSectionsId["CHAT_VISIBLE_TYPE"] = "ai.native.chat.visible.type";
|
|
9
10
|
})(AINativeSettingSectionsId = exports.AINativeSettingSectionsId || (exports.AINativeSettingSectionsId = {}));
|
|
10
11
|
exports.AI_NATIVE_SETTING_GROUP_ID = '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,yBAKX;AALD,WAAY,yBAAyB;IACnC,2FAA8D,CAAA;IAC9D,wGAA2E,CAAA;IAC3E,+GAAkF,CAAA;IAClF,8EAAiD,CAAA;AACnD,CAAC,EALW,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAKpC;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": "2.27.3-rc-
|
|
3
|
+
"version": "2.27.3-rc-1715223126.0",
|
|
4
4
|
"description": "@opensumi/ide-core-common",
|
|
5
5
|
"files": [
|
|
6
6
|
"lib",
|
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@opensumi/di": "^1.4.0",
|
|
22
|
-
"@opensumi/ide-utils": "2.27.3-rc-
|
|
22
|
+
"@opensumi/ide-utils": "2.27.3-rc-1715223126.0",
|
|
23
23
|
"jschardet": "3.0.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@opensumi/ide-dev-tool": "2.27.3-rc-
|
|
26
|
+
"@opensumi/ide-dev-tool": "2.27.3-rc-1715223126.0"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "fc36a4e31c8afd659cca44cfbb2565a8e9baf89e"
|
|
29
29
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export enum AINativeSettingSectionsId {
|
|
2
2
|
INLINE_CHAT_AUTO_VISIBLE = 'ai.native.inlineChat.auto.visible',
|
|
3
3
|
INLINE_CHAT_CODE_ACTION_ENABLED = 'ai.native.inlineChat.codeAction.enabled',
|
|
4
|
+
INTERFACE_QUICK_NAVIGATION_ENABLED = 'ai.native.interface.quickNavigation.enabled',
|
|
4
5
|
CHAT_VISIBLE_TYPE = 'ai.native.chat.visible.type',
|
|
5
6
|
}
|
|
6
7
|
export const AI_NATIVE_SETTING_GROUP_ID = 'AI-Native';
|