From ee467905d279d231f542dd13ca3cd78e3d9152da Mon Sep 17 00:00:00 2001
From: khaneliman
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)