-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Keybinding for inline assistant no longer works #22594
Comments
I'm facing the same issue. The Inline assistant shortcut no longer works. |
I'm having the same issue on MacOS. Nothing shows up in the ~/Library/Logs/Zed either. |
The same issue in Zed 0.167.1 |
the same issue in Zed dev 0.168.0 |
If you're encountering this issue, could you try manually doing
(And make sure you're signed in with an LLM provider configured.) Note for triage: I haven't been able to reproduce this on Linux, using Zed v0.167.1 signed in with a non-staff account. |
It seems the changes in PR #22126 (‘Use the same InlineAssist action between both assistant and assistant2’) might be related. The PR unified the InlineAssist action and modified the CommandPaletteFilter, which could potentially affect the visibility or functionality of assistant: inline assist. I’ve noticed that the assistant: inline assist command doesn’t even appear in the command palette, which suggests it might not be properly registered or exposed. |
tried using the command palette and... |
Happens to me also, Fedora 41. When I updated few days ago to v0.167.1 on Flatpak, Inline assist doesn't work using shortcut |
Same issue, keybind does not work and it's not listed in the command palette - it's only accessible via the button at the top of the UI. |
For affected users: can you see other |
I went to look and "assistant: inline assist" is back and cmd+enter now works. I am still on version Zed 0.167.1 on MacOS. Any idea what happened? Edit: I did have the other assistant commands in the palette before, only one missing was inline assist. |
Two more questions for those affected---are you running Zed offline, i.e. not signed in? And which language model is configured for the inline assistant? |
It's appears the cmd+enter key bind only works while signed in. I am using gpt-4o. |
Yes, I was not signed in. Tried signing in and now it works again. It worked before without being signed in though. I switch between gpt-4o and Claude 3.5 Sonnet |
Yes.
Yes. Logging in seems to resolve this.
sonnet via github |
Thanks everyone, we've merged #22715 to fix this and point releases for stable and preview should be available shortly. |
Working for me now in |
Same here! Thank you! |
Check for existing issues
Describe the bug / provide steps to reproduce it
I can no longer trigger the inline assistant with ctrl-enter. I can still trigger it with the icon:
, but the
ctrl-enter
hotkey no longer works. It doesn't work in either VISUAL or INSERT vim modes.I'm not sure exactly when this started. I just noticed it today.
I have nothing in my
~/.config/zed/keymap.json
, using all default keybindings.My config, doesn't seem particularly relevant to the issue, but sharing anyway:
Zed Version and System Specs
Zed: v0.167.1 (Zed)
OS: macOS 15.2.0
Memory: 36 GiB
Architecture: aarch64
If applicable, add screenshots or screencasts of the incorrect state / behavior
No response
If applicable, attach your Zed.log file to this issue.
No response
The text was updated successfully, but these errors were encountered: