Variable USSKeysConst

USSKeys: {
    AGENT_MANAGER_INIT: "jetskiStateSync.agentManagerInitState";
    AGENT_MANAGER_WINDOW: "antigravityUnifiedStateSync.agentManagerWindow";
    AGENT_PREFERENCES: "antigravityUnifiedStateSync.agentPreferences";
    ALL_USER_SETTINGS: "antigravityUserSettings.allUserSettings";
    ALLOWED_COMMAND_MODEL_CONFIGS: "antigravity_allowed_command_model_configs";
    ARTIFACT_REVIEW: "antigravityUnifiedStateSync.artifactReview";
    BROWSER_PREFERENCES: "antigravityUnifiedStateSync.browserPreferences";
    CHAT_SESSION_INDEX: "chat.ChatSessionStore.index";
    EDITOR_PREFERENCES: "antigravityUnifiedStateSync.editorPreferences";
    MODEL_CREDITS: "antigravityUnifiedStateSync.modelCredits";
    MODEL_PREFERENCES: "antigravityUnifiedStateSync.modelPreferences";
    ONBOARDING: "antigravityUnifiedStateSync.onboarding";
    OVERRIDE_STORE: "antigravityUnifiedStateSync.overrideStore";
    SCRATCH_WORKSPACES: "antigravityUnifiedStateSync.scratchWorkspaces";
    SEEN_NUX_IDS: "antigravityUnifiedStateSync.seenNuxIds";
    SIDEBAR_WORKSPACES: "antigravityUnifiedStateSync.sidebarWorkspaces";
    TAB_PREFERENCES: "antigravityUnifiedStateSync.tabPreferences";
    TRAJECTORY_SUMMARIES: "antigravityUnifiedStateSync.trajectorySummaries";
    USER_STATUS: "antigravityUnifiedStateSync.userStatus";
    WINDOW_PREFERENCES: "antigravityUnifiedStateSync.windowPreferences";
} = ...

USS (Unified State Sync) keys in state.vscdb.

VERIFIED: All keys listed below were confirmed to exist in a live Antigravity v1.107.0 installation on 2026-02-28. Values are Base64-encoded protobuf unless noted otherwise.

Type declaration

  • ReadonlyAGENT_MANAGER_INIT: "jetskiStateSync.agentManagerInitState"

    Agent manager initialization state — contains auth tokens, workspace map (5144 bytes)

  • ReadonlyAGENT_MANAGER_WINDOW: "antigravityUnifiedStateSync.agentManagerWindow"

    Agent manager window state (192 bytes)

  • ReadonlyAGENT_PREFERENCES: "antigravityUnifiedStateSync.agentPreferences"

    Agent preferences — terminal policy, review policy, secure mode, etc. (1020 bytes)

  • ReadonlyALL_USER_SETTINGS: "antigravityUserSettings.allUserSettings"

    All user settings — JSON format

  • ReadonlyALLOWED_COMMAND_MODEL_CONFIGS: "antigravity_allowed_command_model_configs"

    Allowed model configs for commands

  • ReadonlyARTIFACT_REVIEW: "antigravityUnifiedStateSync.artifactReview"

    Artifact review state (1204 bytes)

  • ReadonlyBROWSER_PREFERENCES: "antigravityUnifiedStateSync.browserPreferences"

    Browser preferences (380 bytes)

  • ReadonlyCHAT_SESSION_INDEX: "chat.ChatSessionStore.index"

    Chat session store index (JSON: {"version":1,"entries":{}})

  • ReadonlyEDITOR_PREFERENCES: "antigravityUnifiedStateSync.editorPreferences"

    Editor preferences (108 bytes)

  • ReadonlyMODEL_CREDITS: "antigravityUnifiedStateSync.modelCredits"

    Model credits/usage info

  • ReadonlyMODEL_PREFERENCES: "antigravityUnifiedStateSync.modelPreferences"

    Model preferences — selected model, sentinel key

  • ReadonlyONBOARDING: "antigravityUnifiedStateSync.onboarding"

    Onboarding state (140 bytes)

  • ReadonlyOVERRIDE_STORE: "antigravityUnifiedStateSync.overrideStore"

    Enterprise override store (56 bytes)

  • ReadonlySCRATCH_WORKSPACES: "antigravityUnifiedStateSync.scratchWorkspaces"

    Scratch/playground workspaces (268 bytes)

  • ReadonlySEEN_NUX_IDS: "antigravityUnifiedStateSync.seenNuxIds"

    Seen NUX (new user experience) IDs (76 bytes)

  • ReadonlySIDEBAR_WORKSPACES: "antigravityUnifiedStateSync.sidebarWorkspaces"

    Sidebar workspaces — recent workspace list (5604 bytes)

  • ReadonlyTAB_PREFERENCES: "antigravityUnifiedStateSync.tabPreferences"

    Tab preferences (404 bytes)

  • ReadonlyTRAJECTORY_SUMMARIES: "antigravityUnifiedStateSync.trajectorySummaries"

    Conversation/trajectory summaries — titles, timestamps, workspace URIs (74KB+)

  • ReadonlyUSER_STATUS: "antigravityUnifiedStateSync.userStatus"

    User status info (5196 bytes)

  • ReadonlyWINDOW_PREFERENCES: "antigravityUnifiedStateSync.windowPreferences"

    Window preferences (44 bytes)