ソースを参照

fix:subagent reasoningEffort not being applied (#8646)

Co-authored-by: Bot <[email protected]>
Jeong Juahn 1 ヶ月 前
コミット
f4086ac459
1 ファイル変更1 行追加0 行削除
  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,