Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed the ctrl-c bug, Fixes #231 #236

Merged
merged 3 commits into from
May 4, 2024

Conversation

Abdullah-Gohar
Copy link
Contributor

Added support for Ctrl-C on Windows and added alternate process kill utility for Windows.
Fixes #231

@Abdullah-Gohar
Copy link
Contributor Author

Fixed the logic for establishing connection between client and server in Windows 11
Fixes #220

@rbrisita
Copy link
Contributor

Great to see these fixes. You should create a windows_11 branch on your fork so people could pull your fixes and test more rapidly. I did that with my Linux PRs: https://github.com/rbrisita/01/tree/linux

@Abdullah-Gohar
Copy link
Contributor Author

Thank you for the suggestion, I have created the branch as requested and should be visible to anyone who wishes to utilize it.

@KillianLucas KillianLucas merged commit b3e1655 into OpenInterpreter:main May 4, 2024
1 check passed
@KillianLucas
Copy link
Collaborator

Love this, great work @Abdullah-Gohar. Windows support is an extremely high priority.

(We're trying to test the 01-rewrite on Windows as much as Mac, to get full Windows support before the next update. That uses pynput which should be cross platform.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ctrl+C not working in Windows
3 participants