Skip to content

Change default model for new sessions to sonnet-4.6 #1264

@redhat-ship-help

Description

@redhat-ship-help

Summary

Change the default model for new agentic sessions from the current default to sonnet-4.6.

Details

The default model for new sessions needs to be updated across multiple configuration layers:

  • CRD default: Update the default value in components/manifests/base/crds/agenticsessions-crd.yaml (currently claude-3-7-sonnet-latest) under spec.llmSettings.model
  • Backend fallback: Update any hardcoded model defaults in the backend code (components/backend/)
  • UI default: Update the default selection shown in the session creation UI
  • ambient-models ConfigMap: Ensure sonnet-4.6 is marked as the default model in the dynamic model configuration

Acceptance Criteria

  • New sessions created without explicitly specifying a model should use sonnet-4.6
  • This applies to sessions created via the UI, API, and acpctl CLI
  • Existing sessions should not be affected

Metadata

Metadata

Assignees

No one assigned

    Labels

    ambient-code:auto-fixAmber agent: automated low-risk fixes (formatting, linting)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions