Replies: 1 comment
-
|
Between the 1Password shell integration and cmux, I’ve decided to drop the shell integration for now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone!
I'm using 1Password with the shell plugins (specifically the
ghCLI one) and I bumped into a quirk/issue where the cmux triggers the Touch ID check way too often. After a quick codebase search, I found that it's caused by the shell integration which checks for PR status (Resources/shell-integration/cmux-zsh-integration.zsh) so it can show the PR info in the sidebar.Since this is a shell integration, it runs in every single terminal, meaning if I open 4 terminals with a git repo, it will do 4 requests for that Touch ID check to get the GitHub token. This started to become really annoying really quick.
This isn't really a bug report but rather a brainstorming session to try and figure out how to solve this issue. For now I might just somehow hijack the request and if it's
gh pr viewfrom cmux, I'll just give it some kind of read-only token.Any ideas/workarounds would be much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions