File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212 id : version
1313 attributes :
1414 label : What version of eigent are you using?
15- placeholder : E.g., 0.0.62
15+ placeholder : E.g., 0.0.63
1616 validations :
1717 required : true
1818
Original file line number Diff line number Diff line change 11{
22 "name" : " eigent" ,
3- "version" : " 0.0.62 " ,
3+ "version" : " 0.0.63 " ,
44 "main" : " dist-electron/main/index.js" ,
55 "description" : " Eigent" ,
66 "author" : " Eigent.AI" ,
Original file line number Diff line number Diff line change @@ -553,7 +553,7 @@ const chatStore = create<ChatStore>()(
553553 const taskIndex = taskRunning . findIndex ( ( task ) => task . id === process_task_id ) ;
554554 if ( taskIndex !== - 1 ) {
555555 taskRunning ! [ taskIndex ] . agent ! . status = "completed" ;
556- taskRunning ! [ taskIndex ] ! . status = "completed" ; ~
556+ taskRunning ! [ taskIndex ] ! . status = "completed" ;
557557 }
558558
559559
You can’t perform that action at this time.
0 commit comments