Skip to content

Atomic v0.14.0

Choose a tag to compare

@github-actions github-actions released this 07 Aug 16:14

Installation

Download the binary for your platform below, extract it, and add it to your PATH.

macOS (Apple Silicon)

curl -L https://github.com/atomicdotdev/atomic/releases/download/v0.14.0/atomic-aarch64-apple-darwin.tar.gz | tar xz
sudo mv atomic /usr/local/bin/

macOS (Intel)

curl -L https://github.com/atomicdotdev/atomic/releases/download/v0.14.0/atomic-x86_64-apple-darwin.tar.gz | tar xz
sudo mv atomic /usr/local/bin/

Linux (x86_64)

curl -L https://github.com/atomicdotdev/atomic/releases/download/v0.14.0/atomic-x86_64-unknown-linux-gnu.tar.gz | tar xz
sudo mv atomic /usr/local/bin/

Linux (aarch64)

curl -L https://github.com/atomicdotdev/atomic/releases/download/v0.14.0/atomic-aarch64-unknown-linux-gnu.tar.gz | tar xz
sudo mv atomic /usr/local/bin/

Windows (x86_64)

Download atomic-x86_64-pc-windows-msvc.zip, extract, and add to your PATH.

Verify

atomic --version

See checksums-sha256.txt for SHA-256 checksums of all artifacts.


What's Changed

  • feat(cli): show who org members actually are, not just their UUIDs by @graywolf336 in #149
  • fix: make Codex provenance and Git shadow sync reliable by @vinceblock99 in #147
  • docs: remove stale private-repo references from Related Projects by @vinceblock99 in #153
  • fix(teams): accept everyone workspace grants by @vinceblock99 in #151
  • Simplify command usage by @leefaus in #150
  • fix(cli): make identity resolution and piped output diagnosable by @graywolf336 in #155
  • fix(vault): index inherited intents so clone + vault sync makes them queryable by @vinceblock99 in #154

Full Changelog: v0.13.0...v0.14.0