The Kindship CLI now ships from a dedicated repository, so CLI updates can move faster and independently of the main app.
What This Means For You
- No action required - Your existing install and usage commands stay the same
- Faster CLI updates - CLI improvements can ship without waiting for a web app deploy
- More predictable downloads - The app proxies the latest CLI release from a single source of truth
CLI Downloads Now Track The Latest CLI Release
The /cli/kindship download endpoint was updated to proxy the latest release from the standalone CLI repository.
- Fewer stale binaries - Downloads always follow the current CLI release stream
- Cleaner delivery model - The web app no longer needs to publish CLI artifacts itself
Agent Containers Pull The CLI From The Same Source
The agent runtime build pipeline was updated to fetch the CLI from the same standalone release stream.
- More consistent behavior - Less mismatch between the CLI you download and the CLI available inside agent containers
- Simpler maintenance - One source of truth for CLI releases
Removed The Old Monorepo CLI Copy
We removed the older in-repo CLI copy and its workflow to avoid drift and duplication.