mirror of
https://github.com/cline/cline.git
synced 2026-09-19 10:13:34 +08:00
* Add nightly release automation with GitHub Actions - Add GitHub workflow to publish nightly releases daily at 00:00 UTC - Add publish:marketplace:nightly npm script - Create publish-nightly.mjs script to handle version updates and publishing - Script converts package to "cline-nightly" with timestamp-based versioning - Publishes to both VS Code Marketplace and OpenVSX Registry * Update file name * Remove input tag * Change nightly build schedule from midnight to 4 AM PST - Change nightly build schedule from midnight to 4 AM PST - Add check to skip build if no commits in last 24 hours - Disable nightly extension in VS Code debug configs to avoid conflicts * add if: github.repository == 'cline/cline'