-
Notifications
You must be signed in to change notification settings - Fork 36
Closed
Labels
automationcli-updatecopilotdependenciesPull requests that update a dependency filePull requests that update a dependency file
Description
Update GitHub Copilot CLI
- Previous: 0.0.385 → New: 0.0.387
- Timeline: 2 intermediate versions (0.0.386, 0.0.387)
- 0.0.386 published: 2026-01-19 (1 day ago)
- 0.0.387 published: 2026-01-20 (today, 55 minutes ago)
- Update Frequency: Daily releases
- Repository: https://github.com/github/copilot-cli
- NPM Package: https://www.npmjs.com/package/@github/copilot
Breaking Changes
None detected in versions 0.0.386 and 0.0.387.
New Features
Version 0.0.387 (2026-01-20)
- Skill Tool Optimization: Skill tool now handles large directories without exceeding context limits
- Interactive Clarification: New
ask_usertool for interactive clarification questions during execution - Plan Mode: Added dedicated plan mode with panel for viewing implementation plans before execution
Version 0.0.386 (2026-01-19)
- Session Management: New
/resumecommand to switch between sessions - Background Compaction: Background compaction now preserves tool call sequences correctly
Bug Fixes
- 0.0.387: Skill tool properly handles large directory structures
- 0.0.386: Fixed tool call sequence preservation during background compaction
Security Updates
None explicitly mentioned in the changelog.
Performance Improvements
- 0.0.387: Skill tool optimization for large directories reduces context usage
CLI Feature Discovery
New Commands Identified
From changelog analysis:
/resume- Switch between sessions (added in 0.0.386)- Plan mode interface (added in 0.0.387)
New Tools Added
ask_user- Interactive clarification tool (added in 0.0.387)
Modified Behavior
- Skill tool now has better large directory handling
- Background compaction improved to maintain tool call ordering
Impact Assessment
Risk Level: Low
Affected Features:
- Skill tool invocations in large codebases (improvement)
- Session management with new
/resumecommand - Plan mode workflows (new capability)
Migration Required: No
The update includes useful new features without breaking changes:
- Skill Tool Enhancement: Better handling of large directories will improve performance when working with complex codebases
- Ask User Tool: Enables more interactive workflows where the AI can request clarification
- Plan Mode: Provides better visibility into implementation plans before execution
- Resume Command: Simplifies switching between multiple active sessions
Changelog Excerpt (0.0.385 → 0.0.387)
0.0.387 - 2026-01-20
- Skill tool handles large directories without exceeding context limits
- Add ask_user tool for interactive clarification questions
- Add plan mode with dedicated panel for viewing implementation plans
0.0.386 - 2026-01-19
- Background compaction preserves tool call sequences correctly
- Add
/resumecommand to switch sessions
Package Links
- NPM Package: https://www.npmjs.com/package/@github/copilot
- Repository: https://github.com/github/copilot-cli
- Changelog: https://github.com/github/copilot-cli/blob/main/changelog.md
Files Modified
pkg/constants/constants.go- Updated DefaultCopilotVersion from "0.0.385" to "0.0.387"
Next Steps
- ✅ Updated
pkg/constants/constants.go ⚠️ Runmake recompileto regenerate workflow files (not available in this environment)- Run integration tests to verify compatibility (per WARNING in constants.go)
- Review and merge changes
Notes
- Constants Update: The version constant has been updated in this run
- Workflow Compilation: The
make recompilecommand needs to be run to update the 52+ workflow YAML files that reference the Copilot version - Integration Testing: The constants.go file includes a warning that upgrading Copilot CLI requires full integration test runs to ensure compatibility
- No CLI Installation Performed: Due to installation failures (exit code 254), CLI help output comparison was not performed. The analysis is based on changelog review from the official repository.
Recommendation
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.
AI generated by CLI Version Checker
Copilot
Metadata
Metadata
Assignees
Labels
automationcli-updatecopilotdependenciesPull requests that update a dependency filePull requests that update a dependency file