From 1eb1b5ed82ee84cd65bc643e4b2e60856f96f7ae Mon Sep 17 00:00:00 2001
From: Anton Razzhigaev <47871264+razzant@users.noreply.github.com>
Date: Sat, 25 Jul 2026 11:06:35 +0300
Subject: [PATCH 1/2] Add Claudexor
---
claudexor/agent.json | 21 +++++++++++++++++++++
claudexor/icon.svg | 4 ++++
2 files changed, 25 insertions(+)
create mode 100644 claudexor/agent.json
create mode 100644 claudexor/icon.svg
diff --git a/claudexor/agent.json b/claudexor/agent.json
new file mode 100644
index 000000000..054fb8eb6
--- /dev/null
+++ b/claudexor/agent.json
@@ -0,0 +1,21 @@
+{
+ "id": "claudexor",
+ "name": "Claudexor",
+ "version": "3.1.1",
+ "description": "Local-first control plane for orchestrating multiple AI coding agents",
+ "repository": "https://github.com/razzant/claudexor",
+ "website": "https://razzant.github.io/claudexor/",
+ "authors": [
+ "Anton Razzhigaev"
+ ],
+ "license": "MIT",
+ "distribution": {
+ "npx": {
+ "package": "claudexor@3.1.1",
+ "args": [
+ "acp",
+ "serve"
+ ]
+ }
+ }
+}
diff --git a/claudexor/icon.svg b/claudexor/icon.svg
new file mode 100644
index 000000000..1521399f4
--- /dev/null
+++ b/claudexor/icon.svg
@@ -0,0 +1,4 @@
+
From d33da6458246f335e8b91556d66f3b31d06caec1 Mon Sep 17 00:00:00 2001
From: Anton
Date: Wed, 29 Jul 2026 04:36:10 +0300
Subject: [PATCH 2/2] Update Claudexor to 3.1.2
---
claudexor/agent.json | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/claudexor/agent.json b/claudexor/agent.json
index 054fb8eb6..5d67fa335 100644
--- a/claudexor/agent.json
+++ b/claudexor/agent.json
@@ -1,17 +1,17 @@
{
"id": "claudexor",
"name": "Claudexor",
- "version": "3.1.1",
- "description": "Local-first control plane for orchestrating multiple AI coding agents",
+ "version": "3.1.2",
+ "description": "Local-first control plane for Claude Code, Codex, Cursor, and OpenCode with quota-aware rotation across multiple native subscription accounts of the same Claude Code or Codex harness",
"repository": "https://github.com/razzant/claudexor",
- "website": "https://razzant.github.io/claudexor/",
+ "website": "https://claudexor.ai/",
"authors": [
"Anton Razzhigaev"
],
"license": "MIT",
"distribution": {
"npx": {
- "package": "claudexor@3.1.1",
+ "package": "claudexor@3.1.2",
"args": [
"acp",
"serve"