8000 Comparing v0.1.15...v0.2.0 · kbwo/ccmanager · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: kbwo/ccmanager
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.15
Choose a base ref
...
head repository: kbwo/ccmanager
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 8 commits
  • 18 files changed
  • 4 contributors

Commits on Jun 24, 2025

  1. feat: add git status indicators for worktrees

    Add real-time git status monitoring to display file changes and branch relationships:
    - Show files added/deleted counts with color coding
    - Display ahead/behind counts relative to parent branch
    - Store parent branch in worktree config for tracking
    - Add concurrency limiting for git operations
    - Include comprehensive tests for all new functionality
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    ryo33 and claude committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    2edc8c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a04413d View commit details
    Browse the repository at this point in the history
  3. feat: gracefully handle missing worktree config extension

    Allows ccmanager to run without git worktree config enabled, with reduced functionality for parent branch tracking.
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    ryo33 and claude committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    e1f0c9e View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2025

  1. Remove parentBranch fallback

    ryo33 committed Jun 25, 2025
    Configuration menu
    Copy the full SHA
    c6e2992 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2025

  1. Configuration menu
    Copy the full SHA
    d6b8b98 View commit details
    Browse the repository at this point in the history
  2. Fix test

    ryo33 committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    1e71094 View commit details
    Browse the repo 99B5 sitory at this point in the history
  3. Configuration menu
    Copy the full SHA
    907e39f View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2025

  1. Merge pull request #31 from ryo33/git

    feat: add git status indicators for worktrees
    kbwo authored Jun 27, 2025
    Configuration menu
    Copy the full SHA
    e5bde51 View commit details
    Browse the repository at this point in the history
Loading
0