From a0e580b44bd2d41c1b290477117d3bb1a8516956 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Troed=20S=C3=A5ngberg?= Date: Sun, 14 Jun 2026 12:33:37 +0200 Subject: [PATCH] docs: clarify that missing model causes polling to skip, not fail --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cc5f23..7df6990 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The plugin discovers the llama-server URL by reading the OpenCode configuration ### Slot Polling -Every 500ms, the plugin polls `GET /slots?model=` on each discovered server. The model parameter is required by the `/slots` endpoint. Model discovery is attempted from the current route's session, falling back to an empty model parameter. +Every 500ms, the plugin polls `GET /slots?model=` on each discovered server. The model parameter is required by the `/slots` endpoint. If the model cannot be discovered from the current route's session, the plugin skips polling. ### State Classification