Browse Source

fix:subagent reasoningEffort not being applied (#8646)

Co-authored-by: Bot <[email protected]>
Jeong Juahn 1 month ago
parent
commit
f4086ac459
1 changed files with 1 additions and 0 deletions
  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,
           providerID: model.providerID,
         },
         },
         agent: agent.name,
         agent: agent.name,
+        options: agent.options,
         tools: {
         tools: {
           todowrite: false,
           todowrite: false,
           todoread: false,
           todoread: false,