Skip to content

Releases: ChronoAIProject/chrono-cli

Chrono CLI 1.0.5

09 Feb 07:28
42b5374

Choose a tag to compare

Chrono CLI 1.0.5

Installation

One-line install (macOS/Linux):

curl -sSL https://raw.githubusercontent.com/ChronoAIProject/chrono-cli/main/install.sh | sh

Or download manually:

Verify Checksums

sha256sum -c checksums.txt

Usage

chrono login
chrono init
chrono --help

Chrono CLI 1.0.4

03 Feb 13:33

Choose a tag to compare

Chrono CLI 1.0.4

Installation

One-line install (macOS/Linux):

curl -sSL https://raw.githubusercontent.com/ChronoAIProject/chrono-cli/main/install.sh | sh

Or download manually:

Verify Checksums

sha256sum -c checksums.txt

Usage

chrono login
chrono init
chrono --help

Chrono CLI 1.0.3

03 Feb 12:11

Choose a tag to compare

Chrono CLI 1.0.3

Installation

One-line install (macOS/Linux):

curl -sSL https://raw.githubusercontent.com/ChronoAIProject/chrono-cli/main/install.sh | sh

Or download manually:

Verify Checksums

sha256sum -c checksums.txt

Usage

chrono login
chrono init
chrono --help

Chrono CLI 1.0.2

03 Feb 10:05

Choose a tag to compare

Chrono CLI 1.0.2

Installation

One-line install (macOS/Linux):

curl -sSL https://raw.githubusercontent.com/ChronoAIProject/chrono-cli/main/install.sh | sh

Or download manually:

Verify Checksums

sha256sum -c checksums.txt

Usage

chrono login
chrono init
chrono --help

Chrono CLI 1.0.1

03 Feb 09:35

Choose a tag to compare

Chrono CLI 1.0.1

Installation

One-line install (macOS/Linux):

curl -sSL https://raw.githubusercontent.com/ChronoAIProject/chrono-cli/main/install.sh | sh

Or download manually:

Verify Checksums

sha256sum -c checksums.txt

Usage

chrono login
chrono init
chrono --help

v1.0.0

02 Feb 07:24

Choose a tag to compare

v1.0.0 Pre-release
Pre-release
feat: migrate CLI from developer-platform to standalone repo

Move Chrono CLI code from developer-platform/cmd/chrono/ into chrono-cli
to create a proper modular CLI tool.

Changes:
- Add CLI source code (cmd/, pkg/, main.go)
- Add Go module files (go.mod, go.sum)
- Add build automation (Makefile, test.sh)
- Add GitHub Actions workflow for releases
- Add install script for one-line installation
- Update README with development instructions
- Add project templates (templates/)

Chrono CLI refs/heads/main

02 Feb 08:06

Choose a tag to compare

Chrono CLI refs/heads/main

Installation

One-line install (macOS/Linux):

curl -sSL https://raw.githubusercontent.com/ChronoAIProject/chrono-cli/main/install.sh | sh

Or download manually:

Verify Checksums

sha256sum -c checksums.txt

Usage

chrono login
chrono init
chrono --help