Bump minimum version of Copilot CLI in terminal (#3208)

This commit is contained in:
Don Jayamanne
2026-01-28 13:18:18 +11:00
committed by GitHub
parent a0e6c70d0f
commit d4dfe2d826
2 changed files with 2 additions and 2 deletions
@@ -13,7 +13,7 @@
# NOTE: This file intentionally keeps logic selfcontained (no external deps) so it can be dropped into PATH directly.
# Minimum required Copilot CLI version
$RequiredVersion = "0.0.342"
$RequiredVersion = "0.0.394"
$PackageName = "@github/copilot"
function Invoke-NpmGlobalCommand {
@@ -29,7 +29,7 @@ import * as path from '../../../util/vs/base/common/path';
* NOTE: This file intentionally keeps logic selfcontained (no external deps) so it can be dropped into PATH directly.
*/
const REQUIRED_VERSION = '0.0.342';
const REQUIRED_VERSION = '0.0.394';
const PACKAGE_NAME = '@github/copilot';
const env = { ...process.env, PATH: (process.env.PATH || '').replaceAll(`${__dirname}${path.delimiter}`, '').replaceAll(`${path.delimiter}${__dirname}`, '') };