Skip to content

#copilot-cli

RSS Feed
LLM X/Twitter Apr 7, 2026 1 min read

GitHub Changelogの2026年4月7日のX投稿は、Copilot CLIがGitHub-hosted routingを使わず、Azure OpenAI、Anthropic、その他のOpenAI-compatible endpointや完全ローカル modelsに接続できるようになったと伝えた。GitHubのchangelogによれば、offline modeではtelemetryが無効化され、provider credentialsだけでunauthenticated useが可能になり、built-in sub-agentsも同じprovider設定を継承する。

GitHub、Copilot CLIのplan mode・/fleet・autopilotによるunit test生成workflowを実演
LLM X/Twitter Mar 28, 2026 1 min read

GitHubは2026年3月28日、Copilot CLIがplan mode、/fleet、autopilotの組み合わせでterminalからrobustなtest suiteを作れると示した。関連するGitHub docsは/fleetをparallel subagent execution、autopilotをautonomous multi-step completionとして説明しており、このpostはCLI内でのmulti-agent testing workflowを具体化した例になっている。