From 31ae4c494e366e8242515c9128958da43613d940 Mon Sep 17 00:00:00 2001 From: Space Date: Mon, 13 Jul 2026 10:35:34 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 56221a6..4b6627a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ Idempotent Windows setup for running Claude Code through [CLIProxyAPI](https://g The script installs and configures the proxy, adds a `claudex` PowerShell command with model aliases, and keeps the proxy running through Task Scheduler. +> BIG NOTE: Claude Code doesn’t properly compact context. This means that once you hit 100% of the model’s context limit, you can no longer compact it, because the compaction task itself would exceed the limit. +> Keep an eye on `/context`, and don’t trust the maximum Claude Code shows you. It’s probably different. + + ## What it does `setup-claudex-proxy.ps1`: