fix: correct import path for buildAntiDuplicationSection in metis.ts
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
import type { AgentConfig } from "@opencode-ai/sdk"
|
import type { AgentConfig } from "@opencode-ai/sdk"
|
||||||
import type { AgentMode, AgentPromptMetadata } from "./types"
|
import type { AgentMode, AgentPromptMetadata } from "./types"
|
||||||
import { buildAntiDuplicationSection } from "../dynamic-agent-prompt-builder"
|
import { buildAntiDuplicationSection } from "./dynamic-agent-prompt-builder"
|
||||||
import { createAgentToolRestrictions } from "../shared/permission-compat"
|
import { createAgentToolRestrictions } from "../shared/permission-compat"
|
||||||
|
|
||||||
const MODE: AgentMode = "subagent"
|
const MODE: AgentMode = "subagent"
|
||||||
|
|||||||
Reference in New Issue
Block a user