-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
Now codex-acp explicitly removes the chatgpt account auth method in NO_BROWSER environment, which affects both ssh and devcontainer (see zed-industries/zed#47422).
Lines 227 to 235 in 73996dc
| let mut auth_methods = vec![ | |
| CodexAuthMethod::ChatGpt.into(), | |
| CodexAuthMethod::CodexApiKey.into(), | |
| CodexAuthMethod::OpenAiApiKey.into(), | |
| ]; | |
| // Until codex device code auth works, we can't use this in remote ssh projects | |
| if std::env::var("NO_BROWSER").is_ok() { | |
| auth_methods.remove(0); | |
| } |
Since OpenAI now enables device code auth, I wonder if we can support it in zed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels