@blockrun/clawrouter 0.10.9 → 0.10.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli.js CHANGED
@@ -454,7 +454,7 @@ function classifyByRules(prompt, systemPrompt, estimatedTokens, config) {
454
454
  { none: 0, low: 0.5, high: 0.8 }
455
455
  )
456
456
  ];
457
- const agenticResult = scoreAgenticTask(text, config.agenticTaskKeywords);
457
+ const agenticResult = scoreAgenticTask(userText, config.agenticTaskKeywords);
458
458
  dimensions.push(agenticResult.dimensionScore);
459
459
  const agenticScore = agenticResult.agenticScore;
460
460
  const signals = dimensions.filter((d) => d.signal !== null).map((d) => d.signal);