📝 docs(bot): Auto sync agents & plugin to readme

This commit is contained in:
lobehubbot
2026-01-18 19:37:03 +00:00
parent d4e9db9859
commit f08e6aec2b
2 changed files with 9 additions and 2 deletions

View File

@@ -1,4 +1,11 @@
[
{
"children": {
"fixes": ["Fix group sub task execution."]
},
"date": "2026-01-18",
"version": "2.0.0-next.309"
},
{
"children": {
"fixes": ["Fix group subagent task issue."],

View File

@@ -646,9 +646,9 @@ export const aiAgentRouter = router({
if (updatedTaskStatus === 'failed') {
console.log('[DEBUG] getSubAgentTaskStatus - failed task metadata:', {
threadId,
updatedStatus,
'updatedMetadata?.error': updatedMetadata?.error,
updatedMetadata,
'updatedMetadata?.error': updatedMetadata?.error,
updatedStatus,
});
}