Product产品 / Managed sessions会话托管

Managed sessions · crazed会话托管 · crazed

Agents keep running.
You can always come back.
Agent 一直在跑,
你随时回得来

Claude Code, Codex, your shell and any CLI agent you configure run unchanged, each in its own managed tmux session supervised by crazed. Disconnect, close the window, restart the daemon — the sessions are still there.Claude Code、Codex、Shell 和你配置的命令行 Agent 都原样运行,各自待在一个受管的 tmux 会话里,由 crazed 看护。断线、关窗口、守护进程重启,会话都还在。

Sessions会话列表 · all全部2 running运行 21 ended已结束 1
claude:architecture writer写入者
codex:implementation ~/crazecode
sh:tests ended · exit 0已结束 · 退出码 0
The session list in CrazeCode Home.疯码 Home 里的会话列表。

Why it matters为什么需要会话托管

Without it没有托管时

  • One terminal tab per agent, gone when the tab closes每个 Agent 占一个终端标签,关掉就没了
  • An SSH drop takes a half-hour run down with itSSH 一断,跑了半小时的任务跟着断
  • Tools that change your own tmux setup工具改动你自己的 tmux 配置

With CrazeCode有了疯码

  • Every session in one list: create, switch, attach, stop, rename, archive所有会话在一张列表里:新建、切换、接入、停止、重命名、归档
  • Sessions keep running through disconnects and daemon restarts断线和守护进程重启后,会话照常运行
  • A dedicated tmux socket and config; your tmux is never loaded or changed独立的 tmux socket 和配置,你原来的 tmux 不会被加载或修改

Three steps三步用起来

1

Create a session创建会话

Name it after the work. Each name opens a new managed session in the current workspace.按手上的工作起名,每个名字都会在当前工作区开一个新的受管会话。

/claude new architecture
/codex new implementation
2

Switch from Home在 Home 里切换

Pick a session and press Enter; the native client takes over the screen. Ctrl+] always brings you back to Home.选中会话按 Enter,原生客户端接管整个屏幕;按 Ctrl+] 随时回到 Home。

Enter · Ctrl+]
3

Tidy up整理与收尾

Stop, rename or archive a session from its actions menu. Stopping asks once before it ends the process.在会话的操作菜单里停止、重命名或归档;停止前会先确认一次。

a · actions操作菜单

Current limits, stated plainly当前边界(如实说明)

  • tmux is required. Managed sessions live on CrazeCode’s own tmux server, so they do not appear in your own tmux session list.需要 tmux。受管会话运行在疯码自己的 tmux 实例上,不会出现在你原来的 tmux 会话列表里。
  • Each native client’s own sign-in, approvals and billing stay with that client.各原生客户端自己的登录、授权确认和计费,仍由它们自己管理。
  • Preview release: behavior may still change.当前为预览版,行为可能还会调整。

Related相关功能