cody
cody copied to clipboard
bug: context doesn't update
Version
1.28.1
Describe the bug
I'm using claude 3.5 sonnet. Cody retains old project context for too long which leads it to believe files that were deleted still exist in the repo. This leads cody to rely too much on cached context when updated context is required and response quality drastically degrades over time.
Tried fixes (none worked):
- Create new chat
- Restart VScode
- Ask chat to forget prior context using natural language
Expected behavior
Context updates dynamically or at least on scheduled intervals that are no longer than 5 minutes.
Additional context
Feature request: a CLI command or button to clear context and re-index the workspace.