Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tsdevau/diff-commit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: diff-commit-v0.3.8
Choose a base ref
...
head repository: tsdevau/diff-commit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: diff-commit-v0.3.9
Choose a head ref
  • 5 commits
  • 7 files changed
  • 2 contributors

Commits on Jun 4, 2025

  1. Configuration menu
    Copy the full SHA
    f555e81 View commit details
    Browse the repository at this point in the history
  2. chore(models): update Claude model references to Claude 4 Sonnet

    - Update product description to reference Claude 4 Sonnet instead of Claude 3.5 Sonnet
    - Change default model from `claude-3-7-sonnet-latest` to `claude-sonnet-4-0`
    - Add new model options: `claude-sonnet-4-0` and `claude-opus-4-0`
    - Remove outdated model options: `claude-3-sonnet-20240229` and `claude-3-haiku-20240307`
    - Update keywords to use "Claude Sonnet" instead of "Claude 3.5"
    - Slightly revise token usage description for clarity
    tsdevau committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    81315f8 View commit details
    Browse the repository at this point in the history
  3. test(anthropic): update Claude model name to "claude-sonnet-4-0"

    - Update test to reflect new default model choice.
    tsdevau committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    887980c View commit details
    Browse the repository at this point in the history
  4. docs(models): update Claude model references to Claude 4

    - Update all references to Claude models in the README.md file, changing from Claude 3.5 Sonnet to Claude 4 Sonnet in the features section
    - Update the model options table to reflect the latest available Claude models.
    - Set "claude-sonnet-4-0" as the new default model.
    tsdevau committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    f74c4c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2025

  1. build(main): 🔖 Release diff-commit 0.3.9 (#38)

    ## [0.3.9](diff-commit-v0.3.8...diff-commit-v0.3.9) (2025-06-04)
    
    
    ### Documentation
    
    * **models:** update Claude model references to Claude 4 ([f74c4c6](f74c4c6))
    
    
    ### DX Maintenance & Configuration
    
    * **config:** update default model to claude-sonnet-4-0 ([f555e81](f555e81))
    * **models:** update Claude model references to Claude 4 Sonnet ([81315f8](81315f8))
    
    
    ### DX Testing
    
    * **anthropic:** update Claude model name to "claude-sonnet-4-0" ([887980c](887980c))
    
    ---
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    github-actions[bot] authored Jun 5, 2025
    Configuration menu
    Copy the full SHA
    a4e06aa View commit details
    Browse the repository at this point in the history
Loading