-
Notifications
You must be signed in to change notification settings - Fork 36
Update GitHub Copilot CLI from 0.0.385 to 0.0.387 #10776
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
|
🎬 THE END — Smoke Claude MISSION: ACCOMPLISHED! The hero saves the day! ✨ |
|
🎉 Yo ho ho! Changeset Generator found the treasure and completed successfully! ⚓💰 |
|
📰 VERDICT: Smoke Copilot has concluded. All systems operational. This is a developing story. 🎤 |
|
✨ The prophecy is fulfilled... Smoke Codex has completed its mystical journey. The stars align. 🌟 |
Smoke Test ResultsLast 2 merged PRs:
✅ GitHub MCP Overall: ✅ PASS
|
Smoke Test: Copilot - 21157819280Status: ❌ FAIL
cc @pelikhan @Copilot
|
|
GitHub MCP (last 2 merged PRs: [WIP] Fix lint-go failure after PR #10756 merge; Remove unused hasInternalPrefix function causing lint failure) ✅
|
Updates the default GitHub Copilot CLI version to 0.0.387, incorporating skill tool optimizations for large directories, a new
ask_usertool for interactive clarification, and plan mode improvements.Changes
DefaultCopilotVersionfrom "0.0.385" to "0.0.387" inpkg/constants/constants.goconstants_test.goVersion Changes
All workflow lock files now install and reference Copilot CLI 0.0.387:
sudo VERSION=0.0.387 bash /tmp/copilot-install.shIntegration Testing
Per the warning in
constants.go, full integration tests should be run to ensure compatibility with the new Copilot CLI version.Original prompt
This section details on the original issue you should resolve
<issue_title>[ca] Update GitHub Copilot CLI from 0.0.385 to 0.0.387</issue_title>
<issue_description>## Update GitHub Copilot CLI
Breaking Changes
None detected in versions 0.0.386 and 0.0.387.
New Features
Version 0.0.387 (2026-01-20)
ask_usertool for interactive clarification questions during executionVersion 0.0.386 (2026-01-19)
/resumecommand to switch between sessionsBug Fixes
Security Updates
None explicitly mentioned in the changelog.
Performance Improvements
CLI Feature Discovery
New Commands Identified
From changelog analysis:
/resume- Switch between sessions (added in 0.0.386)New Tools Added
ask_user- Interactive clarification tool (added in 0.0.387)Modified Behavior
Impact Assessment
Risk Level: Low
Affected Features:
/resumecommandMigration Required: No
The update includes useful new features without breaking changes:
Changelog Excerpt (0.0.385 → 0.0.387)
0.0.387 - 2026-01-20
0.0.386 - 2026-01-19
/resumecommand to switch sessionsPackage Links
Files Modified
pkg/constants/constants.go- Updated DefaultCopilotVersion from "0.0.385" to "0.0.387"Next Steps
pkg/constants/constants.gomake recompileto regenerate workflow files (not available in this environment)Notes
make recompilecommand needs to be run to update the 52+ workflow YAML files that reference the Copilot versionRecommendation
Proceed with the update. The changes are incremental improvements without breaking changes. The new features (ask_user tool, plan mode, /resume command) add valuable capabilities without affecting existing functionality.
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.
Changeset
0.0.385to0.0.387. This updates theDefaultCopilotVersionconstant and related workflow lock files; internal/tooling change only.