@github/copilot 0.0.338 → 0.0.339-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.
- package/index.js +136 -134
- package/package.json +2 -2
- package/sdk/index.js +3 -1
- package/sdk/index.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@github/copilot",
|
|
3
3
|
"description": "GitHub Copilot CLI brings the power of Copilot coding agent directly to your terminal.",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.339-1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"sdk/**/*"
|
|
34
34
|
],
|
|
35
35
|
"buildMetadata": {
|
|
36
|
-
"gitCommit": "
|
|
36
|
+
"gitCommit": "8f24927"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"node-pty": "npm:@devm33/node-pty@^1.0.8",
|
package/sdk/index.js
CHANGED
|
@@ -1224,7 +1224,9 @@ path: /src/api.js
|
|
|
1224
1224
|
old_str: "console.log("duration was \${elapsedTime}"
|
|
1225
1225
|
old_str: "console.log("duration was \${elapsedTimeMs}ms"
|
|
1226
1226
|
</example>
|
|
1227
|
-
</str_replace>`:"",hOe=(t,e={})=>{let I
|
|
1227
|
+
</str_replace>`:"",hOe=(t,e={})=>{let I=`${t}`;return I+=`
|
|
1228
|
+
|
|
1229
|
+
<current_datetime>${new Date().toISOString()}</current_datetime>`,e.parallel_tool_calls&&(I+=`
|
|
1228
1230
|
|
|
1229
1231
|
<reminder>
|
|
1230
1232
|
${mOe()}
|