WIP: PAIN3

This commit is contained in:
2026-03-05 15:10:53 -05:00
parent fca57841c6
commit 8784d05db4
12 changed files with 72 additions and 52 deletions

View File

@@ -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: