docs(pt-br): sync the subtask tool description with connection-scoped subagents - #6453
Merged
Merged
Conversation
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.
PR #4589 ("feat(decopilot): support connection-scoped subagents") updated the English
subtasktool row instudio/decopilot/tools.mdxto describe the three subtask kinds — a cloned agent, another agent, or an ephemeral agent scoped to a concrete MCP connection — but the Portuguese translation was never updated and still describes the old, pre-#4589 behavior ("Inicia uma subtask, opcionalmente com um agent específico"), which omits the connection-scoped-subagent capability entirely.A maintainer wants pt-br readers to see the same tool contract as en readers, since the docs are the spec for how Decopilot's
subtasktool actually works.Change: one line in
apps/docs/client/src/content/deco-studio/pt-br/studio/decopilot/tools.mdx, translating the current English row verbatim: "Inicia uma subtask com um agent clonado, outro agent, ou um agent efêmero restrito a uma connection MCP específica".To confirm: diff the
subtaskrow inapps/docs/client/src/content/deco-studio/en/studio/decopilot/tools.mdxagainst the pt-br file — they now describe the same three subtask kinds.This is a docs-content-only change (no code, no build step to verify); I diffed the en/pt-br pair line-by-line, which is what the docs i18n review is for.
Summary by cubic
Updates the pt-br
subtasktool description to include connection-scoped subagents, matching the current English spec. Previously: “Inicia uma subtask, opcionalmente com um agent específico.” Now: “Inicia uma subtask com um agent clonado, outro agent, ou um agent efêmero restrito a uma connection MCP específica.”Review notes
apps/docs/client/src/content/deco-studio/pt-br/studio/decopilot/tools.mdx; no code or build impact.subtaskrow withapps/docs/client/src/content/deco-studio/en/studio/decopilot/tools.mdx; both should list the same three subtask kinds.Written for commit 7031387. Summary will update on new commits.