Skip to content

Update GitHub Copilot CLI from 0.0.373 to 0.0.374#8685

Merged
pelikhan merged 4 commits intomainfrom
copilot/update-github-copilot-cli
Jan 2, 2026
Merged

Update GitHub Copilot CLI from 0.0.373 to 0.0.374#8685
pelikhan merged 4 commits intomainfrom
copilot/update-github-copilot-cli

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jan 2, 2026

Updates the default Copilot CLI version to 0.0.374 (released 2026-01-02). This version contains only cosmetic changes to help output format—no functional changes, API changes, or breaking changes.

Changes

  • Constants: Updated DefaultCopilotVersion from 0.0.373 to 0.0.374
  • Tests: Updated version expectations in constants_test.go and copilot_installer_test.go
  • Documentation: Updated version references in AGENTS.md, specs/go-type-patterns.md, and specs/layout.md
  • Workflows: Recompiled 86 workflow .lock.yml files to reference new version

Version Details

  • Previous: 0.0.373 (2025-12-30) → New: 0.0.374 (2026-01-02)
  • Change: Help output reorganized—inline examples/topics moved to copilot help (topic) subcommands
  • Impact: All functionality preserved, just different presentation
  • Risk: Low—no command flags, models, or behavior changed

Example Change

Workflow lock files now install 0.0.374:

- name: Install GitHub Copilot CLI
  run: |
    # Execute the installer with the specified version
    export VERSION=0.0.374 && sudo bash /tmp/copilot-install.sh

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/user
    • Triggering command: /usr/bin/gh gh api user --jq .login -json GO111MODULE 0.1-go1.25.0.linGOMODCACHE GOINSECURE GOMOD GOMODCACHE go env -json GO111MODULE 0.1-go1.25.0.linux-amd64/bin/go GOINSECURE GOMOD GOMODCACHE go (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>[ca] Update GitHub Copilot CLI to 0.0.374</issue_title>
<issue_description>## Summary

Update GitHub Copilot CLI from version 0.0.373 to 0.0.374 (released 2026-01-02).

Version Details

  • Previous: 0.0.373 → New: 0.0.374
  • Release Date: 2026-01-02 at 19:26:48 UTC
  • Commit Hash: 9fecd24
  • Timeline: Released 3 days after 0.0.373 (2025-12-30)

Changes Detected

CLI Help Output Changes

Breaking/UI Changes:

  • The main copilot --help output no longer displays inline "Help Topics" and "Examples" sections
  • Help content was reduced from ~140 lines to ~82 lines (58 lines removed)
  • The removed sections included:
    • Help Topics list (config, commands, environment, logging, permissions)
    • Usage examples (12 different examples showing common CLI patterns)

Functionality Preserved:

  • All help content remains accessible via copilot help (topic) subcommand
  • Help topics still work: copilot help config, copilot help environment, etc.
  • No changes detected to command-line flags or options
  • No changes to available models or tool permissions

Analysis of Changes

Diff from 0.0.373 to 0.0.374:

--- copilot-0.0.373-help.txt
+++ copilot-0.0.374-help.txt
@@ -80,61 +80,3 @@
 Commands:
   help [topic]                        Display help information
-
-Help Topics:
-  config       Configuration Settings
-  commands     Interactive Mode Commands
-  environment  Environment Variables
-  logging      Logging
-  permissions  Tool Permissions
-
-Examples:
-  # Start interactive mode
-  $ copilot
-  [... 11 more examples removed ...]

Impact: Low

  • This appears to be a UX refinement to make the main help output more concise
  • Users who need detailed help can still access it via subcommands
  • No functional changes or breaking changes detected
  • All command-line flags, options, and models remain unchanged

Migration Notes

Action Required: None

This is a minor update with cosmetic changes only. No breaking changes detected.

Risk Assessment

Risk Level: Low

  • No API changes
  • No command-line flag changes
  • No model changes
  • Help content remains available via subcommands
  • Same functionality, different presentation

Files Updated

Updated pkg/constants/constants.go with new version and ran make recompile:

  • 114 files modified (mostly .lock.yml workflow files)
  • All workflow compilations successful
  • No validation errors

Testing Recommendations

  • Verify Copilot CLI help subcommands work as expected (copilot help config, etc.)
  • Run integration tests to ensure CLI behavior unchanged
  • Test interactive mode and prompt execution

Package Information

Release Timeline

Recent releases:

  • 0.0.373: 2025-12-30 (3 days before 0.0.374)
  • 0.0.372: 2025-12-19 (11 days before 0.0.373)
  • 0.0.371: 2025-12-18 (1 day before 0.0.372)
  • 0.0.370: 2025-12-18 (same day as 0.0.371)

Release Frequency: Active development with frequent releases (8 pre-releases for 0.0.370, 3 for 0.0.373)

Validation

  • ✅ Version installed successfully: copilot --version0.0.374
  • ✅ Help output verified: copilot --help shows updated format
  • ✅ Help subcommands verified: copilot help config, copilot help environment work correctly
  • ✅ Constants updated: pkg/constants/constants.go now references 0.0.374
  • ✅ Workflows recompiled: All 128 markdown files compiled successfully
  • ✅ Help outputs cached: Saved to /tmp/gh-aw/cache-memory/copilot-0.0.374-help.txt

AI generated by CLI Version Checker

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 2 commits January 2, 2026 22:18
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Update GitHub Copilot CLI to version 0.0.374 Update GitHub Copilot CLI from 0.0.373 to 0.0.374 Jan 2, 2026
Copilot AI requested a review from pelikhan January 2, 2026 22:31
@pelikhan pelikhan added the smoke label Jan 2, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jan 2, 2026

📰 DEVELOPING STORY: Smoke Copilot reports failed. Our correspondents are investigating the incident...

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jan 2, 2026

🤖 DIAGNOSTIC COMPLETE: Smoke Copilot No Firewall STATUS: ALL_UNITS_OPERATIONAL. MISSION_SUCCESS.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jan 2, 2026

✨ The prophecy is fulfilled... Smoke Codex has completed its mystical journey. The stars align. 🌟

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jan 2, 2026

📰 VERDICT: Smoke Copilot Playwright has concluded. All systems operational. This is a developing story. 🎤

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jan 2, 2026

🎉 Yo ho ho! Smoke Copilot Safe Inputs found the treasure and completed successfully! ⚓💰

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jan 2, 2026

🎬 THE ENDSmoke Claude MISSION: ACCOMPLISHED! The hero saves the day! ✨

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jan 2, 2026

🎉 Yo ho ho! Changeset Generator found the treasure and completed successfully! ⚓💰

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jan 2, 2026

✅ Firewall validation complete... Smoke Codex Firewall confirmed network sandboxing is operational. 🛡️

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jan 2, 2026

Smoke Test Results: Copilot Engine (No Firewall)

Test Run: 2026-01-02 22:33 UTC
Workflow Run: #20668022838

Test Status Details
Review last 2 merged PRs GitHub API returned 401 Bad credentials
Create test file File created at /tmp/gh-aw/agent/smoke-test-copilot-20668022838.txt
Navigate to https://github.com Successfully loaded - Page title: "GitHub · Change is constant. GitHub keeps you ahead. · GitHub"
List 3 issues using safeinputs-gh GitHub API returned 401 Unauthorized

Overall Result: ❌ FAILED - GitHub API authentication not configured

Notes: The Copilot engine and Playwright integration are working correctly. However, GitHub API access (both through GitHub MCP tools and direct API calls) is failing with 401 authentication errors, indicating missing or invalid GITHUB_TOKEN configuration.

AI generated by Smoke Copilot No Firewall

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jan 2, 2026

PRs: #8686 [WIP] Enhance campaign management with new features; #8681 Fix testifylint violations in gateway_test.go
OpenAI curl blocked: ✅
GitHub MCP (merged PR list): ✅
File write/read /tmp/gh-aw/agent/smoke-test-codex-firewall-20668022833.txt: ✅
Blocked domain (example.com) curl blocked: ✅
Network: SANDBOXED
Overall: PASS

AI generated by Smoke Codex Firewall

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jan 2, 2026

Smoke Test Results

Playwright MCP: Tool not accessible in current context
Cache Memory: File written and verified successfully
Safe Input gh: Issue list retrieved (3 issues)

Overall Status: ⚠️ PARTIAL PASS (2/3 tests passed)

Note: Playwright MCP requires GitHub Copilot CLI context which is not available in this GitHub Actions environment.

AI generated by Smoke Copilot Playwright

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jan 2, 2026

Smoke Test Results - Claude Engine

Last 2 Merged PRs:

Test Results:

  • ✅ GitHub MCP: Retrieved PR data
  • ✅ File Writing: Created test file in /tmp/gh-aw/agent/
  • ✅ Bash Tool: Verified file creation
  • ✅ Playwright MCP: Navigated to GitHub, title verified
  • ✅ Cache Memory: Created and verified cache file
  • ❌ Safe Input gh Tool: Tool not available

Overall Status: PARTIAL PASS (5/6 tests passed)

AI generated by Smoke Claude

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jan 2, 2026

PRs reviewed: #8686 [WIP] Enhance campaign management with new features; #8681 Fix testifylint violations in gateway_test.go
✅ GitHub MCP titles fetched
✅ Agent/cache files written and verified
✅ Playwright title contains "GitHub"
❌ safeinputs-gh issues list: tool unavailable in this env
Overall: FAIL

AI generated by Smoke Codex

@pelikhan pelikhan marked this pull request as ready for review January 2, 2026 22:37
@pelikhan pelikhan merged commit 270fb70 into main Jan 2, 2026
49 checks passed
@pelikhan pelikhan deleted the copilot/update-github-copilot-cli branch January 2, 2026 22:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ca] Update GitHub Copilot CLI to 0.0.374

2 participants