HackerTrans
TopNewTrendsCommentsPastAskShowJobs

raykamp

no profile record

Submissions

Show HN: Ccmux – Reduce context switching for parallel Claude Code sessions

github.com
10 points·by raykamp·5 mesi fa·5 comments

Hthsm: A hierarchical finite state machine framework for keeping C apps tidy

thehumbletransistor.com
17 points·by raykamp·6 anni fa·0 comments

comments

raykamp
·5 mesi fa·discuss
OK, that's great input.

Expanding on that idea, the short freeform note/summary could be optionally auto generated and continually maintained (if scope shifts) by the Claude session. Akin to AI summarizing changes and writing git commits for us.
raykamp
·5 mesi fa·discuss
Agreed! Before using ccmux I essentially abandoned using worktrees on certain projects because the setup and teardown was too cumbersome.
raykamp
·5 mesi fa·discuss
Mind if I ask what line of software you work in?

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:

  - A search feature to search through all claude code sessions and resurrect one as a ccmux session. 
  - Right now ccmux sessions have two things to quickly indicate their specific task/intention: a configurable name and they clearly show the git branch name they have checked out. I originally opted for this very lightweight approach, but perhaps more context is required about the task at hand, especially for long-running multi-day sessions.
raykamp
·5 mesi fa·discuss
Hey jlongo78, thanks for the feedback and insights.

"persistent session replay" are you meaning more of a "resume" than "replay" ? I'm a little bit confused by the description, but curious to understand.

If I'm understanding it correctly, I think you'll appreciate what ccmux offers for streamlining the switch/resuming sessions: a sidebar that shows ongoing tasks that can be named. Each one requires just a mouse click or key binding to switch into.
raykamp
·5 anni fa·discuss
Adafruit’s line of “featherboards” are pretty neat and user friendly. For circuit python, you plug the board in over usb. It’s detected as a mass storage device like a usb drive. You drag and drop a python file over to it that you want to run. https://www.adafruit.com/product/4516