Skip to content

Commit 60e0e99

Browse files
committed
Clarify multi-window and multi-conversation support
1 parent b5929fb commit 60e0e99

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This toolkit fixes that by adding a local retry proxy and a lightweight status b
2424
- automatic retry for temporary upstream failures such as `503`, transport errors, and retryable `429`
2525
- immediate pass-through for hard quota exhaustion, so real quota errors are still visible
2626
- 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
2828
- local development scripts for packaging, installing, verifying, and reloading the extension
2929
- 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
3030

@@ -33,14 +33,15 @@ This toolkit fixes that by adding a local retry proxy and a lightweight status b
3333
- Current version: `0.2.17`
3434
- Platform target: macOS
3535
- 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
3738
- Automatic extension reload after external VSIX install: verified locally
3839

3940
## Known limits and unverified risks
4041

4142
- Verified on local macOS setups only. This repository has not been validated on Windows or Linux.
4243
- 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-window conversation 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.
4445
- The proxy currently has no separate max-concurrency control. Very high local parallelism may still increase upstream throttling rather than improve recovery.
4546
- Retry status lives in memory. If the proxy process restarts, in-flight retry history and current UI state are lost.
4647
- 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

Comments
 (0)