Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@tomascupr
Copy link
Contributor

Summary

  • Expands the cron tool description to document all enum values, required fields, and cross-field constraints
  • Documents schedule types (at, every, cron) with their required parameters
  • Documents payload types (systemEvent, agentTurn) with required/optional fields
  • Adds critical constraint documentation: sessionTarget="main" requires systemEvent, sessionTarget="isolated" requires agentTurn

Fixes #1982

Test plan

  • Verify the updated description appears when listing agent tools
  • Run pnpm lint && pnpm build && pnpm test

thewilloftheshadow added a commit that referenced this pull request Jan 26, 2026
@thewilloftheshadow
Copy link
Member

Squash-merged into main.

  • Squash commit: c7fabb4
  • Included: cron tool description expansion + changelog entry (thanks)
  • Tests: pnpm lint && pnpm build && pnpm test (lint failed in existing src/line/* types)

afanty2021 added a commit to afanty2021/clawdbot that referenced this pull request Jan 26, 2026
- Add Render Blueprint (render.yaml) for one-click deployment
- Add Render deployment guide (docs/deployment/render.mdx)
- Add Vercel AI Gateway provider documentation
- Expand cron tool description with detailed action schema
- Add missing dependency metadata to skills (discord, github, notion, slack)
- Update docs.json navigation for new deployment guide
- Update Chinese documentation (claude_cn.md) for commands and agents modules

Related upstream commits:
- Docs: add Render deployment guide (openclaw#1975)
- Skills: add missing dependency metadata (openclaw#1995)
- Agents: expand cron tool description (openclaw#1988)
- Docs: add Vercel AI Gateway sidebar entry (openclaw#1901)
@thewilloftheshadow
Copy link
Member

Closed after squash-merge to main (commit c7fabb4).

steipete pushed a commit to mertcicekci0/clawdbot that referenced this pull request Jan 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cron tool description incomplete — agents cannot reliably create cron jobs

2 participants