Replicate Feature

Feature Suggestion: Add “Replicate” for Remix Apps

Google AI Studio already has Remix and Copy. It would be extremely useful to add a new “Replicate” option.

When a user remixes an app and then continues making changes to the Original App, they should be able to replicate those new changes to their Remix version.

Example:

Original App → Remix → Remix App

Later, the Original App gets new changes.

Original App → Replicate → Remix App

AI Studio should identify the changes made to the Original since the Remix was created and apply the relevant changes to the Remix, while preserving changes independently made in the Remix where possible.

Important Restriction

Replication should only work between:

Original App ↔ Its Own Remix Apps

It should NOT be possible between unrelated apps or between different Remix apps.

Allowed:

Original → Remix A

Original → Remix B

Original → Remix C

Not allowed:

Remix A → Remix B

App A → App B

Unrelated App → Remix

A Change Review before replication would also be useful to show additions, modifications, deletions, and conflicts.

Remix = Create a branch.

Replicate = Bring new changes from the Original into that branch.

This could make Remix much more powerful for maintaining multiple customized versions of the same app.