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
We should add support for persistence using the newer and cleaner tmux package. Deprecating the screen implementation is not a part of this work but is worth consideration in a follow-up.
tmux may also allow us to persist the session across workspace restarts using tmux-resurrect and tmux-continuum.
The text was updated successfully, but these errors were encountered:
Currently, our claude-code and goose modules use
screen
(in a hacky way) to persist chat history and terminal sessions.We should add support for persistence using the newer and cleaner
tmux
package. Deprecating the screen implementation is not a part of this work but is worth consideration in a follow-up.tmux
may also allow us to persist the session across workspace restarts usingtmux-resurrect
andtmux-continuum
.The text was updated successfully, but these errors were encountered: