MCP update: live session, copy ai selector#527
Open
pinkeshmars wants to merge 1 commit into
Open
Conversation
|
|
PoojaB26
approved these changes
Jun 19, 2026
|
|
||
| You can right-click any widget in the builder and select **Copy AI Selector** when you want the agent to update a specific widget in your app. This copies a precise location for the selected widget, which you can paste into your prompt so the agent knows exactly which widget to inspect or modify. | ||
|
|
||
| This is helpful when a page has repeated widgets, nested components, or similar labels. Instead of describing the widget only by its position or text, you can give the agent the copied selector and ask for a targeted change, such as updating that widget's style, action, visibility, or data binding. |
Collaborator
There was a problem hiding this comment.
Suggested change
| This is helpful when a page has repeated widgets, nested components, or similar labels. Instead of describing the widget only by its position or text, you can give the agent the copied selector and ask for a targeted change, such as updating that widget's style, action, visibility, or data binding. | |
| This is helpful when a page has repeated widgets, nested components, or similar labels. Instead of describing the widget only by its position or text, you can give the agent the copied selector value and ask for a targeted change, such as updating that widget's style, action, visibility, or data binding. |
| height: 0, | ||
| width: '100%'}}> | ||
| <iframe | ||
| src="https://demo.arcade.software/Jx4zuTngeaDsJ3ZPKkNI?embed&show_copy_link=true" |
Collaborator
There was a problem hiding this comment.
can you remove the zooms pls?
|
|
||
| ## Live Sessions | ||
|
|
||
| Live Sessions let your AI agent apply changes to a running FlutterFlow app and show those updates directly on the connected device. This is useful when you want to iterate quickly. You can ask the agent to update screens, fix issues, inspect logs, trigger hot reloads or hot restarts, capture screenshots, and then immediately review the results on your running devices. |
Collaborator
There was a problem hiding this comment.
Suggested change
| Live Sessions let your AI agent apply changes to a running FlutterFlow app and show those updates directly on the connected device. This is useful when you want to iterate quickly. You can ask the agent to update screens, fix issues, inspect logs, trigger hot reloads or hot restarts, capture screenshots, and then immediately review the results on your running devices. | |
| Live Sessions let your AI agent apply changes to a running FlutterFlow app and display those updates directly on the connected device. This is useful when you want to iterate quickly. You can ask the agent to update screens, fix issues, inspect logs, trigger hot reloads or hot restarts, capture screenshots, and then immediately review the results on your running devices. |
|
|
||
| Live Sessions let your AI agent apply changes to a running FlutterFlow app and show those updates directly on the connected device. This is useful when you want to iterate quickly. You can ask the agent to update screens, fix issues, inspect logs, trigger hot reloads or hot restarts, capture screenshots, and then immediately review the results on your running devices. | ||
|
|
||
| To use Live Sessions, run your app from the FlutterFlow desktop app on a connected device or simulator, then activate your agent. Confirm in the desktop app that the live session has started, ask the agent to make changes, and review those changes as they appear in the running app. |
Collaborator
There was a problem hiding this comment.
Suggested change
| To use Live Sessions, run your app from the FlutterFlow desktop app on a connected device or simulator, then activate your agent. Confirm in the desktop app that the live session has started, ask the agent to make changes, and review those changes as they appear in the running app. | |
| To use Live Sessions, run your app from the FlutterFlow desktop app on a connected device or simulator, then activate your agent. Once the live session starts, confirm its status in the desktop app, ask the agent to make changes, and review those updates as they appear in the running app. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
MCP update: live session, copy ai selector
Linear ticket and magic word Fixes DEVR-1273
Type of change