Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/smoke-claude.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .github/workflows/smoke-claude.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ models:
max-turns: 100
engine:
id: claude
model: claude-sonnet-4-6

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.

💡 Pinning the model in the workflow frontmatter is the right approach — it propagates to the compiled lock file via ANTHROPIC_MODEL env var, ensuring consistent model usage across all agent invocations. Consider also documenting why this specific model is chosen in a comment.

bare: true
inlined-imports: true
imports:
Expand Down
Loading