docs: fix stale /state/hyperhive-model path in turn-loop.md
This commit is contained in:
parent
5265af9589
commit
601ac647b5
1 changed files with 2 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ default is set by `hyperhive.model` in the agent's `agent.nix`
|
|||
(NixOS option; propagates via `HIVE_DEFAULT_MODEL` env var; falls
|
||||
back to `"haiku"` if unset). The operator can flip it at runtime
|
||||
with `/model <name>` in the web terminal — the next turn picks it
|
||||
up. The choice is persisted to `/state/hyperhive-model` so it
|
||||
up. The choice is persisted to `/harness/hyperhive-model` so it
|
||||
survives restart; override path: `HYPERHIVE_MODEL_FILE` env var
|
||||
for tests.
|
||||
|
||||
|
|
@ -587,3 +587,4 @@ The harness reads `/etc/hyperhive/bash-allow.json` and replaces
|
|||
Commands outside the pattern list require confirmation — which in
|
||||
`--print` mode means they will not run. An empty list (default) keeps
|
||||
the current wholesale `Bash` entry.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue