mirror of
https://github.com/cline/cline.git
synced 2026-09-21 05:10:09 +08:00
* feat: add version information injection to CLI build script - Extract version from package.json - Capture git commit hash, build date, and builder info - Inject version info into CLI binaries via Go ldflags - Update both cline and cline-host builds with version data * chore: add changeset for CLI version injection
262 B
262 B
claude-dev
| claude-dev |
|---|
| patch |
Add version information injection to CLI build script. The CLI binaries now include version, commit hash, build date, and builder information extracted from package.json and git, improving debugging and version tracking capabilities.