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: benjaminr/chrome-devtools-mcp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.1
Choose a base ref
...
head repository: benjaminr/chrome-devtools-mcp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.3
Choose a head ref
  • 2 commits
  • 17 files changed
  • 1 contributor

Commits on Jun 27, 2025

  1. Configuration menu
    Copy the full SHA
    80d1f94 View commit details
    Browse the repository at this point in the history
  2. Update .gitignore and bump version to 1.0.3

    - Update GitHub workflow to use explicit DXT output filename
    - Update Makefile package target to use version from manifest.json
    - Eliminates dependency on directory name for consistent CI/local builds
    
    - Add .pre-commit-config.yaml with ruff formatting, mypy type checking, and test validation
    - Install pre-commit as dev dependency
    - Fix all type annotations in test file
    - Update chrome_management.py to use consistent cdp_client injection pattern
    - Add pre-commit targets to Makefile
    - Update README with pre-commit documentation
    - All pre-commit hooks now pass: ruff, mypy, pytest
    
    - Add .gitignore entries for .dxt files and documentation artifacts
    - Bump version to 1.0.3 in manifest.json
    benjaminr committed Jun 27, 2025
    Configuration menu
    Copy the full SHA
    480a16b View commit details
    Browse the repository at this point in the history
Loading