Skip to content

Commit de4ce71

Browse files
authored
Merge pull request #1802 from fullsend-ai/agent/1798-fix-model-frontmatter-docs
fix(#1798): expand model frontmatter docs to include full model IDs
2 parents 44c8ae9 + 3e887d7 commit de4ce71

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

  • internal/scaffold/fullsend-repo/skills/pr-review

internal/scaffold/fullsend-repo/skills/pr-review/SKILL.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ and `description`.
4646
| `docs-currency` | sonnet | Documentation staleness (follows docs-review skill inline) |
4747
| `cross-repo-contracts` | sonnet | API contract breakage affecting other repos (conditional) |
4848

49+
The Model column shows short aliases for brevity. Full model IDs
50+
(e.g., `claude-sonnet-4-6`, `claude-opus-4-8`) are equally valid in
51+
sub-agent frontmatter.
52+
4953
## Findings vs inline comments
5054

5155
Findings are the canonical review output. Each finding records a
@@ -325,7 +329,9 @@ For each selected sub-agent:
325329
```
326330

327331
4. Spawn via Agent tool with:
328-
- `model`: from the sub-agent frontmatter (`opus` or `sonnet`)
332+
- `model`: from the sub-agent frontmatter (any valid Claude model
333+
identifier — short aliases like `opus`, `sonnet`, `haiku`, or
334+
full model IDs like `claude-sonnet-4-6`)
329335
- `subagent_type`: `Explore` (read-only — sub-agents do not write)
330336
- `run_in_background`: `true`
331337
- `prompt`: composed from parts 1–5

0 commit comments

Comments
 (0)