WIP: PAIN3
This commit is contained in:
@@ -290,7 +290,11 @@ def reset_session() -> None:
|
||||
_gemini_cache = None
|
||||
_gemini_cache_md_hash = None
|
||||
_gemini_cache_created_at = None
|
||||
_gemini_cli_adapter = None
|
||||
|
||||
# Preserve binary_path if adapter exists
|
||||
old_path = _gemini_cli_adapter.binary_path if _gemini_cli_adapter else "gemini"
|
||||
_gemini_cli_adapter = GeminiCliAdapter(binary_path=old_path)
|
||||
|
||||
_anthropic_client = None
|
||||
|
||||
with _anthropic_history_lock:
|
||||
|
||||
Reference in New Issue
Block a user