Agent Skills
› SeemSeam/claude_codex_bridge
› ccb-clear
ccb-clear
GitHub执行ccb clear命令清除指定或全部CCB管理的agent上下文,保留项目状态。支持单个或批量清除,适用于DSH场景下通过控制平面轮换会话绑定,不删除本地日志或进程。
触发场景
需要清除agent上下文但不想删除项目状态
处理DSH目标下的会话管理问题
安装
npx skills add SeemSeam/claude_codex_bridge --skill ccb-clear -g -y
SKILL.md
Frontmatter
{
"name": "ccb-clear",
"metadata": {
"short-description": "Clear CCB context"
},
"description": "Clear one or more CCB managed agent contexts with `ccb clear` without deleting project state."
}
CCB Clear
Run one matching command and report its output:
command ccb clear
command ccb clear "$AGENT"
command ccb clear agent1 agent2
For a DSH target, CCB rotates the managed native DSH session binding through
the control plane; DSH has no /clear command and CCB does not type into its
host/log pane. Old native session logs remain available. Busy or queued agents
are blocked. Do not substitute restart, kill, file deletion, or polling.
版本历史
- 070e86f 当前 2026-08-20 03:05


