summaryrefslogtreecommitdiffhomepage
path: root/internal/llm/tools/patch.go
diff options
context:
space:
mode:
authorKujtim Hoxha <[email protected]>2025-04-24 18:25:52 +0200
committerKujtim Hoxha <[email protected]>2025-04-24 18:26:16 +0200
commitb106787a50935a2c10ce6a2f01d77dd0aae80642 (patch)
tree7ec1dda8aa0174389d00f9c6f2e9c62ce63a5c79 /internal/llm/tools/patch.go
parente1b2ce483f51ef734fdaaf53676353f01e6a0dd3 (diff)
downloadopencode-b106787a50935a2c10ce6a2f01d77dd0aae80642.tar.gz
opencode-b106787a50935a2c10ce6a2f01d77dd0aae80642.zip
change package name
Diffstat (limited to 'internal/llm/tools/patch.go')
-rw-r--r--internal/llm/tools/patch.go12
1 files changed, 6 insertions, 6 deletions
diff --git a/internal/llm/tools/patch.go b/internal/llm/tools/patch.go
index 7e20e378e..dcd3027b5 100644
--- a/internal/llm/tools/patch.go
+++ b/internal/llm/tools/patch.go
@@ -8,12 +8,12 @@ import (
"path/filepath"
"time"
- "github.com/kujtimiihoxha/opencode/internal/config"
- "github.com/kujtimiihoxha/opencode/internal/diff"
- "github.com/kujtimiihoxha/opencode/internal/history"
- "github.com/kujtimiihoxha/opencode/internal/logging"
- "github.com/kujtimiihoxha/opencode/internal/lsp"
- "github.com/kujtimiihoxha/opencode/internal/permission"
+ "github.com/opencode-ai/opencode/internal/config"
+ "github.com/opencode-ai/opencode/internal/diff"
+ "github.com/opencode-ai/opencode/internal/history"
+ "github.com/opencode-ai/opencode/internal/logging"
+ "github.com/opencode-ai/opencode/internal/lsp"
+ "github.com/opencode-ai/opencode/internal/permission"
)
type PatchParams struct {