diff options
| author | adamdottv <[email protected]> | 2025-05-12 14:32:27 -0500 |
|---|---|---|
| committer | adamdottv <[email protected]> | 2025-05-12 14:32:27 -0500 |
| commit | 36e5ae804e4bf0c96a0ce6cca90029e88c2da9b3 (patch) | |
| tree | e4dd3910956376104c2b3996c245393bf625bc32 /internal/llm/agent/tools.go | |
| parent | c9b90dd184084a2a3669db49717eb485c8861ee4 (diff) | |
| download | opencode-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.go | 2 |
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, |
