@@ -110,7 +110,7 @@ If both are provided, OAuth token takes precedence. At least one authentication
110110| Input | Required | Default | Description |
111111| ------------------------------- | -------- | ------------------------------------------------------- | ------------------------------------------------------------------- |
112112| ` prompt ` | No | ` "" ` | Direct automation prompt (enables automation mode) |
113- | ` model ` | No | ` claude-sonnet-4-6 ` | Claude model to use |
113+ | ` model ` | No | ` claude-sonnet-5 ` | Claude model to use |
114114| ` allowed_tools ` | No | ` "" ` | Comma-separated list of allowed tools |
115115| ` disallowed_tools ` | No | ` "" ` | Comma-separated list of disallowed tools |
116116| ` custom_instructions ` | No | CLAUDE.md instructions | Additional system prompt instructions |
@@ -145,7 +145,7 @@ You can use the `plugin_marketplaces` and `plugins` inputs to install **addition
145145``` yaml
146146uses : Uniswap/ai-toolkit/.github/workflows/_claude-main.yml@main
147147with :
148- model : ' claude-sonnet-4-6 '
148+ model : ' claude-sonnet-5 '
149149 custom_instructions : |
150150 Focus on code quality and security.
151151 Follow CLAUDE.md guidelines.
@@ -158,7 +158,7 @@ secrets:
158158` ` ` yaml
159159uses : Uniswap/ai-toolkit/.github/workflows/_claude-main.yml@main
160160with :
161- model : ' claude-sonnet-4-6 '
161+ model : ' claude-sonnet-5 '
162162secrets :
163163 CLAUDE_CODE_OAUTH_TOKEN : ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
164164` ` `
@@ -168,7 +168,7 @@ secrets:
168168` ` ` yaml
169169uses : Uniswap/ai-toolkit/.github/workflows/_claude-main.yml@main
170170with :
171- model : ' claude-sonnet-4-6 '
171+ model : ' claude-sonnet-5 '
172172secrets :
173173 ANTHROPIC_API_KEY : ${{ secrets.ANTHROPIC_API_KEY }}
174174 CLAUDE_CODE_OAUTH_TOKEN : ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
@@ -302,7 +302,7 @@ You must enable GitHub Actions to create and approve pull requests:
302302| `pr_number` | Yes | - | Pull request number to review |
303303| `base_ref` | No | - | Base branch name (e.g., main, master). If not provided, fetched via GitHub API. |
304304| `force_review` | No | `false` | Force a full review even if the code hasn't changed (bypasses patch-ID cache) |
305- | `model` | No | `claude-sonnet-4-6` | Claude model to use for review |
305+ | `model` | No | `claude-sonnet-5` | Claude model to use for review |
306306| `max_turns` | No | unlimited | Maximum conversation turns for Claude |
307307| `prompt_override_files_to_skip` | No | `""` | Path to markdown file overriding "Files to Skip" section |
308308| `prompt_override_review_priorities` | No | `""` | Path to markdown file overriding "Review Priorities" section |
@@ -387,7 +387,7 @@ uses: Uniswap/ai-toolkit/.github/workflows/_claude-code-review.yml@main
387387with:
388388 pr_number: ${{ github.event.pull_request.number }}
389389 base_ref: ${{ github.base_ref }}
390- model: 'claude-sonnet-4-6 '
390+ model: 'claude-sonnet-5 '
391391 toolkit_ref: 'main' # or 'next' to test unreleased changes
392392secrets:
393393 ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
@@ -401,7 +401,7 @@ uses: Uniswap/ai-toolkit/.github/workflows/_claude-code-review.yml@main
401401with:
402402 pr_number: ${{ github.event.pull_request.number }}
403403 base_ref: ${{ github.base_ref }}
404- model: 'claude-sonnet-4-6 '
404+ model: 'claude-sonnet-5 '
405405secrets:
406406 CLAUDE_CODE_OAUTH_TOKEN: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
407407 WORKFLOW_PAT: ${{ secrets.WORKFLOW_PAT }}
@@ -560,7 +560,7 @@ If both are provided, OAuth token takes precedence. At least one authentication
560560| `auto_commit` | No | `false` | Auto-commit and push suggestions to PR branch (bypasses suggestion_mode) |
561561| `fail_on_missing_docs` | No | `true` | Whether missing documentation should cause workflow to fail |
562562| `fail_on_missing_version` | No | `true` | Whether missing plugin version bumps should cause workflow to fail |
563- | `model` | No | `claude-sonnet-4-6` | Claude model to use |
563+ | `model` | No | `claude-sonnet-5` | Claude model to use |
564564| `max_turns` | No | unlimited | Maximum conversation turns for Claude |
565565| `timeout_minutes` | No | `15` | Job timeout in minutes |
566566| `toolkit_ref` | No | `main` | Git ref of ai-toolkit to use for scripts |
@@ -1067,15 +1067,15 @@ If both are provided, OAuth token takes precedence. At least one authentication
10671067
10681068**Configuration:**
10691069
1070- | Input | Default | Description |
1071- | ------------------------- | ------------------- | ----------------------------------------------- |
1072- | `branch_name` | required | Branch to work on |
1073- | `target_branch` | `main` | Base branch for PR |
1074- | `dry_run` | `false` | Analyze only, skip PR creation |
1075- | `model` | `claude-sonnet-4-6 ` | Claude model to use |
1076- | `timeout_minutes` | `30` | Maximum execution time |
1077- | `debug_mode` | `true` | Show full Claude output |
1078- | `install_uniswap_plugins` | `true` | Auto-install uniswap plugins (false to opt out) |
1070+ | Input | Default | Description |
1071+ | ------------------------- | ----------------- | ----------------------------------------------- |
1072+ | `branch_name` | required | Branch to work on |
1073+ | `target_branch` | `main` | Base branch for PR |
1074+ | `dry_run` | `false` | Analyze only, skip PR creation |
1075+ | `model` | `claude-sonnet-5 ` | Claude model to use |
1076+ | `timeout_minutes` | `30` | Maximum execution time |
1077+ | `debug_mode` | `true` | Show full Claude output |
1078+ | `install_uniswap_plugins` | `true` | Auto-install uniswap plugins (false to opt out) |
10791079
10801080**Example Transformation:**
10811081
@@ -1216,13 +1216,13 @@ The Notion integration needs access to:
12161216
12171217**Configuration Inputs:**
12181218
1219- | Input | Default | Description |
1220- | ------------------------ | ------------------- | ------------------------------------------------------------------------------------------------- |
1221- | `days_back` | `7` | Number of days to look back for content |
1222- | `model` | `claude-sonnet-4-6 ` | Claude model to use |
1223- | `dry_run` | `false` | Generate but don't publish to Notion |
1224- | `debug_mode` | `true` | Enable full Claude output for debugging |
1225- | `slack_post_channel_ids` | `C091XE1DNP2` | Comma-separated Slack channel IDs to post newsletter announcement (e.g., C091XE1DNP2,C094URH6C13) |
1219+ | Input | Default | Description |
1220+ | ------------------------ | ----------------- | ------------------------------------------------------------------------------------------------- |
1221+ | `days_back` | `7` | Number of days to look back for content |
1222+ | `model` | `claude-sonnet-5 ` | Claude model to use |
1223+ | `dry_run` | `false` | Generate but don't publish to Notion |
1224+ | `debug_mode` | `true` | Enable full Claude output for debugging |
1225+ | `slack_post_channel_ids` | `C091XE1DNP2` | Comma-separated Slack channel IDs to post newsletter announcement (e.g., C091XE1DNP2,C094URH6C13) |
12261226
12271227**Manual Trigger:**
12281228
@@ -1363,7 +1363,7 @@ jobs:
13631363 call-claude:
13641364 uses: ./.github/workflows/_claude-main.yml
13651365 with:
1366- model: 'claude-sonnet-4-6 '
1366+ model: 'claude-sonnet-5 '
13671367 allowed_tools: 'read-write'
13681368 secrets:
13691369 ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
@@ -1709,7 +1709,7 @@ Many workflows support manual triggering via GitHub UI or CLI:
17091709` ` ` bash
17101710gh workflow run claude-code-review.yml \
17111711 -f pr_number=123 \
1712- -f model="claude-sonnet-4-6 "
1712+ -f model="claude-sonnet-5 "
17131713` ` `
17141714
17151715# # Troubleshooting
0 commit comments