New request
#3035: Please add stable and nightly release channels
We'll provision a sandbox, run an agent against the issue, and open a draft PR. You can pull the branch and iterate from there.
The current release pace feels too fast, and too many releases seem unstable or buggy for normal users.
Right now, frequent releases make it hard to trust updates, because new versions can introduce regressions before they feel ready for general use.
Please consider splitting releases into at least two channels:
- Stable: slower, better-tested releases for normal users
- Nightly or Preview: faster experimental builds for people who want the latest changes
This would let users choose between reliability and early access, and it would reduce frustration from getting unstable updates on the main release path.
Adding stable and nightly release channels requires cross-cutting changes to CI/CD pipelines, container builds, deployment scripts, and release infrastructure.
- .github/workflows/release.yml
- docker/Dockerfile
- scripts/deploy.sh
- server.py
- bootstrap.py
- infra/config/build-config.yml