-
Notifications
You must be signed in to change notification settings - Fork 227
Comparing changes
Open a pull request
base repository: matt1398/claude-devtools
base: v0.4.1
head repository: matt1398/claude-devtools
compare: v0.4.2
- 10 commits
- 4 files changed
- 3 contributors
Commits on Feb 16, 2026
-
Merge pull request #15 from matt1398/dev
Docker support, session management, context insights, and subagent display improvements
Configuration menu - View commit details
-
Copy full SHA for eda80b9 - Browse repository at this point
Copy the full SHA eda80b9View commit details
Commits on Feb 17, 2026
-
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.
Configuration menu - View commit details
-
Copy full SHA for 24bc4dc - Browse repository at this point
Copy the full SHA 24bc4dcView commit details -
Merge pull request #17 from matt1398/dev
docs: update README to include Docker deployment badge and clarify pr…
Configuration menu - View commit details
-
Copy full SHA for 6874fd9 - Browse repository at this point
Copy the full SHA 6874fd9View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for f5183c4 - Browse repository at this point
Copy the full SHA f5183c4View commit details -
Merge pull request #18 from matt1398/dev
docs: add Docker deployment instructions to README
Configuration menu - View commit details
-
Copy full SHA for 4b8c65e - Browse repository at this point
Copy the full SHA 4b8c65eView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 12a87b8 - Browse repository at this point
Copy the full SHA 12a87b8View commit details -
Merge pull request #19 from matt1398/dev
docs: add Product Hunt badge to README
Configuration menu - View commit details
-
Copy full SHA for 1f6abf8 - Browse repository at this point
Copy the full SHA 1f6abf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd088ec - Browse repository at this point
Copy the full SHA bd088ecView commit details
Commits on Feb 19, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 94f722d - Browse repository at this point
Copy the full SHA 94f722dView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 4ec2727 - Browse repository at this point
Copy the full SHA 4ec2727View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.4.1...v0.4.2