summaryrefslogtreecommitdiffhomepage
path: root/internal/llm/agent/tools.go
diff options
context:
space:
mode:
authoradamdottv <[email protected]>2025-05-12 14:32:27 -0500
committeradamdottv <[email protected]>2025-05-12 14:32:27 -0500
commit36e5ae804e4bf0c96a0ce6cca90029e88c2da9b3 (patch)
treee4dd3910956376104c2b3996c245393bf625bc32 /internal/llm/agent/tools.go
parentc9b90dd184084a2a3669db49717eb485c8861ee4 (diff)
downloadopencode-36e5ae804e4bf0c96a0ce6cca90029e88c2da9b3.tar.gz
opencode-36e5ae804e4bf0c96a0ce6cca90029e88c2da9b3.zip
chore: rename coder -> primary
Diffstat (limited to 'internal/llm/agent/tools.go')
-rw-r--r--internal/llm/agent/tools.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/llm/agent/tools.go b/internal/llm/agent/tools.go
index b337efb59..7a23b723b 100644
--- a/internal/llm/agent/tools.go
+++ b/internal/llm/agent/tools.go
@@ -11,7 +11,7 @@ import (
"github.com/opencode-ai/opencode/internal/session"
)
-func CoderAgentTools(
+func PrimaryAgentTools(
permissions permission.Service,
sessions session.Service,
messages message.Service,