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: matt1398/claude-devtools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.2
Choose a base ref
...
head repository: matt1398/claude-devtools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.3
Choose a head ref
  • 5 commits
  • 2 files changed
  • 1 contributor

Commits on Feb 19, 2026

  1. feat(package): add afterInstall script for chrome-sandbox permissions (

    …#27)
    
    - Updated package.json to include an afterInstall script that adjusts permissions for the chrome-sandbox on Linux.
    - Added new afterInstall.sh script to ensure proper ownership and permissions for the sandbox file, enhancing security and functionality.
    matt1398 authored Feb 19, 2026
    Configuration menu
    Copy the full SHA
    eeec1e7 View commit details
    Browse the repository at this point in the history
  2. feat(package): add afterInstall script for chrome-sandbox permissions (

    …#27) (#28)
    
    - Updated package.json to include an afterInstall script that adjusts permissions for the chrome-sandbox on Linux.
    - Added new afterInstall.sh script to ensure proper ownership and permissions for the sandbox file, enhancing security and functionality.
    matt1398 authored Feb 19, 2026
    Configuration menu
    Copy the full SHA
    e570bbe View commit details
    Browse the repository at this point in the history
  3. Fix/linux sandbox permissions (#29)

    * feat(package): add afterInstall script for chrome-sandbox permissions
    
    - Updated package.json to include an afterInstall script that adjusts permissions for the chrome-sandbox on Linux.
    - Added new afterInstall.sh script to ensure proper ownership and permissions for the sandbox file, enhancing security and functionality.
    
    * chore(package): add deb configuration section in package.json
    
    - Introduced a new "deb" section in package.json to specify post-installation scripts for Debian packages.
    - Enhanced the package configuration for better support of Linux distributions.
    matt1398 authored Feb 19, 2026
    Configuration menu
    Copy the full SHA
    7574d0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4be6578 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #30 from matt1398/dev

    Dev
    matt1398 authored Feb 19, 2026
    Configuration menu
    Copy the full SHA
    4f1e401 View commit details
    Browse the repository at this point in the history
Loading