Skip to content

Commit ee3a819

Browse files
authored
Update commands for managing conversation context
1 parent ee3d7c3 commit ee3a819

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

02-context-conversations/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -570,13 +570,13 @@ copilot
570570
| Went down wrong path | `/rewind` | Roll back to any earlier point |
571571
| Long conversation | `/compact` | Summarizes history, frees tokens |
572572
| Need specific file | `@file.py` not `@folder/` | Loads only what you need |
573-
| Hitting limits | Start new session | Fresh 128K context |
573+
| Hitting limits | `/new` or `/clear` | Fresh context |
574574
| Multiple topics | Use `/rename` per topic | Easy to resume right session |
575575
576576
#### Best Practices for Large Codebases
577577
578578
1. **Be specific**: `@samples/book-app-project/books.py` instead of `@samples/book-app-project/`
579-
2. **Clear between topics**: Use `/clear` when switching focus
579+
2. **Clear context between topics**: Use `/new` or `/clear` when switching focus
580580
3. **Use `/compact`**: Summarize conversation to free up context
581581
4. **Use multiple sessions**: One session per feature or topic
582582

0 commit comments

Comments
 (0)