mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 19:20:42 +00:00
docs(cron): clarify delivery modes
This commit is contained in:
@@ -95,9 +95,9 @@ export function registerCronAddCommand(cron: Command) {
|
||||
.option("--timeout-seconds <n>", "Timeout seconds for agent jobs")
|
||||
.option("--light-context", "Use lightweight bootstrap context for agent jobs", false)
|
||||
.option("--tools <list>", "Tool allow-list (e.g. exec,read,write or exec read write)")
|
||||
.option("--announce", "Announce summary to a chat (subagent-style)", false)
|
||||
.option("--deliver", "Deprecated (use --announce). Announces a summary to a chat.")
|
||||
.option("--no-deliver", "Disable announce delivery and skip main-session summary")
|
||||
.option("--announce", "Fallback-deliver final text to a chat", false)
|
||||
.option("--deliver", "Deprecated (use --announce). Fallback-delivers final text to a chat.")
|
||||
.option("--no-deliver", "Disable runner fallback delivery")
|
||||
.option("--channel <channel>", `Delivery channel (${getCronChannelOptions()})`, "last")
|
||||
.option(
|
||||
"--to <dest>",
|
||||
|
||||
@@ -66,9 +66,9 @@ export function registerCronEditCommand(cron: Command) {
|
||||
.option("--no-light-context", "Disable lightweight bootstrap context for agent jobs")
|
||||
.option("--tools <list>", "Tool allow-list (e.g. exec,read,write or exec read write)")
|
||||
.option("--clear-tools", "Remove tool allow-list (use all tools)", false)
|
||||
.option("--announce", "Announce summary to a chat (subagent-style)")
|
||||
.option("--deliver", "Deprecated (use --announce). Announces a summary to a chat.")
|
||||
.option("--no-deliver", "Disable announce delivery")
|
||||
.option("--announce", "Fallback-deliver final text to a chat")
|
||||
.option("--deliver", "Deprecated (use --announce). Fallback-delivers final text to a chat.")
|
||||
.option("--no-deliver", "Disable runner fallback delivery")
|
||||
.option("--channel <channel>", `Delivery channel (${getCronChannelOptions()})`)
|
||||
.option(
|
||||
"--to <dest>",
|
||||
|
||||
Reference in New Issue
Block a user