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 169c07ebf8
commit 1ba330f8ca
5 changed files with 3 additions and 5 deletions
@@ -2,7 +2,7 @@ import { tool, type ToolDefinition } from "@opencode-ai/plugin"
import type { BackgroundManager } from "../../../features/background-agent"
import type { BackgroundTaskArgs } from "../types"
import { BACKGROUND_TASK_DESCRIPTION } from "../constants"
import { findNearestMessageWithFields, findFirstMessageWithAgent, MESSAGE_STORAGE } from "../../../features/hook-message-injector"
import { findNearestMessageWithFields, findFirstMessageWithAgent } from "../../../features/hook-message-injector"
import { getSessionAgent } from "../../../features/claude-code-session-state"
import { log } from "../../../shared/logger"
import { storeToolMetadata } from "../../../features/tool-metadata-store"