Feature Suggestion
i would propose an improvment in condor/handlers/agent/_shared.py
and add a line after "openrouter:":
AGENT_OPTIONS: dict[str, dict[str, str]] = {
"claude-code": {"label": "Claude Code"},
"gemini": {"label": "Gemini CLI"},
"copilot": {"label": "GitHub Copilot CLI"},
"codex": {"label": "ChatGPT Codex"},
"ollama:": {"label": "Ollama — Default Model"},
"lmstudio:": {"label": "LM Studio — Default Model"},
# Sentinel — clicking this opens the OpenRouter model picker (handlers/agents/menu.py).
# The actual stored agent_llm becomes "openrouter:" once the user picks a model.
"openrouter:": {"label": "OpenRouter — Pick Model"},
this line:
"openai:deepseek-v4-pro": {"label": "DeepSeek V4 Pro"},
this line add a deepseek label in \agent
and in .env file in condor
add this line:
OPENAI_BASE_URL=https://api.deepseek.com
OPENAI_API_KEY=your DeepSeek API Key*
Impact
after _share.py and .env modify
you can use Deepseek AI
Additional context
No response
Feature Suggestion
i would propose an improvment in condor/handlers/agent/_shared.py
and add a line after "openrouter:":
AGENT_OPTIONS: dict[str, dict[str, str]] = {
"claude-code": {"label": "Claude Code"},
"gemini": {"label": "Gemini CLI"},
"copilot": {"label": "GitHub Copilot CLI"},
"codex": {"label": "ChatGPT Codex"},
"ollama:": {"label": "Ollama — Default Model"},
"lmstudio:": {"label": "LM Studio — Default Model"},
# Sentinel — clicking this opens the OpenRouter model picker (handlers/agents/menu.py).
# The actual stored agent_llm becomes "openrouter:" once the user picks a model.
"openrouter:": {"label": "OpenRouter — Pick Model"},
this line:
"openai:deepseek-v4-pro": {"label": "DeepSeek V4 Pro"},
this line add a deepseek label in \agent
and in .env file in condor
add this line:
OPENAI_BASE_URL=https://api.deepseek.com
OPENAI_API_KEY=your DeepSeek API Key*
Impact
after _share.py and .env modify
you can use Deepseek AI
Additional context
No response