Antigravity is dog shit.

This commit is contained in:
ed
2026-05-20 07:51:58 -04:00
parent 180dc167d2
commit e2305ff49a
15 changed files with 123 additions and 50 deletions
+2 -2
View File
@@ -33,7 +33,7 @@ def test_rag_large_codebase_verification_sim(live_gui):
client.set_value('rag_source', 'chroma')
client.set_value('rag_emb_provider', 'local')
client.set_value('auto_add_history', True)
time.sleep(1.5)
# Wait for settings to apply and engine to sync (initial indexing happens automatically)
print("[SIM] Waiting for automatic initial indexing...")
start_initial = time.time()
@@ -93,7 +93,7 @@ def test_rag_large_codebase_verification_sim(live_gui):
break
time.sleep(0.2)
client.set_value('ai_input', "What is the modified content?")
client.set_value('ai_input', "Search for MODIFIED CONTENT FOR FILE 25")
client.click('btn_gen_send')
# Wait for completion