cc-session-control
tmux-first workbench (TUI + headless CLI) for the agent CLIs on one machine — Claude Code, Codex CLI, and Kimi Code: sessions across all three, plus Claude Code background agents and Remote Control.
CLI command: csctl
Features
- Sessions Tab — One machine-wide list of Claude Code, Codex, and Kimi
Code sessions (CLI column:
cc/cx/km), discovered from each CLI's own on-disk state — not just sessions csctl started. Resume tmux-first (Enterresumes into a project-labelled window in the sharedcsctltmux session via each CLI's native resume command;tbare-terminal fallback;Rbackgrounds into tmux;fforks where the CLI supports it; ⧉ marks tmux-resident sessions), terminate, and delete; a cleanup submenu (c) prunes empty/short Claude sessions and sweeps orphan artifact directories, zombie session files, and aged global entries (cleanup models Claude state only) - Projects Tab — The startup tab / launcher:
Enteropens a CLI chooser (active providers only, claude focused first — so Enter-Enter starts claude) to open a new project-labelled window in the sharedcsctltmux session;x/kjump straight to codex/kimi; start/stop Claude RC servers per project (o/s), toggle per-project auto Remote Control (c), show running/stopped/dead states - Background agents Tab — List Claude Code background agent jobs; take over, respawn, watch their timeline, stop, or remove them
Non-Claude liveness is deliberately conservative (ADR-0005). A real resume
target in argv (codex resume <sid-or-unique-name> / kimi --session <sid>)
has priority; csctl's own identity-checked tmux dispatch metadata is a
supplement for dispatched windows, and is essential after Kimi rewrites its
argv at runtime. A brand-new session started from the launcher (the Enter
chooser or x/k) has no sid yet, so it stays unbound, as does any other
bare-launched TUI; unbound processes are never stop/takeover targets.
All agent sessions csctl dispatches — new, resumed, forked, backgrounded, or
background-agent respawns — share the tmux session named csctl; their window
names retain the project. Existing live sessions in older or user-created tmux
sessions are entered in place and are never migrated automatically. Managed
Remote Control servers remain isolated in the configurable rc session.
Built with urwid.
UI language: Simplified Chinese (notifications and status text). CLI output is in English.
Requirements
- Python 3.12+
- At least one supported agent CLI installed and authenticated:
Claude Code, Codex CLI,
and/or Kimi Code — each is
discovered automatically when its state home exists (
~/.claude,~/.codex,~/.kimi-code; official relocation variablesCODEX_HOME/KIMI_CODE_HOMEare honored) - tmux (the primary session-lifecycle carrier: launch, resume, background, and survive terminal/SSH disconnects; managed Remote Control servers also use it)
- Linux / WSL. Other POSIX systems are not supported; without
/proc, csctl shows degraded state and refuses destructive actions whose safety it cannot prove.
Installation
Install the latest published release:
uv tool install cc-session-control
# or
pipx install cc-session-control
Upgrade later with uv tool upgrade cc-session-control (or pipx upgrade cc-session-control).
Latest master build
To try the newest master before it is released, install from GitHub:
uv tool install --reinstall git+https://github.com/dzshzx/cc-session-control.git
csctl manages local state on the machine where it is installed: the active
providers' ~/.claude, ~/.codex, and ~/.kimi-code homes, local tmux, and
the project launcher entries recorded in ~/.claude.json. Install it separately
on each machine whose sessions you want to manage. For working on the code
instead of using it, see CONTRIBUTING.md.
Usage
The TUI is the primary surface — Remote Control management and session
cleanup live there (Projects tab and the Sessions cleanup submenu). The
headless CLI keeps only the agent-facing commands: resume and agents.
# Open TUI
csctl
# Resume rescue (headless): list sessions of ALL providers across
# directories with ready-to-copy resume commands (native /resume only
# searches the cwd and hides sdk-ts/bridge sessions); non-Claude rows
# are tagged [codex]/[kimi]
csctl resume # Page 1, 20 per page
csctl resume mybug # Keyword: sid/cwd/title, then transcript body
csctl resume --page 2 # Next page
csctl resume --all # Everything, no paging
# Read-only inventory
csctl agents # Background agents: state, tempo, name, cwd
# Options
csctl --theme light # Force the TUI palette (auto/dark/light)
csctl --version
The companion Claude Code skill (claude-session-doctor) is distributed via
the skills CLI — install it with
skills add dzshzx/agent-skills --skill=claude-session-doctor (it is no
longer bundled with this package).
Configuration
| Environment Variable | Default | Description |
|---|---|---|
CSCTL_PROVIDERS |
claude,codex,kimi |
Comma list of allowed agent-CLI providers; a listed provider is active only when its state home also exists |
CSCTL_RC_SESSION |
rc |
Literal tmux session name for RC servers (target syntax = : * ? [ ] $ @ % is rejected); must differ from the reserved workbench session csctl |
CSCTL_CLEANUP_AGE_DAYS |
14 |
Minimum age in days for the age sweep in the Sessions cleanup submenu (must be an integer ≥ 0) |
CSCTL_THEME |
auto |
TUI palette: auto (detect the terminal background via $COLORFGBG, else dark) / dark / light. Most terminals (including tmux) don't set $COLORFGBG, so auto falls back to dark — set this (or --theme) explicitly for a light terminal |
License
MIT
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cc_session_control-0.8.4.tar.gz.
File metadata
- Download URL: cc_session_control-0.8.4.tar.gz
- Upload date:
- Size: 256.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a5b74652ddd4288f90df4b77ca767d1747e6d636136b97095aa14d561322236e
|
|
| MD5 |
4ff999a5c0b7f6f1be066f19712584a8
|
|
| BLAKE2b-256 |
0b7367bd4272e6ae389b0822589e2a21ad641f4bb57369cd074e5a05b27b8977
|
Provenance
The following attestation bundles were made for cc_session_control-0.8.4.tar.gz:
Publisher:
release.yml on dzshzx/cc-session-control
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
cc_session_control-0.8.4.tar.gz -
Subject digest:
a5b74652ddd4288f90df4b77ca767d1747e6d636136b97095aa14d561322236e - Sigstore transparency entry: 2382154029
- Sigstore integration time:
-
Permalink:
dzshzx/cc-session-control@cf30a5d89883cf27316639c3a06386ac273ad25f -
Branch / Tag:
refs/tags/v0.8.4 - Owner: https://github.com/dzshzx
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@cf30a5d89883cf27316639c3a06386ac273ad25f -
Trigger Event:
push
-
Statement type:
File details
Details for the file cc_session_control-0.8.4-py3-none-any.whl.
File metadata
- Download URL: cc_session_control-0.8.4-py3-none-any.whl
- Upload date:
- Size: 155.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e798bc1a121930609b6aec28a2853267bff79edbe98f216fb1c99d3b9d782d16
|
|
| MD5 |
6cae8ab08f30271036ae8fe6de9bcbe0
|
|
| BLAKE2b-256 |
7565d6ddcee9bb0b226ac2a965e9786fbbdff13d43855ec4de8f09c0c107ccf2
|
Provenance
The following attestation bundles were made for cc_session_control-0.8.4-py3-none-any.whl:
Publisher:
release.yml on dzshzx/cc-session-control
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
cc_session_control-0.8.4-py3-none-any.whl -
Subject digest:
e798bc1a121930609b6aec28a2853267bff79edbe98f216fb1c99d3b9d782d16 - Sigstore transparency entry: 2382154222
- Sigstore integration time:
-
Permalink:
dzshzx/cc-session-control@cf30a5d89883cf27316639c3a06386ac273ad25f -
Branch / Tag:
refs/tags/v0.8.4 - Owner: https://github.com/dzshzx
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@cf30a5d89883cf27316639c3a06386ac273ad25f -
Trigger Event:
push
-
Statement type: