From ee467905d279d231f542dd13ca3cd78e3d9152da Mon Sep 17 00:00:00 2001 From: khaneliman Date: Sat, 18 Oct 2025 17:42:17 +0000 Subject: [PATCH] deploy: 99977131d33cee07da9fee9a4fe2541f8b3b17be --- options.xhtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/options.xhtml b/options.xhtml index 28f50b23b..c47a69f40 100644 --- a/options.xhtml +++ b/options.xhtml @@ -61415,7 +61415,7 @@ null or package

Custom agents for opencode. The attribute name becomes the agent filename, and the value is either:

  • Inline content as a string

  • A path to a file containing the agent content -Agents are stored in ~/.config/opencode/agent/ directory.

+Agents are stored in $XDG_CONFIG_HOME/.config/opencode/agent/ directory.

Type: attribute set of (strings concatenated with “\n” or absolute path)

@@ -61459,7 +61459,7 @@ attribute set of (strings concatenated with “\n” or absolute path)

Custom commands for opencode. The attribute name becomes the command filename, and the value is either:

  • Inline content as a string

  • A path to a file containing the command content -Commands are stored in ~/.config/opencode/command/ directory.

+Commands are stored in $XDG_CONFIG_HOME/.config/opencode/command/ directory.

Type: attribute set of (strings concatenated with “\n” or absolute path)