Skip to content

fix(cli): use workspace cron store in agent mode#1684

Closed
who96 wants to merge 1 commit intoHKUDS:mainfrom
who96:codex/fix-cli-cron-storage
Closed

fix(cli): use workspace cron store in agent mode#1684
who96 wants to merge 1 commit intoHKUDS:mainfrom
who96:codex/fix-cli-cron-storage

Conversation

@who96
Copy link
Copy Markdown
Contributor

@who96 who96 commented Mar 7, 2026

Summary

  • Use the workspace-scoped cron store in nanobot agent
  • Add a regression test for the CLI agent cron store path

Problem
Cron jobs created in CLI agent mode were stored in ~/.nanobot/cron/jobs.json while gateway mode used ~/.nanobot/workspace/cron/jobs.json, so jobs were not shared across modes.

Changes

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 jobs use two different storage locations (workspace vs config dir)

1 participant