chore: generate
This commit is contained in:
@@ -106,10 +106,7 @@ const AgentCreateCommand = effectCmd({
|
|||||||
if (prompts.isCancel(scopeResult)) throw new UI.CancelledError()
|
if (prompts.isCancel(scopeResult)) throw new UI.CancelledError()
|
||||||
scope = scopeResult
|
scope = scopeResult
|
||||||
}
|
}
|
||||||
targetPath = path.join(
|
targetPath = path.join(scope === "global" ? Global.Path.config : path.join(ctx.worktree, ".opencode"), "agent")
|
||||||
scope === "global" ? Global.Path.config : path.join(ctx.worktree, ".opencode"),
|
|
||||||
"agent",
|
|
||||||
)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Get description
|
// Get description
|
||||||
|
|||||||
Reference in New Issue
Block a user