Chore/update agent models - #44
Merged
Merged
Conversation
- orchestrator, developer, reviewer: sonnet-4-6 → sonnet-5 - architect: opus-4-6 → opus-4-8 - reviewer upgraded from haiku-4-5 to sonnet-5 (13-category audit checklist too demanding for Haiku; missed findings are blockers) - Co-Authored-By trailer updated to Sonnet 5 in CLAUDE.md and patterns-dataverse.md PATTERN-011 Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Replace model-specific name with generic "Claude" so the trailer never needs updating when models change. Co-Authored-By: Claude <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Claude agent model selections and related documentation to reflect newer model versions, and standardizes the required commit co-author trailer to a version-agnostic format.
Changes:
- Upgraded orchestrator/developer/reviewer agent models to
claude-sonnet-5and architect toclaude-opus-4-8. - Updated the agent summary table in
CLAUDE.mdto reflect the new model versions. - Standardized the required commit trailer to
Co-Authored-By: Claude <noreply@anthropic.com>in project guidance.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
CLAUDE.md |
Updates agent model summary table and the standardized commit trailer guidance. |
.claude/memory/patterns-dataverse.md |
Updates PATTERN-011 commit trailer to the new standardized co-author format. |
.claude/agents/reviewer.md |
Switches reviewer model to claude-sonnet-5. |
.claude/agents/orchestrator.md |
Switches orchestrator model to claude-sonnet-5. |
.claude/agents/developer.md |
Switches developer model to claude-sonnet-5. |
.claude/agents/architect.md |
Switches architect model to claude-opus-4-8. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| Every commit MUST: | ||
| 1. Use Conventional Commits format: `<type>[optional scope]: <description>` | ||
| 2. End with `Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>` | ||
| 2. End with `Co-Authored-By: Claude <noreply@anthropic.com>` |
| | `orchestrator` | Sonnet 5 | Routes all tasks; start every session here | | ||
| | `architect` | Opus 4.8 | Architecture decisions and data model design; only ONE active at a time | | ||
| | `developer` | Sonnet 5 | All implementation — features, bugs, components, Dataverse integration | | ||
| | `reviewer` | Sonnet 5 | Read-only code review for TypeScript, React, Fluent UI v9, and security | |
| - **ALWAYS** use static imports for reporters — dynamic imports break under `pptb-webview://` → see PATTERN-007 | ||
| - **ALWAYS** commit one logical change per commit, Conventional Commits format, with trailer: | ||
| `Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>` → see PATTERN-011 | ||
| `Co-Authored-By: Claude <noreply@anthropic.com>` → see PATTERN-011 |
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.
This pull request updates the Claude agent models used across the project to their latest available versions and standardizes the commit co-author trailer. These changes ensure the team is leveraging the most up-to-date AI capabilities and maintains consistency in commit metadata.
Agent Model Upgrades:
orchestratoranddeveloperagents fromclaude-sonnet-4-6toclaude-sonnet-5, and therevieweragent fromclaude-haiku-4-5-20251001toclaude-sonnet-5in their respective configuration files (.claude/agents/orchestrator.md,.claude/agents/developer.md,.claude/agents/reviewer.md). [1] [2] [3]architectagent fromclaude-opus-4-6toclaude-opus-4-8in.claude/agents/architect.md.CLAUDE.md.Commit Metadata Standardization:
Co-Authored-By: Claude <noreply@anthropic.com>instead of the previous version-specific address in both.claude/memory/patterns-dataverse.mdandCLAUDE.md. [1] [2]