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: cline/cline
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.22.0
Choose a base ref
...
head repository: cline/cline
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.23.0
Choose a head ref
  • 7 commits
  • 9 files changed
  • 6 contributors

Commits on Aug 9, 2025

  1. Fix credit error tests (#5465)

    * Fix credit error tests
    
    * Create odd-tables-pump.md
    saoudrizwan authored Aug 9, 2025
    Configuration menu
    Copy the full SHA
    782e4ff View commit details
    Browse the repository at this point in the history
  2. Feat: Prompt Caching in SAP AI Core (#5399)

    * add: caching support for bedrock (claude)
    
    * refactor: gemini message handling to adhere closer to original implementation (and make implicit caching clear)
    
    * remove: unused bedrock conversion functions
    
    * fix: payload for converse stream (older claude models)
    remove: caching support flag for older claude models
    
    * add: changeset
    
    * Update package-lock.json
    ncryptedV1 authored Aug 9, 2025
    Configuration menu
    Copy the full SHA
    759ef87 View commit details
    Browse the repository at this point in the history
  3. improve mode switch background color (#5467)

    * fix: mode switch styling
    
    Replace the use of `--vscode-toolbar-hoverBackground` which is a `-hoverBackground` that tends to be transperant or opacity change on some themes. Replace it with `-background` which uses solid color instead. See https://code.visualstudio.com/api/references/theme-color
    
    - Update Plan/Act mode switch colors var for better visibility across themes
    - Remove hover effects from switch options
    - Add background classes to active switch options
    
    * changeset added
    abeatrix authored Aug 9, 2025
    Configuration menu
    Copy the full SHA
    5885a3c View commit details
    Browse the repository at this point in the history
  4. Revert unnecessary terminal command issue workarounds (#5463)

    * Revert terminal process logic to pre-capture where we didn't use grace periods or fast command workarounds
    
    * Create empty-pears-fail.md
    saoudrizwan authored Aug 9, 2025
    Configuration menu
    Copy the full SHA
    a430226 View commit details
    Browse the repository at this point in the history
  5. Fix plan/act hover color and act mode color (#5470)

    * Fix plan/act hover color and act mode color
    
    * Revert plan color change
    saoudrizwan authored Aug 9, 2025
    Configuration menu
    Copy the full SHA
    4a22f7d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cad28c4 View commit details
    Browse the repository at this point in the history
  7. v3.23.0 Release Notes (#5466)

    * changeset version bump
    
    * Updating CHANGELOG.md format
    
    * Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions <github-actions@github.com>
    Co-authored-by: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com>
    3 people authored Aug 9, 2025
    Configuration menu
    Copy the full SHA
    985ce56 View commit details
    Browse the repository at this point in the history
Loading