Skip to content

sync: integrate upstream wave 3 (Antigravity + cookie import) - #264

Merged
aaditagrawal merged 53 commits into
mainfrom
codex/sync-upstream-20260904-wave-3-bb46
Sep 5, 2026
Merged

sync: integrate upstream wave 3 (Antigravity + cookie import)#264
aaditagrawal merged 53 commits into
mainfrom
codex/sync-upstream-20260904-wave-3-bb46

Conversation

@aaditagrawal

Copy link
Copy Markdown
Owner

What changed

Integrates upstream commits 82–128 through f8a14b28f, stacked on #263.

Included upstream work

  • Google Antigravity official ACP agent (models, skills, subagents, sign-in)
  • Desktop preview-browser cookie import (Chrome/Edge/Brave/Vivaldi/Opera/Arc/Firefox)
  • Composer resting-state polish
  • ACP thought chunks and config-option updates

Fork adaptations

  • Antigravity is a 16th driver; Oh My Pi, Pi, Hermes, Fx, Grok, ACP Agent, and the rest stay registered
  • Map fork medium-access runtime mode to Antigravity default
  • Keep richer ACP command discovery, elicitation, and Droid checkpoint behavior
  • Preserve fork-first README and AGENTS.md policy

Stack

  1. sync: integrate upstream wave 1 through 355fbd96d #262 wave 1 → main
  2. sync: integrate upstream wave 2 through 652515a34 #263 wave 2 → wave 1
  3. This PR → wave 2
  4. Wave 4 → this branch (settings reorg, usage limits, compaction)
  5. Wave 5 → wave 4 (upstream HEAD)

Verification

  • Server typecheck passed after the medium-access mapping
  • vp i installed @napi-rs/keyring for cookie import
  • All GitHub operations are fork-only
Open in Web Open in Cursor 

t3dotgg and others added 30 commits September 3, 2026 02:34
…gdotgg#9123)

Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
)

Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
…old as legacy (pingdotgg#9397)

Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
Co-authored-by: maria-rcks <254055478+maria-rcks@users.noreply.github.com>
)

Co-authored-by: maria-rcks <254055478+maria-rcks@users.noreply.github.com>
Co-authored-by: maria-rcks <254055478+maria-rcks@users.noreply.github.com>
Co-authored-by: maria-rcks <254055478+maria-rcks@users.noreply.github.com>
Co-authored-by: maria-rcks <254055478+maria-rcks@users.noreply.github.com>
Co-authored-by: maria-rcks <254055478+maria-rcks@users.noreply.github.com>
Co-authored-by: maria-rcks <254055478+maria-rcks@users.noreply.github.com>
…9466)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
…pingdotgg#9282)

Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
Co-authored-by: Julius Marminge <julius0216@outlook.com>
Co-authored-by: maria-rcks <254055478+maria-rcks@users.noreply.github.com>
Co-authored-by: maria-rcks <254055478+maria-rcks@users.noreply.github.com>
t3dotgg and others added 4 commits September 3, 2026 16:39
…ack (pingdotgg#9516)

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-authored-by: Utkarsh Patil <73941998+UtkarshUsername@users.noreply.github.com>
Merge Antigravity ACP, browser cookie import, and related upstream
commits 82-128 while keeping the fork's 15 existing drivers.

Fork adaptations:
- Register Antigravity alongside Oh My Pi, Pi, Hermes, Fx, Grok, and ACP Agent
- Map fork medium-access runtime mode to Antigravity's default permission mode
- Keep richer ACP command discovery, elicitation, and Droid checkpoint behavior
- Preserve fork-first README and AGENTS.md policy

Co-authored-by: aaditagrawal <aaditagrawal@users.noreply.github.com>
@github-actions github-actions Bot added vouch:trusted PR author is trusted by repo permissions or the VOUCHED list. size:XXL 1,000+ effective changed lines (test files excluded in mixed PRs). 📱 Native Change Changes the native fingerprint; merging blocks production OTAs until a new store build ships. labels Sep 4, 2026
@github-actions

github-actions Bot commented Sep 4, 2026

Copy link
Copy Markdown

Thread transfer impact

✅ Thread transfer remains within every enforced ceiling.

ℹ️ No successful main baseline artifact is available yet. This run establishes the initial measurement.

Provider Metric Main baseline This PR Impact PR ceiling
Codex Total thread wire 13.6 KiB 15.1 KiB
Codex Thread snapshot wire 7.0 KiB 7.3 KiB
Codex Live turn WebSocket wire 6.5 KiB 7.8 KiB
Codex Live turn WebSocket decoded 57.0 KiB 66.4 KiB
Codex Live turn messages 8 21
Claude Total thread wire 13.6 KiB 15.1 KiB
Claude Thread snapshot wire 7.0 KiB 7.3 KiB
Claude Live turn WebSocket wire 6.5 KiB 7.8 KiB
Claude Live turn WebSocket decoded 57.8 KiB 66.4 KiB
Claude Live turn messages 8 21

Baseline: unavailable · PR result: 33d31bd · Source CI: success

Scenario and decoded snapshot size

10 historical turns, 5 command tools per turn, 878.9 KiB retained MCP result per historical turn, and a 1.05 MiB retained result in the measured turn.

  • Codex decoded thread snapshot: 113.9 KiB
  • Claude decoded thread snapshot: 114.6 KiB

Updated in place by a trusted workflow. PR artifacts are strictly validated and never executed.

cursoragent and others added 5 commits September 4, 2026 11:32
Keep fork opaque-attachment claims while resolving inline documents with
fileName/mimeType and forcing downloads for other generic files. Accept
empty skillDispatchInput on promptless continuation, and mock expo-image
so the mobile ProviderIcon suite can load after Antigravity.
Stop duplicating Claude prompt text when there is no skill dispatch, keep
opaque attachment downloads flagged, assert only Codex binaries on the
binaryPath re-probe, and advertise Antigravity in PROVIDER_OPTIONS.
…e-2-bb46' into codex/sync-upstream-20260904-wave-3-bb46

Co-authored-by: aaditagrawal <aaditagrawal@users.noreply.github.com>
@aaditagrawal
aaditagrawal marked this pull request as ready for review September 5, 2026 06:32

aaditagrawal commented Sep 5, 2026

Copy link
Copy Markdown
Owner Author

Merge activity

@aaditagrawal
aaditagrawal changed the base branch from codex/sync-upstream-20260904-wave-2-bb46 to graphite-base/264 September 5, 2026 07:43
@aaditagrawal
aaditagrawal changed the base branch from graphite-base/264 to main September 5, 2026 07:44
@aaditagrawal
aaditagrawal merged commit 65528b2 into main Sep 5, 2026
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

📱 Native Change Changes the native fingerprint; merging blocks production OTAs until a new store build ships. size:XXL 1,000+ effective changed lines (test files excluded in mixed PRs). vouch:trusted PR author is trusted by repo permissions or the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.