Skip to content
Merged
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
9 changes: 2 additions & 7 deletions anyrouter/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "anyrouter",
"version": "1.0.0",
"version": "1.0.1",
"description": "Wire AnyRouter into Claude Code, Codex, Cursor, and other coding agents. Universal OpenAI-compatible router for 150+ models, with migration recipes from Anthropic, OpenAI, and OpenRouter, plus a remote MCP server for key and credit management.",
"author": {
"name": "duyet"
Expand All @@ -14,12 +14,7 @@
"shortDescription": "Universal OpenAI-compatible LLM router (150+ models). Migrate from Anthropic / OpenAI / OpenRouter; manage keys via MCP.",
"developerName": "duyet",
"category": "AI",
"capabilities": [
"Skill",
"Command",
"Agent",
"MCP"
],
"capabilities": ["Skill", "Command", "Agent", "MCP"],
"links": {
"homepage": "https://anyrouter.dev",
"docs": "https://anyrouter.dev/docs",
Expand Down
Loading