docs: update agent harnesses for fx support - #719
Open
tembo[bot] wants to merge 1 commit into
Open
Conversation
fx shipped as a new agent harness in monorepo PR #10736 (merged 2026-08-25), registered in AGENT_TYPES/AGENT_CLASSES alongside Claude Code, Codex, Cursor, Opencode, Amp, and Pi, with its own icon and model list. The features/agents.mdx harness list was missing it.
tembo
Bot
requested review from
Coleary005,
DarrenBaldwin07 and
benja
as code owners
August 26, 2026 13:07
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
Author
|
Requesting review from @benja who has experience with the following files modified in this PR:
|
Contributor
Author
|
Reviewed and approved for merge. Verified against the released implementation: the |
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.
What changed
Adds "fx" to the Agent harness list on
/features/agents(rendered under the#agent-harnessanchor). Includes the harness description and its full supported model list, matching the style of the existing Claude Code / Codex / Cursor / Opencode / Amp / Pi entries.Why
The monorepo added fx as a fully wired, GA agent harness — not documented anywhere in the harness list.
Evidence
ee978b24e7)packages/agent-runtime/src/runtime/harness/fx/definition.ts— definesfxDefinitionwithname: 'fx', its model list, and default model (gpt-5.5)packages/agent-runtime/src/runtime/registry.ts—fxis registered unconditionally inAGENT_CLASSESalongsideclaudeCode,codex,openCode,cursor,amp, andPipackages/agent-runtime/src/runtime/schema.ts—fxis a first-class value inAGENT_TYPESapps/web/components/icons/agent-icon.tsx+apps/web/public/fx.svg— dedicated UI icon shipped for the harness (used to build the docs icon)nix/packages/fx/default.nix— upstream package metadata describes fx as "Tiny, open, native coding agent" (fx.sh), used for the one-line descriptionapps/api/src/server/models/index.ts(MODELSregistry) for exact labelsConfidence
This is a high-confidence, additive documentation update: fx is merged to
main, registered unconditionally (no feature flag) as a peer of the other already-documented harnesses, and ships a production UI icon — the same bar every other harness in this list already met. No wording/positioning judgment calls were needed; the change only adds a missing entry using the same structure as its neighbors.@benja
Note
Low Risk
Additive docs-only change with no runtime, auth, or data impact.
Overview
Documents the fx coding agent harness on the Agents page under Agent harness, alongside Claude Code, Codex, Cursor, and the other entries.
The new accordion uses the same pattern as Pi and Opencode: a short description (“tiny, open, native coding agent with multi-provider model support”), the fx SVG icon, and an inline Models list (Anthropic, OpenAI, Gemini, GLM, Kimi, DeepSeek, MiniMax, etc.). No other sections of
features/agents.mdxare changed.Reviewed by Cursor Bugbot for commit 264999a. Bugbot is set up for automated code reviews on this repo. Configure here.