Agent-shell with openrouter auth problemI am trying to use agent-shell with an openrouter config, b…
انتشار: 2026/07/13 19:07 UTC
Agent-shell with openrouter auth problemI am trying to use agent-shell with an openrouter config, but when I launch agent-shell, it opens a qwen auth web page instead of using the key. Any ideas?(use-package agent-shell :ensure t :ensure-system-package ;; Add agent installation configs here ((qwen-code-acp . "npm install @qwen-code/qwen-code@latest")) :config (setq agent-shell-qwen-environment (agent-shell-make-environment-variables "OPENAI_MODEL" "nvidia/nemotron-3-super-120b-a12b:free" "OPENAI_BASE_URL" "openrouter.ai/api/v1%22 "OPENAI_API_KEY" "sk-or-v1-xxx" )))Reference: github.com/xenodium/agent-shell/issues/30…