chore: generate

This commit is contained in:
opencode-agent[bot]
2026-05-03 03:23:47 +00:00
parent 0e13279545
commit 3f1ce36418
3 changed files with 631 additions and 634 deletions
+1 -4
View File
@@ -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