You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 02-context-conversations/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -353,7 +353,7 @@ copilot
353
353
354
354
### Persistent Memory Across Sessions
355
355
356
-
Sessions save your conversation history, but **memory** goes one step further — it lets Copilot CLI remember preferences and facts *across all sessions*, not just within a single one.
356
+
Sessions save your conversation history, but **memory** goes one step further and lets Copilot CLI remember preferences and facts *across all sessions*, not just within a single one.
357
357
358
358
```bash
359
359
copilot
@@ -368,7 +368,7 @@ copilot
368
368
# Disables memory (useful if you prefer a fresh slate each time)
369
369
```
370
370
371
-
For example, if you tell Copilot CLI "I always prefer pytest forPython testing", it can remember that preference and apply it automaticallyin future sessions — without you having to repeat it.
371
+
For example, if you tell Copilot CLI "I always prefer pytest forPython testing", it can remember that preference and apply it automaticallyin future sessions. All without you having to repeat it.
372
372
373
373
> 💡 **Memory vs. Sessions**: Sessions save the *conversation history* so you can resume a specific task. Memory saves *preferences and context* that apply across all your work. Think of sessions as project notebooks and memory as your personal notepad.
0 commit comments