dure CLI 与 workspace 使用同一个 app channel。Orchestration command 为
terminal input 增加持续的 task 与 message identity:dispatch、完成结果、
heartbeat、escalation 与 human decision gate。
使用 CLI 前,先在目标 channel 启动一次 Dure 以创建 registry。Dure 内打开的
terminal 会自动继承正确 channel。
task-create 只记录工作,不启动 provider。dispatch --inject 还会把任务输入到
已注册的 local agent pane;不加 --inject 时只保存 assignment 与 message。
Dure 也提供 loopback、receipt-based spawn API。请求先写入 journal,因此 crash 后
可以按 receipt reconcile,而不是把 timeout 猜成失败。
Mailbox 只在一个 Dure app channel 内本地运行,不是 hosted queue。SSH agent 尚不
直接加入;@all 也不记录每个接收者的独立 acknowledgement。
更多模式见多代理编排。