diff --git a/assets/images/help/copilot/coding-agent/agents-page-input.png b/assets/images/help/copilot/coding-agent/agents-page-input.png deleted file mode 100644 index 3a8cb4308310..000000000000 Binary files a/assets/images/help/copilot/coding-agent/agents-page-input.png and /dev/null differ diff --git a/assets/images/help/copilot/mcp-icon-in-dropdown.png b/assets/images/help/copilot/mcp-icon-in-dropdown.png deleted file mode 100644 index 431cdc82d384..000000000000 Binary files a/assets/images/help/copilot/mcp-icon-in-dropdown.png and /dev/null differ diff --git a/config/kubernetes/default/deployments/webapp.yaml b/config/kubernetes/default/deployments/webapp.yaml index 4c822867f693..d64f7278da93 100644 --- a/config/kubernetes/default/deployments/webapp.yaml +++ b/config/kubernetes/default/deployments/webapp.yaml @@ -3,7 +3,7 @@ kind: Deployment metadata: name: webapp spec: - replicas: 2 + replicas: 1 selector: matchLabels: app: webapp diff --git a/config/kubernetes/production/deployments/webapp.yaml b/config/kubernetes/production/deployments/webapp.yaml index 7ff90e7c4146..d6c5b57b8f7d 100644 --- a/config/kubernetes/production/deployments/webapp.yaml +++ b/config/kubernetes/production/deployments/webapp.yaml @@ -3,7 +3,7 @@ kind: Deployment metadata: name: webapp spec: - replicas: 4 + replicas: 6 selector: matchLabels: app: webapp @@ -23,12 +23,12 @@ spec: image: docs-internal resources: requests: - cpu: 4000m + cpu: 2500m # Absolute minimum to start app is 1000m # Node is single-threaded but we want more CPUs # for OS and image resizing, and other binary executions # Better to increase replicas or memory than CPU - memory: 8Gi + memory: 6.0Gi # Absolute minimum to start app is 4500Mi # Would increase with more pages, versions, or languages supported # The additional memory helps during traffic surges diff --git a/content/copilot/how-tos/configure-custom-instructions/add-repository-instructions.md b/content/copilot/how-tos/configure-custom-instructions/add-repository-instructions.md index f7348dd94652..f9c37a365d1f 100644 --- a/content/copilot/how-tos/configure-custom-instructions/add-repository-instructions.md +++ b/content/copilot/how-tos/configure-custom-instructions/add-repository-instructions.md @@ -20,7 +20,6 @@ redirect_from: This version of this article is for using repository custom instructions on the {% data variables.product.github %} website. Click the tabs above for information on using custom instructions in other environments. {% data reusables.copilot.repository-custom-instructions-support %} -* **{% data variables.copilot.copilot_code-review_short %}** {% data reusables.copilot.repository-custom-instructions-prerequisites %} @@ -31,7 +30,6 @@ This version of this article is for using repository custom instructions on the This version of this article is for using repository custom instructions and prompt files in {% data variables.product.prodname_vscode_shortname %}. Click the tabs above for instructions on using custom instructions in other environments. {% data reusables.copilot.repository-custom-instructions-support %} -* **{% data variables.copilot.copilot_code-review_short %}** {% data reusables.copilot.repository-custom-instructions-prerequisites %} @@ -42,7 +40,6 @@ This version of this article is for using repository custom instructions and pro This version of this article is for using repository custom instructions in {% data variables.product.prodname_vs %}. Click the tabs above for instructions on using custom instructions in other environments. {% data reusables.copilot.repository-custom-instructions-support %} -* **{% data variables.copilot.copilot_code-review_short %}** {% data reusables.copilot.repository-custom-instructions-prerequisites %} @@ -53,7 +50,6 @@ This version of this article is for using repository custom instructions in {% d This version of this article is for using repository custom instructions in JetBrains IDEs. Click the tabs above for instructions on using custom instructions in other environments. {% data reusables.copilot.repository-custom-instructions-support %} -* **{% data variables.copilot.copilot_code-review_short %}** {% data reusables.copilot.repository-custom-instructions-prerequisites %} @@ -76,7 +72,6 @@ This version of this article is for using repository custom instructions in Xcod This version of this article is for using repository custom instructions in Eclipse. Click the tabs above for instructions on using custom instructions in other environments. {% data reusables.copilot.repository-custom-instructions-support %} -* **{% data variables.copilot.copilot_code-review_short %}** {% data reusables.copilot.repository-custom-instructions-prerequisites %} diff --git a/data/reusables/copilot/repository-custom-instructions-support.md b/data/reusables/copilot/repository-custom-instructions-support.md index 2a2bdbf239f7..9fe11adea3d6 100644 --- a/data/reusables/copilot/repository-custom-instructions-support.md +++ b/data/reusables/copilot/repository-custom-instructions-support.md @@ -2,6 +2,22 @@ Repository custom instructions let you provide {% data variables.product.prodname_copilot_short %} with repository-specific guidance and preferences. -Repository custom instructions are currently supported for: -* **{% data variables.copilot.copilot_coding_agent %}** -* **{% data variables.copilot.copilot_chat_short %}** +### Support for repository custom instructions + +The following table shows which {% data variables.product.prodname_copilot_short %} features support the `.github/copilot-instructions.md` instructions file. + +{% rowheaders %} + +| | Eclipse | JetBrains IDEs | {% data variables.product.prodname_vs %} | {% data variables.product.prodname_vscode_shortname %} | {% data variables.product.prodname_dotcom_the_website %} | Xcode | +| --- | --- | --- | --- | --- | --- | --- | +| {% data variables.copilot.copilot_chat_short %} | {% octicon "check" aria-label="Included" %} 1 | {% octicon "check" aria-label="Included" %} 1 | {% octicon "check" aria-label="Included" %} 1 | {% octicon "check" aria-label="Included" %} 1 | {% octicon "check" aria-label="Included" %} 1 | {% octicon "check" aria-label="Included" %} 1 | +| {% data variables.copilot.copilot_coding_agent %} | N/A | N/A | N/A | {% octicon "check" aria-label="Included" %} 3 | {% octicon "check" aria-label="Included" %} 3 | N/A | +| {% data variables.copilot.copilot_code-review_short %} | N/A | {% octicon "x" aria-label="Not included" %} | {% octicon "check" aria-label="Included" %} 1 | {% octicon "check" aria-label="Included" %} 2 | {% octicon "check" aria-label="Included" %} 2 | {% octicon "x" aria-label="Not included" %} | + +{% endrowheaders %} + +**1:** Repository-wide instructions (using the `.github/copilot-instructions.md` file) are supported.
+**2:** Repository-wide instructions and path-specific instructions (using `.github/instructions/NAME.instructions.md` files) are supported.
+**3:** Repository-wide instructions, path-specific instructions, and agent instructions (using `AGENTS.md`, `CLAUDE.md` or `GEMINI.md` files) are supported.
+**X:** Custom instructions are not supported.
+**N/A:** Feature not available on this platform. diff --git a/data/reusables/profile/copilot_settings.md b/data/reusables/profile/copilot_settings.md deleted file mode 100644 index 49d581592a9c..000000000000 --- a/data/reusables/profile/copilot_settings.md +++ /dev/null @@ -1 +0,0 @@ -1. In the top right corner of {% data variables.product.prodname_dotcom %}, click your profile picture, then click **{% octicon "copilot" aria-hidden="true" aria-label="copilot" %} {% data variables.product.prodname_copilot_short %} settings**.