Product产品 / Continue工作接力

Continue · craze continue工作接力 · craze continue

Switch agents.
Keep the work moving.
换一个 Agent,
工作接着往下走

CrazeCode packages the goal, decisions, open work, repository changes and validation of your current work into a hand-off you can review, and opens it in another agent only after you confirm.疯码把当前工作的目标、决策、待办、仓库变化和验证结果整理成一份可以检查的交接,你确认之后才在另一个 Agent 里打开。

Current当前 claude:architectureContinue preview接力预览
▸ Extracting current work (read-only, local)▸ 提取当前工作(只读,本地完成)
Goal · finish operator message removal目标 · 完成 operator 控制台的消息删除
Decisions · removal reuses the member-delete sync event决策 · 删除沿用成员删除的同步事件
Repository · 3 changes仓库 · 3 处改动
Validation · go test ./... passed验证 · go test ./... 通过
Open work · add one integration test待办 · 补一条集成测试
Target: codex · new session codex:implementation目标 Agent:codex · 新会话 codex:implementation
The Continue preview: nothing is sent until you confirm.接力预览:确认之前不会发送任何内容。

Why hand-offs matter为什么需要接力

Without it没有接力时

  • Explain the background again for every agent换一个 Agent 就要把背景重新讲一遍
  • Which files changed and which tests ran live only in your memory改了哪些文件、测试跑没跑,只能靠记忆
  • Copy-paste drops the constraints that matter复制粘贴很容易漏掉关键约束

With Continue有了接力

  • Goal, changes, checks and open items packaged once目标、改动、验证和未完成事项一次整理好
  • You review the hand-off before anything is sent交接内容先给你看,确认后才发送
  • Opens in the same workspace; the original session stays one key away新会话在同一工作区打开,原来的会话一个按键就能回去

Three steps三步完成

1

Extract the current work提取当前工作

Builds Goal, Decisions, Open work, Repository and Validation from the session’s context and repository state, locally. Anything uncertain is marked Unknown or listed under Omissions.从当前会话的上下文和仓库状态整理出目标、决策、待办、仓库和验证,全程在本地完成;拿不准的内容会标成“未知”,或列进“省略”。

$ craze continue
2

Preview and confirm预览并确认

Every item is visible. Nothing reaches an agent until you confirm.交接内容逐项可见;你不确认,就不会发给任何 Agent。

Enter confirm确认 · Esc cancel取消
3

Continue in the other agent在另一个 Agent 里继续

The target agent opens as a managed session in the same workspace. Ctrl+] brings you back to Home to see both.目标 Agent 在同一工作区以受管会话打开;按 Ctrl+] 回到 Home,两边进度一眼看到。

codex:implementation

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

  • The hand-off is a curated summary, not the full conversation history.交接内容是一份整理后的摘要,不会把原会话的完整对话历史搬过去。
  • Native approval prompts are still yours to answer in the native interface.原生客户端的授权确认,仍由你在原生界面里处理。
  • Preview release: behavior may still change.当前为预览版,行为可能还会调整。

Related相关功能