Skip to content

feat: update default model to Claude Opus 4.6#11

Open
vapi-tasker[bot] wants to merge 1 commit intomainfrom
tasker/PRO-651-add-opus-4-6-support
Open

feat: update default model to Claude Opus 4.6#11
vapi-tasker[bot] wants to merge 1 commit intomainfrom
tasker/PRO-651-add-opus-4-6-support

Conversation

@vapi-tasker
Copy link

@vapi-tasker vapi-tasker bot commented Feb 6, 2026

Summary

  • Update default Claude model from claude-opus-4-5-20251101 to claude-opus-4-6
  • Anthropic released Claude Opus 4.6 on Feb 5, 2026 with simplified naming (no date suffix)
  • Users can still override the model in their config file - this only changes the default

Changes

File Change
src/config.ts Updated JSDoc comment (line 98) and DEFAULT_CONFIG (line 136)
src/cli/init/setup-config.ts Updated generateConfig() default (line 117)
bulletproof.config.json Updated the repository's own Bulletproof config
README.md Updated example config snippet and configuration reference table

Test Plan

  • npm run typecheck - TypeScript compilation passes
  • npm run lint - ESLint passes with no issues
  • npm run build - Build successful
  • npm run test - All 89 tests pass
  • Verified no instances of old model identifier remain in codebase

Linear Issue

PRO-651


Generated with Claude Code


Note

Low Risk
String-only default/config/documentation update; no changes to execution logic beyond which model is used by default.

Overview
Updates the default Claude model identifier from claude-opus-4-5-20251101 to claude-opus-4-6 across built-in defaults and the bulletproof init generated config.

Refreshes the repo’s own bulletproof.config.json and README examples/reference so documentation and sample configs reflect the new default.

Written by Cursor Bugbot for commit 0165de3. Configure here.

Update the default Claude model from claude-opus-4-5-20251101 to
claude-opus-4-6, the newly released model with simplified naming.

Changes:
- src/config.ts: Update JSDoc comment and DEFAULT_CONFIG
- src/cli/init/setup-config.ts: Update generated config default
- bulletproof.config.json: Update repo's own config
- README.md: Update documentation examples and reference table

Users can still override the model in their config file. This only
changes the default for new projects or those without explicit config.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@vapi-tasker vapi-tasker bot requested a review from teejas February 6, 2026 00:36
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.

0 participants