You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ This toolkit fixes that by adding a local retry proxy and a lightweight status b
24
24
- automatic retry for temporary upstream failures such as `503`, transport errors, and retryable `429`
25
25
- immediate pass-through for hard quota exhaustion, so real quota errors are still visible
26
26
- live retry status in Antigravity: attempt count, current error, model, endpoint, and recent retry history
27
-
-per-conversation status isolation, so one window does not leak retry state into another
27
+
-multi-window, multi-conversation status isolation, so one window does not leak retry state into another
28
28
- local development scripts for packaging, installing, verifying, and reloading the extension
29
29
- a non-invasive integration model: this project does not modify files inside `Antigravity.app`; it works through a local proxy, user-level settings, and a separately installed extension
30
30
@@ -33,14 +33,15 @@ This toolkit fixes that by adding a local retry proxy and a lightweight status b
33
33
- Current version: `0.2.17`
34
34
- Platform target: macOS
35
35
- Retry proxy status: verified locally
36
-
- Multi-window per-conversation status isolation: verified locally
36
+
- Multi-window, multi-conversation status isolation: verified locally
37
+
- Real retry flows verified across separate conversations, including transient `503` retries and quota-style `429` handling
37
38
- Automatic extension reload after external VSIX install: verified locally
38
39
39
40
## Known limits and unverified risks
40
41
41
42
- Verified on local macOS setups only. This repository has not been validated on Windows or Linux.
42
43
- Verified against real transient `503` and quota-style `429` flows locally, but not against a broad matrix of upstream failure modes or long-running production traffic.
43
-
- Multi-windowconversation isolation has been verified locally, but not stress-tested under sustained high parallel request load.
44
+
- Multi-window, multi-conversation isolation has been verified locally, but not stress-tested under sustained high parallel request load.
44
45
- The proxy currently has no separate max-concurrency control. Very high local parallelism may still increase upstream throttling rather than improve recovery.
45
46
- Retry status lives in memory. If the proxy process restarts, in-flight retry history and current UI state are lost.
46
47
- The setup depends on Antigravity internals such as `jetski.cloudCodeUrl`, local extension installation behavior, and current window/context signals. Future Antigravity builds could change those integration points.
0 commit comments