-
Notifications
You must be signed in to change notification settings - Fork 110
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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: tmux-python/libtmux
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: tmux-python/libtmux
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: claude-code
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 10 files changed
- 1 contributor
Commits on May 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6bddf9a - Browse repository at this point
Copy the full SHA 6bddf9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ce3776 - Browse repository at this point
Copy the full SHA 4ce3776View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1453055 - Browse repository at this point
Copy the full SHA 1453055View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04bcc9a - Browse repository at this point
Copy the full SHA 04bcc9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1ed4de - Browse repository at this point
Copy the full SHA e1ed4deView commit details -
fix(AsyncTmuxCmd): Handle text decoding manually for async subprocess
The AsyncTmuxCmd class was updated to handle text decoding manually since asyncio.create_subprocess_exec() doesn't support the text=True parameter that subprocess.Popen() supports. Changes: - Remove text=True and errors=backslashreplace from create_subprocess_exec() - Handle bytes output by manually decoding with decode(errors="backslashreplace") - Keep string processing logic consistent with tmux_cmd class This fixes the ValueError("text must be False") error that occurred when trying to use text mode with asyncio subprocesses. The async version now properly handles text decoding while maintaining the same behavior as the synchronous tmux_cmd class.
Configuration menu - View commit details
-
Copy full SHA for a52f37a - Browse repository at this point
Copy the full SHA a52f37aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e398a7a - Browse repository at this point
Copy the full SHA e398a7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5dbfc9 - Browse repository at this point
Copy the full SHA e5dbfc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b684d4f - Browse repository at this point
Copy the full SHA b684d4fView commit details
Loading
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 master...claude-code