docs: 更新 cron.md,新增 Heartbeat 進階功能與 Cron 新 API#632
Open
tboydar-agent wants to merge 2 commits into
Open
Conversation
Remove the create-github-app-token step since APP_ID and APP_PRIVATE_KEY secrets are not configured. GITHUB_TOKEN with issues:write and pull-requests:write permissions is sufficient for label management.
涵蓋 2026.5.12 與 2026.5.14-beta.2 引入的新功能: - cron.get API:查詢單一 cron job 詳情 - isHeartbeat metadata:區分排程觸發與一般對話 - Queue Steer 預設行為:mid-turn prompts 預設 steer 進入目前回合 - runRetries 設定:控制 embedded runner 重試次數 Fixes thepagent#631
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
變更摘要
更新
docs/cron.md,補充 2026.5.12 與 2026.5.14-beta.2 引入的 heartbeat / cron 相關新功能。新增內容
1. cron.get API(#75117)
openclaw cron get <id>2. isHeartbeat Metadata(#80610)
isHeartbeat的說明3. Queue Steer 預設行為(#77023)
/queue followup與/queue collect保留用法4. runRetries 設定(#80661)
agents.defaults.runRetries與agents.list[].runRetries文件資訊
last_validated: 2026-05-17Fixes #631