summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--continuedev/src/continuedev/core/autopilot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/continuedev/src/continuedev/core/autopilot.py b/continuedev/src/continuedev/core/autopilot.py
index a1b21903..246e2589 100644
--- a/continuedev/src/continuedev/core/autopilot.py
+++ b/continuedev/src/continuedev/core/autopilot.py
@@ -194,7 +194,7 @@ class Autopilot(ContinueBaseModel):
self._active = False
# Clear context
- await self.context_manager.clear_context()
+ # await self.context_manager.clear_context()
await self.update_subscribers()