pub fn rebind_session_bundle(session_id: &str, bundle_id: &str) -> Result<()>Expand description
Re-associate a session with another project bundle.
A session’s bundle is otherwise fixed, because prompt history is grouped by it. Resume calls this when it converts a session between its raw and bundle representations: the project is the same, so its history follows it, and only the name Hel files it under changes.