Skip to content

Conversation

@cpage-pivotal
Copy link

Summary

Corrects the default Claude model name throughout the codebase from the incorrect claude-sonnet-4.5 (with period) to the correct claude-sonnet-4-5 (with hyphens).

Changes

  • ClaudeAgentProperties.java: Updated default model value and javadoc example
  • Documentation: Fixed model name in autoconfiguration guide, hello-world tutorial, and API reference
  • Sample README: Corrected model name in getting-started-hello-world documentation

Impact

This ensures the project uses the correct Claude model identifier format, preventing potential runtime errors when the model is specified.

…t-4-5

Updated all references to use the correct model identifier format with hyphens instead of periods.

Changes:
- ClaudeAgentProperties: default model value and javadoc example
- Documentation: autoconfiguration guide, hello-world tutorial, and API reference
- Sample README: getting-started-hello-world autoconfiguration notes
@markpollack
Copy link
Contributor

Thanks! while fixing the hello-world sample, i ended up doing the same changes. I added your name to the commit. 3e2117a

@markpollack markpollack closed this Nov 5, 2025
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