[bot] Update Learning Hub with GitHub Copilot CLI v1.0.32–v1.0.34 features#1457
Draft
github-actions[bot] wants to merge 1 commit intostagedfrom
Draft
Conversation
- Add auto model selection to Model Picker section - Document file attachment feature for prompts - Add new slash command aliases (/bug, /continue, /release-notes, /export, /reset, /upgrade) - Document slash command suggestion for misspelled commands - Add usage limit warnings (50% and 95% thresholds) - Document session idle timeout (--session-idle-timeout) - Add --print-debug-info flag documentation - Document --connect flag for remote sessions - Document short session ID prefixes for --resume - Add COPILOT_AGENT_SESSION_ID env var to MCP docs - Note sub-agents inherit session model in auto mode - Add j/k vim navigation and x to terminate in tasks dialog - Update lastUpdated dates for modified files Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What's New
Updates the Learning Hub documentation to reflect features and improvements shipped in GitHub Copilot CLI releases v1.0.32 (April 17), v1.0.33 (April 20), and v1.0.34 (April 20).
New Features & Changes Found
v1.0.32 (April 17)
automodel selection — Copilot automatically picks the best model per session--connectflag — Connect directly to a remote session by ID--resumenow accepts 7+ hex char prefixes instead of full IDs--print-debug-infoflag — Display version, terminal capabilities, and environment variables--session-idle-timeout— Configurable session idle timeout (disabled by default)v1.0.33 (April 20)
/bug,/continue,/release-notes,/export,/resetas aliases;/upgradeas alias for/updateautomode automatically inherit the session modelj/kfor vim-style navigation,xto kill a task--resumeinherits--remoteflag — No need to re-specify--remotewhen resuming a remote sessionv1.0.29 (April 16 — recently released)
COPILOT_AGENT_SESSION_ID— Shell commands and MCP servers receive this env var automaticallySections Updated
copilot-configuration-basics.mdautomodel selection documentation--print-debug-info--connectflag, short session ID prefixes for--resume, vim navigation shortcuts in tasks dialoglastUpdatedto 2026-04-20understanding-mcp-servers.mdCOPILOT_AGENT_SESSION_IDenvironment variable automatically injected into MCP server processesagents-and-subagents.mdautomode inherit the session model automaticallylastUpdatedto 2026-04-20Source Announcements