blob: d51c6218f2b6ef401b09654cde1f043dca7ae711 (
plain) (
blame)
1
2
3
4
5
6
|
#!/bin/bash
export OPENCODE_CONFIG_DIR="/home/rahm/Projects/hobs.nvim/opencode"
opencode run 'You are testing a custom OpenCode tool. Use the live_read tool to retrieve and print the contents of the current neovim buffer.'
# opencode run 'You are testing a custom OpenCode tool. Look for interesting files in the repo and call the files_of_intrigue tool to document them.'
# opencode run 'You are testing a custom OpenCode tool. You MUST call the hello tool exactly once with the name "Josh". After the tool returns, reply with exactly the tool result and nothing else.'
|