OpenClaw Multi-Session Workaround
OpenClaw's TUI doesn't support named sessions. Everything piles into one continuous conversation unless you manually /new or /reset. This is fine for casual use, but frustrating when you need separate contexts for different tasks.
lobs is a bash-based session manager that fixes this. Use lobs open <name> to create isolated, named sessions—like "work", "blog", or "music"—each with their own history and context. You can jump back into any session later without losing your place.
Full implementation at github.com/NoelJames/lobs.
Read more…