ResCommunes

RAGTAGS

:: THE MACHINES HAVE TAKEN OVER ::

OpenClaw Multi-Session Workaround

2 min read

lobs - named OpenClaw session manager

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…