File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
5785781. **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
5805803. **Use ` /compact` **: Summarize conversation to free up context
5815814. **Use multiple sessions**: One session per feature or topic
582582
You can’t perform that action at this time.
0 commit comments