Feature Request: Chat Dependency and Sequential Execution #26525
tbtbtb11223344
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
Enable dependency management between chats so they can execute sequentially rather than simultaneously. Specifically, the system should support:
Sequential Triggering: Allow a chat (e.g., Chat Y) to be configured so it only triggers after a prerequisite chat (e.g., Chat X) has finished.
Resource Management: If Chat Y attempts to edit the same files currently being modified by an active Chat X, Chat Y should automatically pause and wait for Chat X to finish its edits before proceeding to prevent conflicts.
Beta Was this translation helpful? Give feedback.
All reactions