mirror of
https://github.com/github/awesome-copilot.git
synced 2026-07-16 02:43:24 +00:00
[bot] docs(learning-hub): update for Copilot CLI v1.0.65–v1.0.67 (#2185)
* docs(learning-hub): update with Copilot CLI v1.0.65–v1.0.67 changes - Add Claude Sonnet 5 to model table in building-custom-agents.md (v1.0.67) - Document --allow-all-mcp-server-instructions flag in understanding-mcp-servers.md (v1.0.66) - Add @-style imports for instruction files in defining-custom-instructions.md (v1.0.66) - Add sessionLimits setting to configuration table in copilot-configuration-basics.md (v1.0.66) - Document subagent concurrency and depth limits in agents-and-subagents.md (v1.0.66) Sources: - https://github.com/github/copilot-cli/releases/tag/v1.0.67 (2026-06-30) - https://github.com/github/copilot-cli/releases/tag/v1.0.66 (2026-06-30) - https://github.com/github/copilot-cli/releases/tag/v1.0.65 (2026-06-24) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Update website/src/content/docs/learning-hub/building-custom-agents.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Aaron Powell <me@aaron-powell.com>
This commit is contained in:
committed by
GitHub
parent
3169734bc2
commit
f6fc97747f
@@ -401,6 +401,7 @@ CLI settings use **camelCase** naming. Key settings added in recent releases:
|
||||
| `extension_mode` | Control extensibility (agent tools and plugins) |
|
||||
| `continueOnAutoMode` | Automatically switch to the auto model on rate limit instead of pausing |
|
||||
| `proxy` | HTTP(S) proxy URL for all outbound CLI requests (e.g., `http://proxy.example.com:8080`) (v1.0.64+) |
|
||||
| `sessionLimits` | Restrict credit or turn usage for a session; limits apply across the current conversation and reset on `/clear` (v1.0.66+) |
|
||||
|
||||
> **Note**: Older snake_case names (e.g., `include_gitignored`, `auto_updates_channel`) are still accepted for backward compatibility, but camelCase is now the preferred format.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user