From 9c685c509929d81055f7cf4bb6b663bdd9db9399 Mon Sep 17 00:00:00 2001 From: Duyet Le Date: Sat, 13 Jun 2026 23:35:09 +0700 Subject: [PATCH 1/2] chore(antorouter): bump codex manifest version to 1.0.1 Aligns the Codex manifest (1.0.0 -> 1.0.1) with the Claude manifest, which is already at 1.0.1. Keeps Claude and Codex manifests in sync. Co-Authored-By: duyetbot --- anyrouter/.codex-plugin/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anyrouter/.codex-plugin/plugin.json b/anyrouter/.codex-plugin/plugin.json index 6fcde81..484d47d 100644 --- a/anyrouter/.codex-plugin/plugin.json +++ b/anyrouter/.codex-plugin/plugin.json @@ -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" From c0b6029e24aa37b7cfa8f2d3f0fbc7e9a816dccc Mon Sep 17 00:00:00 2001 From: Duyet Le Date: Sun, 14 Jun 2026 00:05:38 +0700 Subject: [PATCH 2/2] style(antorouter): prettier-format codex manifest Fix JSON_PRETTIER super-linter check on the build-agent-router codex manifest. Co-Authored-By: duyetbot --- anyrouter/.codex-plugin/plugin.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/anyrouter/.codex-plugin/plugin.json b/anyrouter/.codex-plugin/plugin.json index 484d47d..2299269 100644 --- a/anyrouter/.codex-plugin/plugin.json +++ b/anyrouter/.codex-plugin/plugin.json @@ -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",