[bot] Update Learning Hub for Copilot CLI v1.0.66–68 (July 2026)#2210
Draft
github-actions[bot] wants to merge 1 commit into
Draft
[bot] Update Learning Hub for Copilot CLI v1.0.66–68 (July 2026)#2210github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
- Add kimi-k2.7-code model (v1.0.68+) to model selection table in building-custom-agents.md as a code generation option alongside GPT-4.1 - Document subagent tool filter inheritance (v1.0.67+, v1.0.68) in agents-and-subagents.md: parent agent tool restrictions are inherited by subagents throughout the entire delegation chain - Add plan budget visibility note to copilot-configuration-basics.md: /usage and the status line now show remaining credit allowances for supported plans (v1.0.68+) Sources: - https://github.com/github/copilot-cli/releases/tag/v1.0.68 - https://github.com/github/copilot-cli/releases/tag/v1.0.67 - https://github.com/github/copilot-cli/releases/tag/v1.0.66 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 was found
Reviewed the Copilot CLI changelog for the past 7 days (v1.0.66–v1.0.68, released June 30–July 1 2026). Most features were already documented. Three gaps were identified:
/usage(v1.0.68): Remaining credit allowances for supported plans now surface in both the status line and the/usagecommand, which was not yet reflected in the docs.Features already documented and therefore skipped: Claude Sonnet 5,
reasoningEffortagent field,--allow-all-mcp-server-instructions, subagent concurrency/depth limits, MCP server toggle,/chronicle skills review, dynamic retrieval,sessionLimits,/pr autoloop,/worktreetask feature, and@-style imports.What was updated
website/src/content/docs/learning-hub/building-custom-agents.mdkimi-k2.7-code(v1.0.68+) to the model selection table alongside GPT-4.1 for code generation taskswebsite/src/content/docs/learning-hub/agents-and-subagents.mdwebsite/src/content/docs/learning-hub/copilot-configuration-basics.md/usagesection to note that plan budget details now appear in both/usageand the status line for supported plans (v1.0.68+)Source announcements