diff options
| author | Dax <[email protected]> | 2025-08-22 17:04:28 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-22 17:04:28 -0400 |
| commit | 133fe41cd5fb0ec3dc03a90e58526408297878fd (patch) | |
| tree | 82aac357a61fe9e7a6802974f6c7cf169a9f22a8 /.opencode/command | |
| parent | 74c1085103e130cb07522e3ad725f17eca3e5832 (diff) | |
| download | opencode-133fe41cd5fb0ec3dc03a90e58526408297878fd.tar.gz opencode-133fe41cd5fb0ec3dc03a90e58526408297878fd.zip | |
slash commands (#2157)
Co-authored-by: adamdotdevin <[email protected]>
Diffstat (limited to '.opencode/command')
| -rw-r--r-- | .opencode/command/commit.md | 9 | ||||
| -rw-r--r-- | .opencode/command/hello.md | 8 |
2 files changed, 17 insertions, 0 deletions
diff --git a/.opencode/command/commit.md b/.opencode/command/commit.md new file mode 100644 index 000000000..53df06b04 --- /dev/null +++ b/.opencode/command/commit.md @@ -0,0 +1,9 @@ +commit and push + +make sure it includes a prefix like +docs: +tui: +core: +ci: +ignore: +wip: diff --git a/.opencode/command/hello.md b/.opencode/command/hello.md new file mode 100644 index 000000000..4484b514e --- /dev/null +++ b/.opencode/command/hello.md @@ -0,0 +1,8 @@ +--- +description: hello world +--- + +hey there $ARGUMENTS + +!`ls` +check out @README.md |
