Change8

foundation-cli-v0.1.0-alpha.2

📦 chromaView on GitHub →
6 features🔧 3 symbols

Summary

Introduced the foundation CLI, a new standalone Rust binary for interacting with Chroma Foundation, including version and completion commands. This release also enhances the build and CI/CD processes for the CLI.

✨ New Features

  • Introduced the foundation CLI, a standalone Rust binary for interacting with Chroma Foundation.
  • The foundation CLI includes `foundation version` and `foundation completion <shell>` commands.
  • Build process injects FOUNDATION_VERSION, FOUNDATION_COMMIT, and FOUNDATION_DATE at release time.
  • Added a dedicated CI workflow (foundation-cli-ci.yml) for foundation CLI linting and testing.
  • Added a release workflow (foundation-cli-release.yml) triggered by `foundation-cli-v*` tags.
  • Excluded `rust/foundation/**` from PR.yml rust change detection to prevent triggering the full workspace test suite.

Affected Symbols