Skip to content

docs: create docs for the github copilot apify plugin - #2699

Open
daveomri wants to merge 52 commits into
apify:masterfrom
daveomri:feat/github-copilot-plugin-docs
Open

docs: create docs for the github copilot apify plugin#2699
daveomri wants to merge 52 commits into
apify:masterfrom
daveomri:feat/github-copilot-plugin-docs

Conversation

@daveomri

@daveomri daveomri commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

It documents the Apify plugin for GitHub Copilot in VS Code - installing it from the repo URL via Chat: Install Plugin from Source, starting the bundled Apify MCP server, and running the Apify agent. Adds a GitHub Copilot card and logo to the AI integrations hub.

⚠️ Do not merge until github.com/apify/apify-github-copilot-plugin is public - the doc links to it and readers paste that URL into Chat: Install Plugin from Source, so the install flow breaks while it 404s. Ready for review in the meantime.

daveomri and others added 30 commits July 23, 2025 13:08
…le.md

Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
…le.md

Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
…le.md

Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
…le.md

Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
…le.md

Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
…le.md

Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
…le.md

Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
…le.md

Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
…le.md

Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
…le.md

Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
…le.md

Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
…le.md

Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
…le.md

Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
…le.md

Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
…le.md

Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
…le.md

Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
@daveomri daveomri changed the title docs: create first draft of the github copilot apify plugin docs: create docs for the github copilot apify plugin Jul 15, 2026
@daveomri
daveomri marked this pull request as ready for review July 15, 2026 08:39
@daveomri
daveomri requested a review from marcel-rbro as a code owner July 15, 2026 08:39

@marcel-rbro marcel-rbro left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One PR-level point: the top-level /integrations page (sources/platform/integrations/index.mdx) has an AI highlights grid that includes the sibling Claude Code CLI card, but no GitHub Copilot card. If Claude Code CLI merits a highlight there, this plugin probably does too - consider adding a matching card.

Inline comments below - mostly the same template patterns I flagged on the Cursor plugin PR (#2673).

Comment thread sources/platform/integrations/ai/github-copilot.md Outdated
Comment thread sources/platform/integrations/ai/github-copilot.md Outdated
Comment thread sources/platform/integrations/ai/github-copilot.md Outdated
Comment thread sources/platform/integrations/ai/github-copilot.md Outdated
Comment thread sources/platform/integrations/ai/github-copilot.md Outdated
Comment thread sources/platform/integrations/ai/github-copilot.md Outdated
Comment thread sources/platform/integrations/ai/github-copilot.md Outdated
@daveomri
daveomri requested a review from marcel-rbro July 20, 2026 11:10

@marcel-rbro marcel-rbro left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍 Not approving yet as we're waiting for the plugin to be published. Ping me once the plugin is published and we can merge this PR.

@marcel-rbro
marcel-rbro self-requested a review July 23, 2026 14:11
marcel-rbro added a commit that referenced this pull request Jul 28, 2026
Each in-review assistant PR (#2699, #2700, #2692) adds its own card, so
the commented-out block here was redundant.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
marcel-rbro added a commit that referenced this pull request Jul 28, 2026
…section (#2803)

Follow-up to #2668, plus an AI-index cleanup. Two related changes:

**1. Codex → OpenAI hub.** Codex is an OpenAI product, so its docs move
under the OpenAI hub (`/integrations/openai`) next to ChatGPT, the
Agents SDK, and Assistants - mirroring how Claude Code sits under the
Claude hub. Drops the standalone Codex hub. The desktop page is renamed
to OpenAI's current naming, "Codex in the ChatGPT desktop app" (Codex is
now a mode in the ChatGPT desktop app, not a standalone "Codex app").
Page slugs are unchanged (`/integrations/codex-app`,
`/integrations/codex-cli`), so no redirects are needed.

**2. AI index restructure.** Adds a dedicated **AI assistants** section
(ChatGPT, Claude Desktop, Claude Code CLI, Codex desktop + CLI, Cursor)
and trims **By provider** to the OpenAI and Claude hub links.

Files: move `codex/*` under `openai/`, delete the Codex hub +
`_category_.yml`, update `openai/index.mdx` (Codex cards),
`ai/index.mdx` (assistants section + trim), and repoint the featured
card in `integrations/index.mdx`. `pnpm build` passes (`onBrokenLinks:
throw`).

Cards for the in-review assistants - GitHub Copilot (#2699), Grok Build
(#2700), OpenCode (#2692) - are not added here; each of those PRs adds
its own card. Once this PR merges, those three need a rebase against its
`ai/index.mdx` and `integrations/index.mdx` changes to place their card
in the new AI assistants section.

Draft - open decision: whether to also handle the OpenAI Assistants
deprecation (#2329) here.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

---------

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
marcel-rbro and others added 2 commits July 28, 2026 10:21
After the OpenAI-consolidation restructure (apify#2803), a plain merge lands the
card in Featured; move it into the AI assistants grid next to the other
assistants (Claude Code CLI, Codex, Cursor).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants