refactor: remove unused imports from interactive-bash-session, session-recovery, start-work

This commit is contained in:
YeonGyu-Kim
2026-02-16 22:11:35 +09:00
parent 1ba330f8ca
commit bfabad7681
4 changed files with 3 additions and 19 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import type { PluginInput } from "@opencode-ai/plugin";
import { loadInteractiveBashSessionState, saveInteractiveBashSessionState, clearInteractiveBashSessionState } from "./storage";
import { saveInteractiveBashSessionState, clearInteractiveBashSessionState } from "./storage";
import { buildSessionReminderMessage } from "./constants";
import type { InteractiveBashSessionState } from "./types";
import { tokenizeCommand, findSubcommand, extractSessionNameFromTokens } from "./parser";