release: Claude Code v2.1.87 (28 patches)

This commit is contained in:
delta-cloud-208e
2026-03-31 12:08:56 +00:00
parent 4e2408e048
commit 9ed1257fc9
4 changed files with 8 additions and 8 deletions

View File

@@ -259,9 +259,9 @@ cd unlimitedcoding
<!-- MANUAL_VERSION:START --> <!-- MANUAL_VERSION:START -->
| Platform | Command | | Platform | Command |
|----------|---------| |----------|---------|
| Linux / macOS | `sudo bash claude/releases/v2.1.88/install.sh` | | Linux / macOS | `sudo bash claude/releases/v2.1.87/install.sh` |
| Windows CMD | `claude\releases\v2.1.88\install.bat` | | Windows CMD | `claude\releases\v2.1.87\install.bat` |
| Windows PowerShell | `powershell -ExecutionPolicy Bypass -File claude\releases\v2.1.88\install.ps1` | | Windows PowerShell | `powershell -ExecutionPolicy Bypass -File claude\releases\v2.1.87\install.ps1` |
<!-- MANUAL_VERSION:END --> <!-- MANUAL_VERSION:END -->
## Update ## Update

View File

@@ -3,7 +3,7 @@
🌐 [English](README.md) | [Русский](README_ru.md) | [中文](README_zh.md) | [Español](README_es.md) 🌐 [English](README.md) | [Русский](README_ru.md) | [中文](README_zh.md) | [Español](README_es.md)
<!-- VERSION_BADGE:START --> <!-- VERSION_BADGE:START -->
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).
<!-- VERSION_BADGE:END --> <!-- VERSION_BADGE:END -->
## Install ## Install

View File

@@ -22,6 +22,6 @@
"timeout_ms": 3000000, "timeout_ms": 3000000,
"theme": "dark", "theme": "dark",
"complete_onboarding": true, "complete_onboarding": true,
"target_version": "2.1.88", "target_version": "2.1.87",
"effort_level": "high" "effort_level": "high"
} }

View File

@@ -2,14 +2,14 @@
"latest": "2.1.88", "latest": "2.1.88",
"releases": [ "releases": [
{ {
"version": "2.1.88", "version": "2.1.87",
"date": "2026-03-31", "date": "2026-03-31",
"patches": 28, "patches": 28,
"status": "partial" "status": "partial"
}, },
{ {
"version": "2.1.87", "version": "2.1.88",
"date": "2026-03-30", "date": "2026-03-31",
"patches": 28, "patches": 28,
"status": "partial" "status": "partial"
}, },