You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have a global (or potentially per-block/segment) option for how often to refresh the prompt
Example:
refresh-interval: 5000 // Reload every 5000ms (5s) the prompt
This would be useful to have real-time information with things like git, battery, time etc, currently you'd have to press enter for it to re-generate the prompt to see if there are any changes
I recommend doing this as an async check for differences between the new prompt and the current prompt, and only update if there is a difference (to not have it constantly re-rendering)
The text was updated successfully, but these errors were encountered:
This issue has been automatically locked since there has not been any recent activity (i.e. last half year) after it was closed. It helps our maintainers focus on the active issues.
If you have found a problem that seems similar, please open a discussion first, complete the body with all the details necessary to reproduce, and mention this issue as reference.
Code of Conduct
What would you like to see added?
Have a global (or potentially per-block/segment) option for how often to refresh the prompt
Example:
refresh-interval: 5000 // Reload every 5000ms (5s) the prompt
This would be useful to have real-time information with things like git, battery, time etc, currently you'd have to press enter for it to re-generate the prompt to see if there are any changes
I recommend doing this as an async check for differences between the new prompt and the current prompt, and only update if there is a difference (to not have it constantly re-rendering)
The text was updated successfully, but these errors were encountered: