release: Claude Code v2.1.87 (28 patches)
This commit is contained in:
@@ -259,9 +259,9 @@ cd unlimitedcoding
|
||||
<!-- MANUAL_VERSION:START -->
|
||||
| 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` |
|
||||
<!-- MANUAL_VERSION:END -->
|
||||
|
||||
## Update
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
🌐 [English](README.md) | [Русский](README_ru.md) | [中文](README_zh.md) | [Español](README_es.md)
|
||||
|
||||
<!-- 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 -->
|
||||
|
||||
## Install
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user