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.1
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.2
Choose a head ref
  • 10 commits
  • 4 files changed
  • 3 contributors

Commits on Feb 16, 2026

  1. Merge pull request #15 from matt1398/dev

    Docker support, session management, context insights, and subagent display improvements
    matt1398 authored Feb 16, 2026
    Configuration menu
    Copy the full SHA
    eda80b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2026

  1. docs: update README to include Docker deployment badge and clarify pr…

    …oject description
    
    - Added a badge for Docker deployment to the README for easier access to deployment instructions.
    - Updated the project description to emphasize that it is 100% free and open source, enhancing clarity for users.
    matt1398 committed Feb 17, 2026
    Configuration menu
    Copy the full SHA
    24bc4dc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #17 from matt1398/dev

    docs: update README to include Docker deployment badge and clarify pr…
    matt1398 authored Feb 17, 2026
    Configuration menu
    Copy the full SHA
    6874fd9 View commit details
    Browse the repository at this point in the history
  3. docs: add Docker deployment instructions to README

    - Included a section for Docker deployment in the README, detailing how to run the application using Docker.
    - Updated the instructions to enhance user accessibility for Docker users.
    matt1398 committed Feb 17, 2026
    Configuration menu
    Copy the full SHA
    f5183c4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #18 from matt1398/dev

    docs: add Docker deployment instructions to README
    matt1398 authored Feb 17, 2026
    Configuration menu
    Copy the full SHA
    4b8c65e View commit details
    Browse the repository at this point in the history
  5. docs: add Product Hunt badge to README

    - Included a Product Hunt badge in the README to promote claude-devtools and enhance visibility.
    - Updated the README layout for better presentation and user engagement.
    matt1398 committed Feb 17, 2026
    Configuration menu
    Copy the full SHA
    12a87b8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #19 from matt1398/dev

    docs: add Product Hunt badge to README
    matt1398 authored Feb 17, 2026
    Configuration menu
    Copy the full SHA
    1f6abf8 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    matt1398 authored Feb 17, 2026
    Configuration menu
    Copy the full SHA
    bd088ec View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2026

  1. Configuration menu
    Copy the full SHA
    94f722d View commit details
    Browse the repository at this point in the history
  2. fix: collect tool results from subagent messages with absent isMeta f…

    …ield (#23)
    
    User messages in subagent JSONLs lack the isMeta field, defaulting to false.
    An unconditional `continue` in the !isMeta branch skipped tool result
    collection for these messages, causing all subagent tools to show
    "No result received". Now we check for tool_result blocks before continuing,
    allowing them to fall through to the result collection logic.
    cesarafonseca authored Feb 19, 2026
    Configuration menu
    Copy the full SHA
    4ec2727 View commit details
    Browse the repository at this point in the history
Loading