Changes detected in Copilot CLI documentation since last snapshot (2026-04-22 → 2026-04-24).
New commands / options
copilot login — new --config-dir PATH option
The copilot login command now documents a second flag:
| Option |
Purpose |
--host HOST |
GitHub host URL (default: https://github.com) |
--config-dir PATH |
NEW — Set the configuration directory (default: ~/.copilot) |
Before: copilot login accepted only --host HOST.
After: copilot login also accepts --config-dir PATH to override the configuration directory at login time.
copilot help — new monitoring help topic
The built-in help system now includes a monitoring topic:
- Before: topics =
config, commands, environment, logging, permissions, providers
- After: topics =
config, commands, environment, logging, monitoring, permissions, providers
Impact on compatibility layer
copilot login --config-dir PATH
This is a new mapping opportunity. Claude Code does not have a direct --config-dir equivalent for its auth flow, but the cpc wrapper's auth login subcommand currently maps to copilot login. If users need to specify a custom Copilot config directory during authentication, the wrapper should expose or passthrough this flag.
Consider:
- Adding
--config-dir passthrough in cpc auth login → copilot login --config-dir
- Or documenting the limitation that Claude Code's
claude auth login has no config-dir concept.
copilot help monitoring (new topic)
No direct mapping to Claude Code's help system. No existing mapping is broken. This is additive only.
Files to update
cpc — Consider adding --config-dir passthrough in the auth login / copilot login mapping block. At minimum, add a comment noting the new option.
skills/claude-compat/SKILL.md — Update the copilot login entry to document the new --config-dir option.
README.md — Update limitations or command reference tables if copilot help topics are documented.
Sources
Generated by Claude Code & Copilot CLI Documentation Monitor · ● 642.2K · ◷
Changes detected in Copilot CLI documentation since last snapshot (2026-04-22 → 2026-04-24).
New commands / options
copilot login— new--config-dir PATHoptionThe
copilot logincommand now documents a second flag:--host HOSThttps://github.com)--config-dir PATH~/.copilot)Before:
copilot loginaccepted only--host HOST.After:
copilot loginalso accepts--config-dir PATHto override the configuration directory at login time.copilot help— newmonitoringhelp topicThe built-in help system now includes a
monitoringtopic:config,commands,environment,logging,permissions,providersconfig,commands,environment,logging,monitoring,permissions,providersImpact on compatibility layer
copilot login --config-dir PATHThis is a new mapping opportunity. Claude Code does not have a direct
--config-direquivalent for its auth flow, but thecpcwrapper'sauth loginsubcommand currently maps tocopilot login. If users need to specify a custom Copilot config directory during authentication, the wrapper should expose or passthrough this flag.Consider:
--config-dirpassthrough incpc auth login→copilot login --config-dirclaude auth loginhas no config-dir concept.copilot help monitoring(new topic)No direct mapping to Claude Code's help system. No existing mapping is broken. This is additive only.
Files to update
cpc— Consider adding--config-dirpassthrough in theauth login/copilot loginmapping block. At minimum, add a comment noting the new option.skills/claude-compat/SKILL.md— Update thecopilot loginentry to document the new--config-diroption.README.md— Update limitations or command reference tables ifcopilot helptopics are documented.Sources