docs(cliproxy): document v18 config bump for Opus 4.7

Addresses PResto review (atrvd/ccs#8, issue #1): bumping
CLIPROXY_CONFIG_VERSION 17→18 was missing a changelog entry in the
header comment. Adds the v18 line to preserve regeneration history.

Built [OnSteroids](https://onsteroids.ai)
This commit is contained in:
Sergey Galuza
2026-04-20 18:14:15 +02:00
parent 61058123e1
commit faca421705
+1
View File
@@ -40,6 +40,7 @@ export const CCS_CONTROL_PANEL_SECRET = 'ccs';
* v15: Prune stale generated Antigravity Gemini preview aliases during regeneration * v15: Prune stale generated Antigravity Gemini preview aliases during regeneration
* v16: Narrow stale Gemini alias cleanup to broad multi-version guessed ranges * v16: Narrow stale Gemini alias cleanup to broad multi-version guessed ranges
* v17: Persist routing.strategy from CCS unified config * v17: Persist routing.strategy from CCS unified config
* v18: Added Claude Opus 4.7 Thinking alias and promoted to default AGY model
*/ */
export const CLIPROXY_CONFIG_VERSION = 18; export const CLIPROXY_CONFIG_VERSION = 18;