Change summary
assets/settings/default.json | 2 +-
extensions/copilot-chat/Cargo.lock | 0
extensions/copilot-chat/Cargo.toml | 2 +-
extensions/copilot-chat/extension.toml | 6 +++---
extensions/copilot-chat/icons/copilot.svg | 0
extensions/copilot-chat/src/copilot_chat.rs | 0
6 files changed, 5 insertions(+), 5 deletions(-)
Detailed changes
@@ -1722,7 +1722,7 @@
// and change the value to `false`.
"auto_install_extensions": {
"anthropic": true,
- "copilot_chat": true,
+ "copilot-chat": true,
"google-ai": true,
"html": true,
"openai": true,
@@ -1,5 +1,5 @@
[package]
-name = "copilot_chat"
+name = "copilot-chat"
version = "0.1.0"
edition = "2021"
publish = false
@@ -1,4 +1,4 @@
-id = "copilot_chat"
+id = "copilot-chat"
name = "Copilot Chat"
description = "GitHub Copilot Chat LLM provider for Zed."
version = "0.1.0"
@@ -6,8 +6,8 @@ schema_version = 1
authors = ["Zed Team"]
repository = "https://github.com/zed-industries/zed"
-[language_model_providers.copilot_chat]
+[language_model_providers.copilot-chat]
name = "Copilot Chat"
-[language_model_providers.copilot_chat.auth]
+[language_model_providers.copilot-chat.auth]
env_var = "GH_COPILOT_TOKEN"