Skip to content

Inline assist not showing up (Linux) #59309

Description

@itssimmons

Reproduction steps

  1. Start Zed
  2. Open any file
  3. Ctrl+Enter shortcut to open the inline AI assistant chat
  4. Shows: LLM provider is not configured or does not support the configured model.

Current vs. Expected behavior

Current behaviour: Basically, on my Linux PC, I'm not able to use any AI feature from Zed. In my case, I mostly use the inline assistant chat for quick tweaks in my code, and it is totally functional on my MacBook PC, which is for work only.

With my personal computer having Copilot linked to my Zed account, it doesn't work, which is the same setup as my MacBook Air M4 laptop.

NOTE: The only AI feature I can use right now in Linux is the edit predictions; the other
ones don't even bother to work, even re-linking GitHub

Image Image

Expected behaviour: I expect to be able to use AI features in my Linux PC in the same way they work in the MacBook.

Zed version and system specs

Zed: Zed 1.2.3 – /usr/lib/zed/zed-editor
OS: Arch Linux (7.0.5-arch1-1)
Architecture: x86_64
Memory: 16GB

Attach Zed log file

I can't see any logs related to this error

Zed.log

Relevant Zed settings

settings.json
"agent": {
	"dock": "right",
	"button": false,
	"notify_when_agent_waiting": "never",
	"default_model": {
		"provider": "copilot_chat",
		"model": "claude-sonnet-4",
	},
	"use_modifier_to_send": true,
	"play_sound_when_agent_done": "never",
	"enable_feedback": false,
	"single_file_review": false,
	"inline_assistant_model": {
		"provider": "copilot_chat",
		"model": "claude-sonnet-4",
	},
	"model_parameters": [],
},

Relevant Keymap

keymap.json

(for AI issues) Model provider details

  • Provider: Copilot Chat
  • Model Name: I'm using Claude Sonnet 4, but it happens with all
  • Mode: Inline Assistant

If you are using WSL on Windows, what flavor of Linux are you using?

ArchLinux

Metadata

Metadata

Assignees

Labels

area:authAuthentication related (Zed Pro, MCPs, etc)frequency:uncommonBugs that happen for a small subset of users, special configurations, rare circumstances, etcpriority:P2Average run-of-the-mill bugsstate:needs infoIssue needs more information from the user before we can do something with itstate:needs reproNeeds reproduction steps and/or someone to reproduce

Type

Fields

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions