Merge remote-tracking branch 'origin/next' into v017-adds-ralph

This commit is contained in:
Ralph Khreish
2025-06-14 17:07:06 +03:00
14 changed files with 18207 additions and 12116 deletions

View File

@@ -46,7 +46,7 @@
{
"id": "o3",
"swe_score": 0.5,
"cost_per_1m_tokens": { "input": 10.0, "output": 40.0 },
"cost_per_1m_tokens": { "input": 2.0, "output": 8.0 },
"allowed_roles": ["main", "fallback"]
},
{

View File

@@ -421,10 +421,7 @@ async function expandTask(
const outputFormat = mcpLog ? 'json' : 'text';
// Determine projectRoot: Use from context if available, otherwise derive from tasksPath
const projectRoot =
contextProjectRoot ||
findProjectRoot() ||
path.dirname(path.dirname(tasksPath));
const projectRoot = contextProjectRoot || findProjectRoot(tasksPath);
// Use mcpLog if available, otherwise use the default console log wrapper
const logger = mcpLog || {