From 9ed1257fc99587b1122a3d577161107563cd8def Mon Sep 17 00:00:00 2001 From: delta-cloud-208e Date: Tue, 31 Mar 2026 12:08:56 +0000 Subject: [PATCH] release: Claude Code v2.1.87 (28 patches) --- README.md | 6 +++--- claude/README.md | 2 +- claude/patcher.config.json | 2 +- claude/releases/index.json | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8a59b81..1f35171 100755 --- a/README.md +++ b/README.md @@ -259,9 +259,9 @@ cd unlimitedcoding | Platform | Command | |----------|---------| -| Linux / macOS | `sudo bash claude/releases/v2.1.88/install.sh` | -| Windows CMD | `claude\releases\v2.1.88\install.bat` | -| Windows PowerShell | `powershell -ExecutionPolicy Bypass -File claude\releases\v2.1.88\install.ps1` | +| Linux / macOS | `sudo bash claude/releases/v2.1.87/install.sh` | +| Windows CMD | `claude\releases\v2.1.87\install.bat` | +| Windows PowerShell | `powershell -ExecutionPolicy Bypass -File claude\releases\v2.1.87\install.ps1` | ## Update diff --git a/claude/README.md b/claude/README.md index 8a690bc..6f990e6 100755 --- a/claude/README.md +++ b/claude/README.md @@ -3,7 +3,7 @@ 🌐 [English](README.md) | [Русский](README_ru.md) | [中文](README_zh.md) | [Español](README_es.md) -Patched Claude Code CLI for use with custom API endpoints. Latest: **v2.1.88** (28 patches). +Patched Claude Code CLI for use with custom API endpoints. Latest: **v2.1.87** (28 patches). ## Install diff --git a/claude/patcher.config.json b/claude/patcher.config.json index 5abb524..b8eec82 100755 --- a/claude/patcher.config.json +++ b/claude/patcher.config.json @@ -22,6 +22,6 @@ "timeout_ms": 3000000, "theme": "dark", "complete_onboarding": true, - "target_version": "2.1.88", + "target_version": "2.1.87", "effort_level": "high" } diff --git a/claude/releases/index.json b/claude/releases/index.json index e85664d..0c96e0b 100755 --- a/claude/releases/index.json +++ b/claude/releases/index.json @@ -2,14 +2,14 @@ "latest": "2.1.88", "releases": [ { - "version": "2.1.88", + "version": "2.1.87", "date": "2026-03-31", "patches": 28, "status": "partial" }, { - "version": "2.1.87", - "date": "2026-03-30", + "version": "2.1.88", + "date": "2026-03-31", "patches": 28, "status": "partial" },