mirror of
https://github.com/cline/cline.git
synced 2026-09-19 02:05:44 +08:00
* feat(cli): add version to root cobra command Expose --version by setting the root command version. * feat(cli): include core version in CLI version output Format the CLI version string to show both CLI and core versions for clarity * feat(cli): centralize version string output for CLI Add a shared VersionString helper and use it for the version command and Cobra version template, while keeping the root command version to CLI only.