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

Commits on Feb 24, 2026

  1. Update CONTRIBUTING.md with new guidelines for PRs and AI-assisted co…

    …ntributions; remove outdated session analysis report and cost calculation design documents.
    matt1398 committed Feb 24, 2026
    Configuration menu
    Copy the full SHA
    8f85b48 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #78 from matt1398/docs/contributing-guidelines

    Update CONTRIBUTING.md with new guidelines for PRs and AI-assisted co…
    matt1398 authored Feb 24, 2026
    Configuration menu
    Copy the full SHA
    c3c4fa6 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2026

  1. Revert "Merge pull request #73 from holstein13/feat/unify-cost-calcul…

    …ation"
    
    This reverts commit 68f16bb, reversing
    changes made to 3749d7e.
    matt1398 committed Feb 26, 2026
    Configuration menu
    Copy the full SHA
    0f82281 View commit details
    Browse the repository at this point in the history
  2. Revert "Merge pull request #60 from holstein13/feat/session-analysis-…

    …report"
    
    This reverts commit 6264ec5, reversing
    changes made to 58c979f.
    matt1398 committed Feb 26, 2026
    Configuration menu
    Copy the full SHA
    bb57a90 View commit details
    Browse the repository at this point in the history
  3. Revert "Merge pull request #65 from KaustubhPatange/main"

    This reverts commit 58c979f, reversing
    changes made to 9629c0a.
    matt1398 committed Feb 26, 2026
    Configuration menu
    Copy the full SHA
    e030f66 View commit details
    Browse the repository at this point in the history
  4. fix: remove Analyze Session menu item after PR #60 revert

    The MoreMenu component (from PR #71) referenced openSessionReport
    which was introduced by PR #60. Remove the dangling reference.
    
    Co-Authored-By: Claude Opus 4.6 <[email protected]>
    matt1398 and claude committed Feb 26, 2026
    Configuration menu
    Copy the full SHA
    50bfdf6 View commit details
    Browse the repository at this point in the history
  5. docs: enhance CONTRIBUTING.md with project philosophy and contributio…

    …n guidelines
    
    Added a section outlining the project's philosophy, priorities, and scope, emphasizing the focus on context visibility and stability. Included guidelines for contributions to ensure alignment with the project's roadmap.
    matt1398 committed Feb 26, 2026
    Configuration menu
    Copy the full SHA
    d655ddd View commit details
    Browse the repository at this point in the history
  6. refactor: remove unused activeTabId prop from MoreMenu component

    The activeTabId prop was removed from the MoreMenu component as it was not being utilized, streamlining the component's interface.
    matt1398 committed Feb 26, 2026
    Configuration menu
    Copy the full SHA
    d1ecf57 View commit details
    Browse the repository at this point in the history
  7. refactor: update MoreMenu usage in TabBar component

    Removed the unused activeTabId prop from the MoreMenu component in the TabBar, simplifying the component's integration and maintaining a cleaner interface.
    matt1398 committed Feb 26, 2026
    Configuration menu
    Copy the full SHA
    656c3e6 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #87 from matt1398/revert/pr-60-65-73

    Revert PRs #60, #65, #73 and clarify project scope
    matt1398 authored Feb 26, 2026
    Configuration menu
    Copy the full SHA
    1ced071 View commit details
    Browse the repository at this point in the history
Loading