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
+3 -3
View File
@@ -12,9 +12,9 @@ def test_context_preview_and_ast_inspector(live_gui):
# Set context file
resp = requests.post("http://127.0.0.1:8999/api/gui", json={
"action": "set_value",
"item": "files",
"value": ["src/aggregate.py"]
"action": "custom_callback",
"callback": "set_context_files",
"args": [["src/aggregate.py"]]
})
assert resp.status_code == 200
time.sleep(1)