ai: extract the agent picker into a shared content component - #5699
Merged
Conversation
The tabs and their three setup steps were inline in the /ai page. They are now AgentSetupTabs in nuxt/components/content/, so markdown can use them too, and the changelog entry does instead of listing the agents as links. excludeExpert drops the FlowFuse Expert tab on surfaces that are specifically about connecting your own agent. surface prefixes the PostHog positions everywhere except /ai, whose existing positions are left alone.
# Conflicts: # nuxt/pages/ai/index.vue
This was referenced Aug 28, 2026
✅ Deploy Preview for flowforge-website ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
|
I don't know what the agent picker is |
# Conflicts: # nuxt/pages/ai/index.vue
Contributor
Author
|
@cstns this thing on the AI page
|
# Conflicts: # src/changelog/2026/08/connect-your-own-ai-agent.md
andypalmi
approved these changes
Aug 28, 2026
changelog: use the shared agent picker instead of listing the agents
dimitrieh
enabled auto-merge
August 28, 2026 14:05
Settings, Apps and Connectors, Advanced settings, then add by URL. The earlier wording sent people to a prompt dashboard and to a workspace administrator, neither of which is where developer mode lives. Developer mode also needs a paid plan.
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
Outcome: one agent picker instead of three copies of it.
The picker lived inside
/ai. The changelog and the docs described the same setup steps again, in their own words. Change one and the other two drift.It is now a component, and markdown can use it too. Write the steps once, every page shows the same thing.
/ailooks exactly as it did.Three settings control how it appears per page:
excludeExperthides the FlowFuse Expert tab, for pages about connecting your own agent.signuphides the sign-up button in step 03, for documentation.surfacelabels the page in PostHog./aikeeps its current labels, so its existing numbers stay comparable.Two things had to be fixed before it worked outside
/ai:src/css/style.css, where that cannot reach it. This is whyFfCommandalready keeps its styling there.Related Issue(s)
FlowFuse/flowfuse#8192
Checklist