fix: restore Kitty notification focus and same-terminal suppression#3
Open
nicobao wants to merge 11 commits intokdcokenny:mainfrom
Open
fix: restore Kitty notification focus and same-terminal suppression#3nicobao wants to merge 11 commits intokdcokenny:mainfrom
nicobao wants to merge 11 commits intokdcokenny:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
OC |outside the terminalacpmode for Tidewave and other ACP hosts, and fix the stale upstreamregistry.jsonfile mappings so they point at the real multi-file plugin sources without changing the upstream registry identity fieldsFiles In This PR
.gitignoreREADME.mdregistry.jsonsrc/notify.tsCommit Breakdown
1a4c947introduced Kitty window/socket tracking, Kitty-specific focus detection and restore, session-title lookups for notification copy, README setup docs for Kitty remote control, and the initial registry wiring for this plugin62462bcremoved facade publishing artifacts from the PR so review stayed focused on source and registry changes rather than generated output2e0ea09hardened the click-focus path by only using Kitty's callback-driven restore path when remote control is actually available, while preserving the generic macOS app activation fallback59a7519disabled notifications inacpmode and extended the macOS click callback window to reduce no-op clicks in Tidewave and other ACP-hosted sessions0bc54f9restored app-level focus suppression when Kitty cannot report an exact focused window, which stops same-terminal ready/error/permission banners from firing just because Kitty remote control is unavailable15f41e2stopped ignoring the transientfiles/tree so local regeneration shows up explicitly instead of being silently hiddene7f8431restored the upstream registry schema/name/description while keeping the registry file mappings aligned with the real plugin sources194b38e,00423eb,aadb5ae, and561c41badded and then removed the fork-only registry helper tree so the final upstream PR stayed minimalValidation
registry.jsonagainstupstream/mainto preserve upstream identity fields while fixing the stale source/target paths.gitignore,README.md,registry.json, andsrc/notify.ts