Skip to content

Conversation

@a7m-1st
Copy link
Collaborator

@a7m-1st a7m-1st commented Nov 15, 2025

Description

  1. Mainly fixes [BUG] Multi-turn Task - Task Title failed to generate #625 where summary tasks is generated on each multi turn task
  2. Issue [BUG] Task plan Editing doesn't work on multi turn task > 1 #662 (b) is also fixed, where
    a. Random error on "end" is handled in chat_service
    b. Enhance error such as chatStore is updated & workforce is stopped.
    c. When "end project", delete the task from history instead as not to display "half done task" on replay.

Wishes

  1. On end project, the task is the current task id. So do take note when refocusing "Active ChatStore".
  2. If I were to focus on enhancing the end project would be to handle:
    a. When task is running, stop workforce + update all tasks as failed (if not completed). But I need testing on replay ⚠️ which is why it needs a separate PR.
    b. When no task, do nothing
  • Bug fix
  • New Feature
  • Documentation update
  • Other

@a7m-1st a7m-1st mentioned this pull request Nov 19, 2025
4 tasks
@Wendong-Fan Wendong-Fan merged commit 981c41c into main Nov 20, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Multi-turn Task - Task Title failed to generate

3 participants