We should implement terminal title similar to below. We currently don't have this feature.
- Add
--title flag to CLI so that user can explicitly specify the title. By default terminal title is equivalent to the conversation title.
- We should be able to disable terminal title either from env variable
WORKFLOWFIESTA_DISABLE_TERMINAL_TITLE or from the config file (config file takes the precedence over env vars). We've already implemented that.
- Add a new setting on settings panel to toggle terminal title.
We should implement terminal title similar to below. We currently don't have this feature.
--titleflag to CLI so that user can explicitly specify thetitle. By default terminal title is equivalent to the conversation title.WORKFLOWFIESTA_DISABLE_TERMINAL_TITLEor from the config file (config file takes the precedence over env vars). We've already implemented that.