refactor: remove unused code from background-agent, background-task, call-omo-agent

This commit is contained in:
YeonGyu-Kim
2026-02-16 22:11:29 +09:00
parent 5fafa572a4
commit 7c6da2b1f8
5 changed files with 3 additions and 5 deletions
@@ -2,7 +2,6 @@ import type { CallOmoAgentArgs } from "./types"
import type { BackgroundManager } from "../../features/background-agent"
import type { PluginInput } from "@opencode-ai/plugin"
import { log } from "../../shared"
import { consumeNewMessages } from "../../shared/session-cursor"
import { resolveMessageContext } from "../../features/hook-message-injector"
import { getSessionAgent } from "../../features/claude-code-session-state"
import { getMessageDir } from "./message-dir"