@theia/ai-code-completion 1.61.0-next.8 → 1.61.1
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.
|
@@ -40,7 +40,7 @@ https://github.com/eclipse-theia/theia/discussions/new?category=prompt-template-
|
|
|
40
40
|
- File: {{file}}
|
|
41
41
|
- Language: {{language}}
|
|
42
42
|
|
|
43
|
-
Replace [[MARKER]] with the exact code to complete the code snippet. Return only the replacement of [[
|
|
43
|
+
Replace [[MARKER]] with the exact code to complete the code snippet. Return only the replacement of [[MARKER]] as plain text.`,
|
|
44
44
|
},
|
|
45
45
|
];
|
|
46
46
|
//# sourceMappingURL=code-completion-prompt-template.js.map
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/ai-code-completion",
|
|
3
|
-
"version": "1.61.
|
|
3
|
+
"version": "1.61.1",
|
|
4
4
|
"description": "Theia - AI Core",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@theia/ai-core": "1.61.
|
|
7
|
-
"@theia/core": "1.61.
|
|
8
|
-
"@theia/filesystem": "1.61.
|
|
6
|
+
"@theia/ai-core": "1.61.1",
|
|
7
|
+
"@theia/core": "1.61.1",
|
|
8
|
+
"@theia/filesystem": "1.61.1",
|
|
9
9
|
"@theia/monaco-editor-core": "1.96.302",
|
|
10
|
-
"@theia/output": "1.61.
|
|
11
|
-
"@theia/workspace": "1.61.
|
|
10
|
+
"@theia/output": "1.61.1",
|
|
11
|
+
"@theia/workspace": "1.61.1",
|
|
12
12
|
"minimatch": "^5.1.0",
|
|
13
13
|
"tslib": "^2.6.2"
|
|
14
14
|
},
|
|
@@ -46,10 +46,10 @@
|
|
|
46
46
|
"watch": "theiaext watch"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@theia/ext-scripts": "1.
|
|
49
|
+
"@theia/ext-scripts": "1.61.1"
|
|
50
50
|
},
|
|
51
51
|
"nyc": {
|
|
52
52
|
"extends": "../../configs/nyc.json"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "5ea3cf6111aded4ccf1d5ccaf67b04e6588a6dea"
|
|
55
55
|
}
|
|
@@ -40,6 +40,6 @@ https://github.com/eclipse-theia/theia/discussions/new?category=prompt-template-
|
|
|
40
40
|
- File: {{file}}
|
|
41
41
|
- Language: {{language}}
|
|
42
42
|
|
|
43
|
-
Replace [[MARKER]] with the exact code to complete the code snippet. Return only the replacement of [[
|
|
43
|
+
Replace [[MARKER]] with the exact code to complete the code snippet. Return only the replacement of [[MARKER]] as plain text.`,
|
|
44
44
|
},
|
|
45
45
|
];
|