Skip to content

Commit 18d9962

Browse files
Add Agentic autofix to memory feature availability (#63493)
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
1 parent 6f80149 commit 18d9962

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎content/copilot/concepts/agents/copilot-memory.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ We typically refer to these repository-level facts and user-level preferences as
3333

3434
## Feature availability
3535

36-
{% data variables.copilot.copilot_memory %} is currently used by {% data variables.copilot.copilot_cloud_agent %}, {% data variables.copilot.copilot_code-review_short %}, and {% data variables.copilot.copilot_cli_short %}.
36+
{% data variables.copilot.copilot_memory %} is currently used by {% data variables.copilot.copilot_cloud_agent %}, {% data variables.copilot.copilot_code-review_short %}, {% data variables.copilot.copilot_cli_short %}, and agentic autofix.
3737

3838
Facts and preferences captured by one {% data variables.product.prodname_copilot_short %} feature can be used by another. For example, if {% data variables.copilot.copilot_cloud_agent %} discovers how your repository handles database connections, {% data variables.copilot.copilot_code-review_short %} can later apply that knowledge to spot inconsistent patterns in a pull request. Similarly, if {% data variables.copilot.copilot_code-review_short %} learns that certain settings must stay synchronized across two files, {% data variables.copilot.copilot_cloud_agent %} will know to update both files when changing one.
3939

0 commit comments

Comments
 (0)