From 7b3bc3a7443652d10a504bacacb016d1e6cadece Mon Sep 17 00:00:00 2001 From: damocles Date: Wed, 20 May 2026 15:51:31 +0200 Subject: [PATCH] docs: fix stale contextWindowTokens reference in hyperhive.model option --- nix/templates/harness-base.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/nix/templates/harness-base.nix b/nix/templates/harness-base.nix index 25bfa20..72c814c 100644 --- a/nix/templates/harness-base.nix +++ b/nix/templates/harness-base.nix @@ -29,10 +29,11 @@ purged. Valid values are the short model names that `claude --model` accepts: - `"haiku"`, `"sonnet"`, `"opus"` (or any future identifier). The - harness derives sensible watermarks from the model family: - haiku → 200 000 token window; sonnet / opus → 1 000 000 token window. - Override the derived window via `hyperhive.contextWindowTokens`. + `"haiku"`, `"sonnet"`, `"opus"` (or any future identifier). Context + window sizes are looked up at runtime from the + `HIVE_CONTEXT_WINDOW_TOKENS_` env vars injected by the + meta flake; override sizes via `services.hive-c0re.contextWindowTokens` + on the host. ''; };