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.
$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.
$XDG_CONFIG_HOME/.config/opencode/command/ directory.
Type: attribute set of (strings concatenated with “\n” or absolute path)