Ver Fonte

fix:subagent reasoningEffort not being applied (#8646)

Co-authored-by: Bot <bot@example.com>
Jeong Juahn há 7 meses atrás
pai
commit
f4086ac459
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      packages/opencode/src/tool/task.ts

+ 1 - 0
packages/opencode/src/tool/task.ts

@@ -150,6 +150,7 @@ export const TaskTool = Tool.define("task", async (ctx) => {
           providerID: model.providerID,
         },
         agent: agent.name,
+        options: agent.options,
         tools: {
           todowrite: false,
           todoread: false,