8000 Comparing v0.1.6...v0.1.7 · 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.6
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.1.7
Choose a head ref
  • 3 commits
  • 3 files changed
  • 3 contributors

Commits on Jun 16, 2025

  1. Configuration menu
    Copy the full SHA
    afd133e View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2025

  1. fix: improve NewWorktree input performance with memoization

    - Remove unnecessary useEffect for generated path calculation
    - Memoize WorktreeService initialization to prevent re-initialization on every render
    - Memoize branch items computation
    - Memoize generated path calculation to avoid expensive string operations on each keystroke
    
    This fixes the lag experienced when typing or deleting characters in the branch name input.
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    kbwo and claude committed Jun 17, 2025
    Configuration menu
    Copy the full SHA
    f6e0236 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e8babb View commit details
    Browse the repository at this point in the history
Loading
0