Skip to content

Releases: codotcodes/co

co v0.4.0

Choose a tag to compare

@github-actions github-actions released this 07 Sep 19:24
9947bce
  • Add a Homebrew formula and release packaging for Debian/Ubuntu, Fedora/RHEL, and Arch Linux on x86_64 and ARM64.
  • Document installation, upgrades, removal, and PATH setup in one platform-organized guide.
  • Pin installer downloads to one release, use portable static Linux binaries by default, and replace binaries atomically after checksum verification.

Installation guide

Full comparison

co v0.3.0

Choose a tag to compare

@github-actions github-actions released this 06 Sep 19:58
fcfb071

What's new

Create repositories from the command line

co repo create is non-interactive and supports personal and organization namespaces:

co repo create my-project
co repo create my-org/my-project --public
co repo create my-project --json

Repositories are private by default. Humans and coding agents can use the existing co login machine session to create repositories with that account's permissions. --json returns repository metadata and the storage-initialization flag for automation. Repository-scoped agent grants do not authorize repository creation.

Human-approved agent access

  • Register and list agent identities with co agent register and co agent list.
  • Request repository access with co access request, resume approval polling with co access wait, and view repository metadata through an approved grant with co access view.
  • Approval requires a human passkey. Lineage credentials stay in owner-only local configuration and mint short-lived repository-scoped tokens.

Repository and release links now use codotcodes/co.

Install or update

curl -fsSL https://raw.githubusercontent.com/codotcodes/co/main/install.sh | CO_VERSION=v0.3.0 sh

Or run with Nix:

nix run github:codotcodes/co/v0.3.0 -- help

Release archives cover Linux glibc and musl on x86_64 and ARM64, and macOS on Intel and Apple Silicon. Every archive includes a SHA-256 checksum and GitHub build-provenance attestation.

Full changelog: v0.2.0...v0.3.0

co v0.2.0

Choose a tag to compare

@github-actions github-actions released this 26 Aug 06:24
33b8dcf

What's Changed

  • Bump actions/attest-build-provenance from 2 to 4 by @dependabot[bot] in #1
  • Bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #2
  • Bump actions/download-artifact from 4 to 8 by @dependabot[bot] in #4
  • Bump DeterminateSystems/nix-installer-action from 17 to 22 by @dependabot[bot] in #5
  • Bump actions/checkout from 4 to 7 by @dependabot[bot] in #3

New Contributors

Full Changelog: v0.1.0...v0.2.0

co v0.1.0

Choose a tag to compare

@github-actions github-actions released this 25 Aug 06:13
af740b8