⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Conversation

@dcramer
Copy link
Member

@dcramer dcramer commented Jan 16, 2026

Summary

  • Adds --from and --to date options to the sync CLI command for precise date range syncing
  • Allows re-syncing specific dates without using relative --days calculations
  • Useful for filling gaps or re-importing specific date ranges

Usage

pnpm cli sync cursor --from 2026-01-09 --to 2026-01-10

Test plan

  • Tested manually by syncing Jan 9 Cursor data
  • Verified data integrity after sync

🤖 Generated with Claude Code

Adds precise date range control to the sync command, allowing users to
sync specific date ranges instead of only using --days for relative ranges.

Usage: pnpm cli sync cursor --from 2026-01-09 --to 2026-01-10

This is useful for re-syncing specific dates or filling gaps in data.

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@vercel
Copy link

vercel bot commented Jan 16, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
abacus Ready Ready Preview, Comment Jan 16, 2026 2:27am

Review with Vercel Agent

@dcramer dcramer merged commit 8a21514 into main Jan 16, 2026
11 checks passed
@dcramer dcramer deleted the feat/sync-date-range branch January 16, 2026 02:59
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.

2 participants