Skip to content

Conversation

@shaw-baobao
Copy link
Contributor

@shaw-baobao shaw-baobao commented Jan 26, 2026

Summary

  • add configurable stop shortcut in Settings
  • default to Ctrl+C on macOS, Ctrl+Shift+C on Windows/Linux
  • wire shortcut to interrupt active run

Testing

  • npm run lint
  • npm run test
  • npm run typecheck

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 1ba451874b

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@shaw-baobao
Copy link
Contributor Author

shaw-baobao commented Jan 26, 2026

Fixed: useInterruptShortcut now skips events where event.defaultPrevented is true, and it no longer triggers inside input fields or other editable elements (avoiding conflicts with terminal shortcuts or copy shortcuts).
The fix has been pushed in commit f9b3c8e.

@Dimillian
Copy link
Owner

@codex review

@chatgpt-codex-connector
Copy link

Codex Review: Didn't find any major issues. Can't wait for the next one!

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@Dimillian Dimillian merged commit 044b905 into Dimillian:main Jan 26, 2026
5 checks passed
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.

2 participants