Skip to content

Update security model to use Opus 4.6#42

Merged
lambertjosh merged 2 commits intomainfrom
jl-update-security-agent-4.6
Feb 5, 2026
Merged

Update security model to use Opus 4.6#42
lambertjosh merged 2 commits intomainfrom
jl-update-security-agent-4.6

Conversation

@lambertjosh
Copy link
Copy Markdown
Contributor

We should swap the security agent to use Opus 4.6 instead of 4.5.

* Order matters - first one is the default
*/
export const SECURITY_AGENT_MODELS = [
{ id: 'anthropic/claude-opus-4.6', name: 'Claude Opus 4.6', free: false },
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.

WARNING: Removing anthropic/claude-opus-4.5 from SECURITY_AGENT_MODELS may break persisted configs

If any stored model_slug values (e.g., in DB/user settings) still reference Opus 4.5, validation/UI selection could fail after this change. Consider keeping 4.5 as a non-default option for backward compatibility, or adding a fallback/translation when loading configs.

@kilo-code-bot
Copy link
Copy Markdown
Contributor

kilo-code-bot Bot commented Feb 5, 2026

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (1 files)
  • src/lib/security-agent/core/constants.ts

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