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.20.7
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.20.8
Choose a head ref
  • 5 commits
  • 9 files changed
  • 4 contributors

Commits on Aug 3, 2025

  1. refactor: update navbar styling and remove shadow (#5323)

    - Replace database icon with MCP server icon (codicon-server)
    - Remove shadow-sm class for a flatter appearance
    - Maintain consistent button styling with VSCodeButton components
    - Add tooltips using HeroTooltip
    sjf authored Aug 3, 2025
    Configuration menu
    Copy the full SHA
    24b9e82 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

  1. Switch remaining uses of vscode.window.show*Message to the HostBridge (

    …#5324)
    
    * Move remaining uses of vscode.window.show*Message to the HostBridge
    
    Switch over the remaining uses.
    
    Turn on the linter check to prevent these APIs being reintroduced later.
    
    Exclude test files from the linter check.
    
    * Update unit test
    sjf authored Aug 4, 2025
    Configuration menu
    Copy the full SHA
    6d5c3e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a6603f View commit details
    Browse the repository at this point in the history
  3. Add comment about testing fix (#5329)

    * Add comment about testing fix
    
    * Create cool-cherries-brush.md
    saoudrizwan authored Aug 4, 2025
    Configuration menu
    Copy the full SHA
    3dd2ed9 View commit details
    Browse the repository at this point in the history
  4. v3.20.8 Release Notes (#5330)

    * 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 4, 2025
    Configuration menu
    Copy the full SHA
    a107f45 View commit details
    Browse the repository at this point in the history
Loading