title_bar.show_sign_in disables the sign in button, which is shown by
default and serves no purpose without a Zed account.
Panel layout: project, outline, collaboration and git panels dock to
the right; the agent panel docks left.
Icon theme changed from Zed (Default) to Material Icon Theme. Note
this requires the Material Icon Theme extension to be installed;
Zed falls back to the default icons if it is absent, so a fresh
machine linking these dotfiles will not error.
Brings the Zed configuration under dotfiles management, stowed to
~/.config/zed alongside the other home_config packages.
settings.json carries the Australis Dark theme selection, the
PFI-LiteLLM OpenAI-compatible provider, explicit default_model and
inline_assistant_model assignments, and the edit-prediction endpoint.
The model assignments are required: the Inline Assistant, git commit
message generation, and thread summaries each resolve their model
independently of the agent panel's UI selection, and report the
provider as unconfigured when neither setting is present.
themes/australis-dark.json is generated from the palette spec in the
australis repo (zed/build-theme.py there is the source of truth).
The prompts/ directory is deliberately left untracked. It is an LMDB
database with an active lock file, not user-authored content.
No credentials are included. The provider API key lives in the system
keychain, which is where Zed stores it; endpoint addresses are
internal RFC 1918.