mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-27 13:29:15 +07:00
📝 docs(bot): Auto sync agents & plugin to readme
This commit is contained in:
@@ -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."],
|
||||
|
||||
@@ -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,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user