Skip to content
TopicTracker
From HackerNewsView original
TranslationTranslation

I made a Claude Code session manager for tmux

A developer created a Claude Code session manager for tmux that allows users to manage multiple Claude Code sessions within tmux panes or windows. The tool provides features like session creation, switching, and organization directly from the terminal.

Background

- **Claude Code** is an AI coding assistant from Anthropic that runs in the terminal, letting developers ask questions, write code, and manage projects via natural language conversations. - **tmux** is a popular "terminal multiplexer" for Unix systems that lets users run multiple terminal sessions inside a single window, keep sessions alive after disconnecting, and organize workflows with split panes and tabs. - The author built a custom tool that integrates Claude Code sessions with tmux, allowing developers to start, switch between, and manage multiple Claude Code conversations inside named tmux sessions — similar to how they'd manage multiple editor tabs or terminal windows. - This matters because Claude Code sessions are stateless by default (each conversation is isolated), so a session manager helps developers juggle multiple ongoing AI-assisted tasks without losing context or cluttering their terminal.

Related stories

  • Newer Claude models sometimes invent extra keys in tool call arguments, breaking validation in Pi's edit tool. The author suspects post-training for Claude Code's forgiving harness makes alternative schemas fail. This suggests closed RL training can degrade general tool-use reliability.

  • Simon Willison released llm-coding-agent 0.1a0, an experimental coding agent built on his LLM library. The agent provides tools for reading, editing, searching files and executing commands, and ships with a Python API and CLI. It was developed using Claude Code (Fable 5) via TDD with a spec-first approach, and is available as a slop-alpha on PyPI.

  • Truth Social remains an outlet primarily for Trump's own posts, while other administration officials continue using X. The platform functions as a blog-like channel for Trump's messages rather than a genuine social network competitor.