From 40a8ec9ad48a7f353e300cc948909a3210d4b50f Mon Sep 17 00:00:00 2001 From: bendtherules Date: Tue, 23 Jun 2026 14:29:15 +0530 Subject: [PATCH] opencode.json - Fix prompt path syntax --- opencode.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opencode.json b/opencode.json index f545af8..71894c1 100644 --- a/opencode.json +++ b/opencode.json @@ -27,11 +27,11 @@ "agent": { "build": { "mode": "primary", - "prompt": "./.opencode/prompt.txt" + "prompt": "{file:./.opencode/prompt.txt}" }, "plan": { "mode": "primary", - "prompt": "./.opencode/prompt.txt" + "prompt": "{file:./.opencode/prompt.txt}" } } }