From 4b1f79d08f73bee8c0abe9b01f91f66ab1d3e96e Mon Sep 17 00:00:00 2001 From: cgasgarth <64235119+cgasgarth@users.noreply.github.com> Date: Sun, 22 Mar 2026 12:55:31 -0400 Subject: [PATCH] Clarify Spark context guidance --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa6e2a0..428c3c5 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Create `~/.config/opencode/dynamicSubAgents.json`: { "id": "openai/gpt-5.3-codex-spark", "name": "spark", - "description": "Faster, cheaper code-focused option for small code implementations or quickly searching for things." + "description": "Faster, cheaper code-focused option for small code implementations or quickly searching for things. Best for tightly scoped, shorter tasks because it has a more limited context window." } ], "allowedVariants": ["low", "high"] @@ -99,7 +99,7 @@ Supported config: { "id": "openai/gpt-5.3-codex-spark", "name": "spark", - "description": "Faster, cheaper code-focused option for small code implementations or quickly searching for things." + "description": "Faster, cheaper code-focused option for small code implementations or quickly searching for things. Best for tightly scoped, shorter tasks because it has a more limited context window." } ], "allowedVariants": ["low", "medium", "high", "xhigh"]