Skip to content

Commit 249eae8

Browse files
authored
Update README.md
1 parent 2f83ded commit 249eae8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

02-context-conversations/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ copilot
353353
354354
### Persistent Memory Across Sessions
355355
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.
357357
358358
```bash
359359
copilot
@@ -368,7 +368,7 @@ copilot
368368
# Disables memory (useful if you prefer a fresh slate each time)
369369
```
370370
371-
For example, if you tell Copilot CLI "I always prefer pytest for Python testing", it can remember that preference and apply it automatically in future sessions without you having to repeat it.
371+
For example, if you tell Copilot CLI "I always prefer pytest for Python testing", it can remember that preference and apply it automatically in future sessions. All without you having to repeat it.
372372
373373
> 💡 **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.
374374

0 commit comments

Comments
 (0)