docs: include GitHub Copilot CLI in root agent listings#1983
Open
matthewcorven wants to merge 1 commit intomultica-ai:mainfrom
Open
docs: include GitHub Copilot CLI in root agent listings#1983matthewcorven wants to merge 1 commit intomultica-ai:mainfrom
matthewcorven wants to merge 1 commit intomultica-ai:mainfrom
Conversation
Copilot's backend (server/pkg/agent/copilot.go) and the public docs site (apps/docs/) already treat it as one of the 11 supported agents, but the root README, CLI guide, and self-host docs still listed only 10. Bring those to parity. Also brings README.zh-CN.md up to current English content (was missing Copilot, Kimi, and Kiro CLI).
|
@matthewcorven is attempting to deploy a commit to the IndexLabs Team on Vercel. A member of the Team first needs to authorize it. |
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 does this PR do?
Brings the GitHub Copilot CLI agent to parity with the other supported coding agents in the repo's root-level documentation. Copilot is already wired up in the backend (
server/pkg/agent/copilot.go, withMinVersions["copilot"] = "1.0.0"), andapps/docs/already lists it — but several root docs (READMEs, CLI/self-hosting guides) still omitted it, so users browsing GitHub or the self-hosting flow could not tell that Copilot is supported.This PR is documentation-only: no code, schema, or behaviour changes.
While editing the Chinese README I also added Kimi and Kiro CLI, which were missing there too (the zh README had drifted further out of date than the English one).
Related Issue
Closes #
Type of Change
Changes Made
README.md— added GitHub Copilot CLI to the feature blurb, daemon auto-detect list, provider picker prose, ASCII architecture diagram, and the runtime-layer table.README.zh-CN.md— mirrored the five English edits; additionally added Kimi and Kiro CLI which were also missing.CLI_AND_DAEMON.md— added a "GitHub Copilot CLI" row to the Supported Agents table (linked to https://docs.github.com/en/copilot) and addedMULTICA_COPILOT_PATH/MULTICA_COPILOT_MODELenv-var rows (the model row notes that Copilot routes models through your account entitlement, so the override may not be honoured).CLI_INSTALL.md— addedcopilotto the inline agent-detection list strings (4 occurrences).SELF_HOSTING.md— added a[GitHub Copilot CLI](https://docs.github.com/en/copilot) (copiloton PATH)bullet between Codex and OpenClaw in the supported-agents list.SELF_HOSTING_ADVANCED.md— addedMULTICA_COPILOT_PATHandMULTICA_COPILOT_MODELrows to the agent-specific overrides table.How to Test
.mdfiles above are touched.grep -nE "Copilot|copilot" README.md README.zh-CN.md CLI_AND_DAEMON.md CLI_INSTALL.md SELF_HOSTING.md SELF_HOSTING_ADVANCED.mdapps/docs/content/docs/(already at parity) so the marketing/docs site and the root docs now agree.Checklist
AI Disclosure
AI tool used: GitHub Copilot in VS Code (Claude Opus 4.7)
Prompt / approach:
Asked the assistant to survey the fork and identify any lack of parity for GitHub Copilot CLI versus the other supported agents, then prepare a PR. Workflow:
server/pkg/agent/copilot.gowith a registeredMinVersionsentry.README.md,README.zh-CN.md,CLI_AND_DAEMON.md,CLI_INSTALL.md,SELF_HOSTING.md,SELF_HOSTING_ADVANCED.md) for Copilot mentions and compared against the listings of other agents.apps/docs/content/docs/was already at parity, so it was deliberately left untouched.Follow-up not in this PR: Chinese MDX mirrors under
apps/docs/content/docs/*.zh.mdxwere not audited; happy to do that as a separate PR if maintainers want.Screenshots (optional)
N/A — documentation only.