Skip to content

Chore/update agent models - #44

Merged
sabrish merged 2 commits into
mainfrom
chore/update-agent-models
Jul 1, 2026
Merged

Chore/update agent models#44
sabrish merged 2 commits into
mainfrom
chore/update-agent-models

Conversation

@sabrish

@sabrish sabrish commented Jul 1, 2026

Copy link
Copy Markdown
Owner

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:

  • Upgraded the orchestrator and developer agents from claude-sonnet-4-6 to claude-sonnet-5, and the reviewer agent from claude-haiku-4-5-20251001 to claude-sonnet-5 in their respective configuration files (.claude/agents/orchestrator.md, .claude/agents/developer.md, .claude/agents/reviewer.md). [1] [2] [3]
  • Updated the architect agent from claude-opus-4-6 to claude-opus-4-8 in .claude/agents/architect.md.
  • Reflected these model changes in the agent summary table in CLAUDE.md.

Commit Metadata Standardization:

  • Updated the required commit trailer to use Co-Authored-By: Claude <noreply@anthropic.com> instead of the previous version-specific address in both .claude/memory/patterns-dataverse.md and CLAUDE.md. [1] [2]

sabrish and others added 2 commits July 1, 2026 18:58
- 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>
Copilot AI review requested due to automatic review settings July 1, 2026 18:03
@sabrish
sabrish merged commit 14fdd0b into main Jul 1, 2026
1 check passed
@sabrish
sabrish deleted the chore/update-agent-models branch July 1, 2026 18:04

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-5 and architect to claude-opus-4-8.
  • Updated the agent summary table in CLAUDE.md to 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>`
Comment thread CLAUDE.md
| `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 |
Comment thread CLAUDE.md
- **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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants