@github/copilot 0.0.418 → 0.0.419-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/README.md +29 -26
- package/changelog.json +18 -0
- package/index.js +990 -990
- package/package.json +8 -8
- package/prebuilds/win32-arm64/conpty/OpenConsole.exe +0 -0
- package/prebuilds/win32-arm64/conpty/conpty.dll +0 -0
- package/prebuilds/win32-arm64/conpty.node +0 -0
- package/prebuilds/win32-arm64/conpty_console_list.node +0 -0
- package/prebuilds/win32-arm64/keytar.node +0 -0
- package/prebuilds/win32-x64/conpty/OpenConsole.exe +0 -0
- package/prebuilds/win32-x64/conpty/conpty.dll +0 -0
- package/prebuilds/win32-x64/conpty.node +0 -0
- package/prebuilds/win32-x64/conpty_console_list.node +0 -0
- package/prebuilds/win32-x64/keytar.node +0 -0
- package/sdk/index.js +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.419-0",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"repository": {
|
|
@@ -41,14 +41,14 @@
|
|
|
41
41
|
"conpty_console_list_agent.js"
|
|
42
42
|
],
|
|
43
43
|
"buildMetadata": {
|
|
44
|
-
"gitCommit": "
|
|
44
|
+
"gitCommit": "49a0b11"
|
|
45
45
|
},
|
|
46
46
|
"optionalDependencies": {
|
|
47
|
-
"@github/copilot-linux-x64": "0.0.
|
|
48
|
-
"@github/copilot-linux-arm64": "0.0.
|
|
49
|
-
"@github/copilot-darwin-x64": "0.0.
|
|
50
|
-
"@github/copilot-darwin-arm64": "0.0.
|
|
51
|
-
"@github/copilot-win32-x64": "0.0.
|
|
52
|
-
"@github/copilot-win32-arm64": "0.0.
|
|
47
|
+
"@github/copilot-linux-x64": "0.0.419-0",
|
|
48
|
+
"@github/copilot-linux-arm64": "0.0.419-0",
|
|
49
|
+
"@github/copilot-darwin-x64": "0.0.419-0",
|
|
50
|
+
"@github/copilot-darwin-arm64": "0.0.419-0",
|
|
51
|
+
"@github/copilot-win32-x64": "0.0.419-0",
|
|
52
|
+
"@github/copilot-win32-arm64": "0.0.419-0"
|
|
53
53
|
}
|
|
54
54
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/sdk/index.js
CHANGED
|
@@ -2677,7 +2677,7 @@ ${o}`}}}let r=await t.workspace.listCheckpoints();if(r.length===0)return{kind:"a
|
|
|
2677
2677
|
`)}}}if(n==="plan"){if(!t.workspace)return{kind:"add-timeline-entry",entry:{type:"info",text:"Workspace features are not enabled for this session."}};let r=await t.workspace.readPlan();return r?{kind:"add-timeline-entry",entry:{type:"info",text:`Session Plan
|
|
2678
2678
|
${"\u2500".repeat(40)}
|
|
2679
2679
|
${r}`}}:{kind:"add-timeline-entry",entry:{type:"info",text:"No plan exists for this session."}}}if(n==="rename"){if(!t.workspace)return{kind:"add-timeline-entry",entry:{type:"info",text:"Workspace features are not enabled for this session."}};let r=e.slice(1).join(" ").trim();return r?r.length>100?{kind:"add-timeline-entry",entry:{type:"error",text:"Session name must be 100 characters or less."}}:(await t.workspace.renameSession(r),{kind:"add-timeline-entry",entry:{type:"info",text:`Session renamed to: ${r}`}}):{kind:"add-timeline-entry",entry:{type:"error",text:`Usage: /session rename <name>
|
|
2680
|
-
Example: /session rename Building e-commerce platform`}}}return n==="prune"?t.featureFlags.SESSION_CLEANUP?RNl(t,e.slice(1)):xbt(e[0],t.featureFlags.SESSION_CLEANUP):n==="cleanup"&&t.featureFlags.SESSION_CLEANUP?VNl(t,e.slice(1)):xbt(e[0],t.featureFlags.SESSION_CLEANUP)};BCn={name:OFe,args:"[checkpoints [n]|files|plan|rename <name>]",help:"Show session info and workspace summary. Use subcommands for details.",allowDuringAgentExecution:!0,execute:async(t,e)=>xCn(t,e)},SCn={name:SFe,args:"<name>",help:"Rename the current session (alias for /session rename)",allowDuringAgentExecution:!0,execute:async(t,e)=>xCn(t,["rename",...e])}});var zCn=p(()=>{"use strict"});var OCn={};YI(OCn,{fetchLatestRelease:()=>Zj,fetchReleaseByTag:()=>FNl,getUpdateChannel:()=>bae,getVersion:()=>vL,getVersionWithoutUpdateCheck:()=>ENl,isPrerelease:()=>MCn,showVersionWithUpdateCheck:()=>wNl});function vL(){return process.env.COPILOT_CLI_VERSION||"0.0.
|
|
2680
|
+
Example: /session rename Building e-commerce platform`}}}return n==="prune"?t.featureFlags.SESSION_CLEANUP?RNl(t,e.slice(1)):xbt(e[0],t.featureFlags.SESSION_CLEANUP):n==="cleanup"&&t.featureFlags.SESSION_CLEANUP?VNl(t,e.slice(1)):xbt(e[0],t.featureFlags.SESSION_CLEANUP)};BCn={name:OFe,args:"[checkpoints [n]|files|plan|rename <name>]",help:"Show session info and workspace summary. Use subcommands for details.",allowDuringAgentExecution:!0,execute:async(t,e)=>xCn(t,e)},SCn={name:SFe,args:"<name>",help:"Rename the current session (alias for /session rename)",allowDuringAgentExecution:!0,execute:async(t,e)=>xCn(t,["rename",...e])}});var zCn=p(()=>{"use strict"});var OCn={};YI(OCn,{fetchLatestRelease:()=>Zj,fetchReleaseByTag:()=>FNl,getUpdateChannel:()=>bae,getVersion:()=>vL,getVersionWithoutUpdateCheck:()=>ENl,isPrerelease:()=>MCn,showVersionWithUpdateCheck:()=>wNl});function vL(){return process.env.COPILOT_CLI_VERSION||"0.0.419-0"}function MCn(){try{let t=(0,afe.parse)("0.0.419-0");return t!==null&&t.prerelease.length>0}catch{return!1}}function bae(t,e){return t||(e||MCn()?"prerelease":"stable")}function ENl(){return`GitHub Copilot CLI ${hD().version}.
|
|
2681
2681
|
Run 'copilot update' to check for updates.`}async function wNl(t){let e=hD();process.stdout.write(`GitHub Copilot CLI ${e.version}
|
|
2682
2682
|
`);let n=bae(t.update_channel,t.staff),r=await Zj(n);if("error"in r){process.stderr.write(`
|
|
2683
2683
|
Unable to check for updates: ${String(r.error)}
|