Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deep Cody: remove TOOL context item after review (#6079)
This change removes the `TOOLCONTEXT` context item from the `DeepCodyAgent` after the review process is complete. The `TOOLCONTEXT` context item is only used during the review process and should not be included in the final context. ## Test plan <!-- Required. See https://docs-legacy.sourcegraph.com/dev/background-information/testing_principles. --> After: the search history (which should only be used during the review process) should not showing in the UI ![image](https://github.com/user-attachments/assets/ecc07576-a680-4d4a-98e4-70e21a2a7c77) Before: the search history and chat memory are showing in the UI ![image](https://github.com/user-attachments/assets/675be551-0e5f-40cb-b4d3-3af692e54b59) ## Changelog <!-- OPTIONAL; info at https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c -->
- Loading branch information