Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,006 changes: 534 additions & 472 deletions frontend/package-lock.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions handlers/agents/_shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def discover_assistants() -> dict[str, dict[str, str]]:
# Sentinel — clicking this opens the OpenRouter model picker (handlers/agents/menu.py).
# The actual stored agent_llm becomes "openrouter:<slug>" once the user picks a model.
"openrouter:": {"label": "OpenRouter — Pick Model"},
"openai:deepseek-v4-pro": {"label": "DeepSeek V4 Pro"},
}

DEFAULT_AGENT = "claude-code"
Expand Down
703 changes: 703 additions & 0 deletions handlers/bots/__init__.py

Large diffs are not rendered by default.

Loading