Skip to content

[ca] CLI Version Updates: Claude Code 2.1.76, Copilot CLI 1.0.5 #20921

@github-actions

Description

@github-actions

New versions detected for CLI tools that use latest in constants.go. No constants.go changes required — these tools auto-resolve to the pinned latest tag. All other pinned versions (GitHub MCP Server v0.32.0, Playwright Browser v1.58.2, Playwright MCP 0.0.68, MCP Gateway v0.1.15) remain current.

Summary

Tool Previous Latest Status
Claude Code 2.1.74 2.1.76 Updated (uses latest)
Copilot CLI 1.0.4 1.0.5 Updated (uses latest)
Codex 0.114.0 0.114.0 No change
GitHub MCP Server v0.32.0 v0.32.0 No change
Playwright MCP 0.0.68 0.0.68 No change
Playwright Browser v1.58.2 v1.58.2 No change
MCP Gateway v0.1.15 v0.1.15 No change

Update Claude Code 2.1.74 → 2.1.76

New CLI Flags

  • -n, --name (name) — Set a display name for this session (shown in /resume and terminal title)

Changed CLI Flags

  • --plugin-dir description clarified: now documents repeatable usage as --plugin-dir A --plugin-dir B (default: [])

Removed Commands

  • auto-mode — Inspect auto mode classifier configuration (removed from CLI)
View Full Claude Code CLI Diff (2.1.74 → 2.1.76)
+  -n, --name (name)                                 Set a display name for this session (shown in /resume and terminal title)
-  --plugin-dir (paths...)                           Load plugins from directories for this session only (repeatable)
+  --plugin-dir (path)                               Load plugins from a directory for this session only (repeatable: --plugin-dir A --plugin-dir B) (default: [])
-  auto-mode                                         Inspect auto mode classifier configuration

Impact Assessment

  • Risk: Low
  • Affects: Session management (new --name flag), plugin directory usage
  • Migration: None required — latest tag auto-resolves

Package Links


Update Copilot CLI 1.0.4 → 1.0.5

New CLI Flags

  • --reasoning-effort (level) — Set the reasoning effort level (choices: "low", "medium", "high", "xhigh")

Removed CLI Flags

  • --remote — Export session events to Mission Control for remote viewing (removed)

CLI Syntax Changes

  • Optional arguments now use = syntax (e.g., --allow-tool[=tools...] instead of --allow-tool [tools...])
  • --secret-env-vars now uses comma-separated syntax in examples (--secret-env-vars=MY_KEY,OTHER_KEY)
  • --resume examples updated to use = syntax (--resume=(session-id))

Subcommand Changes (config)

  • New powershell_flags setting: List of flags passed to PowerShell (pwsh) on startup; defaults to ["-NoProfile", "-NoLogo"]
    • Only applies on Windows
    • Examples: ["-NoProfile"] to keep the logo, [] to load profile and show logo
    • Flags that change execution semantics (-Command, -File, -NoExit, etc.) will break the runtime
  • --alt-screen, --bash-env, --mouse help text simplified (removed on/off variants from description)

Subcommand Changes (environment)

  • No changes detected between 1.0.3 and 1.0.5.
View Full Copilot CLI Diff (1.0.3 → 1.0.5, main help)
-  --remote                            Export session events to Mission Control
-                                      for remote viewing
+  --reasoning-effort (level)          Set the reasoning effort level (choices:
+                                      "low", "medium", "high", "xhigh")
-  --allow-tool [tools...]             ...
+  --allow-tool[=tools...]             ...
-  --allow-url [urls...]               ...
+  --allow-url[=urls...]               ...
-  --secret-env-vars [vars...]         Space-separated environment variable names
+  --secret-env-vars[=vars...]         Environment variable names whose values
+                                      ...redacted from output
+                                      (e.g., --secret-env-vars=MY_KEY,OTHER_KEY)
View Copilot Config Help Diff (1.0.3 → 1.0.5)
+  `powershell_flags`: list of flags passed to PowerShell (pwsh) on startup; defaults to `["-NoProfile", "-NoLogo"]`.
+    - Overrides the default flags when set; only applies on Windows
+    - Examples: `["-NoProfile"]` to keep the logo, `[]` to load your profile and show the logo,
+      `["-NoProfile", "-NoLogo", "-ExecutionPolicy", "Bypass"]` for locked-down environments
+    - Use caution: flags that change execution semantics (`-Command`, `-File`, `-NoExit`,
+      `-NonInteractive`, `-EncodedCommand`, `-InputFormat`, `-OutputFormat`) will break
+      the runtime. See the settings documentation for details.

Impact Assessment

  • Risk: Low
  • Affects: Reasoning control (--reasoning-effort), Windows PowerShell configuration (powershell_flags)
  • Migration: None required — latest tag auto-resolves; --remote flag removal may affect any workflows using Mission Control session export

Package Links


References:

Generated by CLI Version Checker ·

  • expires on Mar 16, 2026, 9:56 AM UTC

Metadata

Metadata

Assignees

No one assigned

    Labels

    automationcookieIssue Monster Loves Cookies!dependenciesPull requests that update a dependency file

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions