From 2391e338b4e41726e7233e2bf027a62476140130 Mon Sep 17 00:00:00 2001 From: adamdottv <2363879+adamdottv@users.noreply.github.com> Date: Tue, 13 May 2025 10:02:39 -0500 Subject: chore: rename --- internal/llm/tools/shell/shell.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/llm/tools/shell') diff --git a/internal/llm/tools/shell/shell.go b/internal/llm/tools/shell/shell.go index 21c283668..efbd5ddb6 100644 --- a/internal/llm/tools/shell/shell.go +++ b/internal/llm/tools/shell/shell.go @@ -12,7 +12,7 @@ import ( "syscall" "time" - "github.com/opencode-ai/opencode/internal/status" + "github.com/sst/opencode/internal/status" ) type PersistentShell struct { -- cgit v1.2.3