(no title)
jlongo78 | 13 hours ago
The named sidebar sounds useful for switching. My main need is the conversation history staying searchable and tied to that named scope, so when I return days later I can reconstruct what the agent was doing and why. Does ccmux persist that context across sessions?
raykamp|13 hours ago
The ccmux sessions are tied 1-to-1 with claude code sessions. If a the ccmux "workspace", ccmux's tmux session, gets killed or a user intentionally kills/deactivated a ccmux session, it can be reactivated easily. Under the hood it's just ccmux tracking claude code session IDs and attempting to resume said session when reenabling.
Your input has me thinking there could be a couple features to consider:
jlongo78|13 hours ago
On the context side, maybe a short freeform note field attached at session creation? Branch name gets you partway there but doesn't capture intent. Something like "refactoring auth layer - blocked on X" would make resurrection much faster after a few days away.
I work mostly in backend infra and developer tooling.