Skip to content

Commit 3b8ac19

Browse files
committed
Merge remote-tracking branch 'origin/main' into getIdToken
2 parents 4156dac + 75f5c70 commit 3b8ac19

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/claude-code-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
4040

4141
# Optional: Specify model (defaults to Claude Sonnet 4, uncomment for Claude Opus 4)
42-
model: "claude-opus-4-20250514"
42+
model: "claude-opus-4-8"
4343

4444
# Direct prompt for automated review (no @claude mention needed)
4545
direct_prompt: |

.github/workflows/claude-docs-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
3838
use_sticky_comment: true
3939
claude_args: |
40-
--model claude-sonnet-4-20250514
40+
--model claude-sonnet-4-6
4141
--json-schema '{"type":"object","properties":{"needs_docs":{"type":"boolean","description":"true if the PR has public APIs that need new or improved JSDoc"}},"required":["needs_docs"]}'
4242
4343
prompt: |

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
actions: read
4242
4343
# Optional: Specify model (defaults to Claude Sonnet 4, uncomment for Claude Opus 4)
44-
model: "claude-opus-4-20250514"
44+
model: "claude-opus-4-8"
4545

4646
# Optional: Customize the trigger phrase (default: @claude)
4747
# trigger_phrase: "/claude"

src/modules/connectors.types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ export interface AppUserConnectorConnectionResponse {
121121
* | Slack Bot | `slackbot` |
122122
* | Snowflake | `snowflake` |
123123
* | Splitwise | `splitwise` |
124+
* | Square | `square` |
124125
* | Supabase | `supabase` |
125126
* | TikTok | `tiktok` |
126127
* | Typeform | `typeform` |

0 commit comments

Comments
 (0)