|
3 | 3 | <img src="images/icon.png" alt="Copilot Cockpit icon" width="128"> |
4 | 4 | </p> |
5 | 5 | <h1 align="center">Copilot Cockpit</h1> |
| 6 | + |
| 7 | +<p align="center"> |
| 8 | + <a href="https://github.com/goodguy1963/Copilot-Cockpit/actions/workflows/release.yml"> |
| 9 | + <img src="https://github.com/goodguy1963/Copilot-Cockpit/actions/workflows/release.yml/badge.svg" alt="Release workflow status"> |
| 10 | + </a> |
| 11 | + <a href="https://github.com/goodguy1963/Copilot-Cockpit/releases/latest"> |
| 12 | + <img src="https://img.shields.io/github/v/release/goodguy1963/Copilot-Cockpit?display_name=tag&label=stable" alt="Latest stable release"> |
| 13 | + </a> |
| 14 | + <a href="https://github.com/goodguy1963/Copilot-Cockpit/releases/tag/edge"> |
| 15 | + <img src="https://img.shields.io/github/v/release/goodguy1963/Copilot-Cockpit?filter=edge&include_prereleases&label=edge" alt="Latest edge prerelease"> |
| 16 | + </a> |
| 17 | +</p> |
6 | 18 | <!-- markdownlint-enable MD033 MD041 --> |
7 | 19 |
|
8 | 20 | Copilot Cockpit helps you plan AI work, approve it, and then run it with visible checkpoints instead of handing your repo to a blind autonomous loop. |
@@ -166,6 +178,12 @@ The point is not to overclaim autonomy. The point is to show recurring, inspecta |
166 | 178 | 5. Use `Tasks` for one execution unit, `Jobs` for multi-step flows, and `Research` for benchmark-driven iteration. |
167 | 179 | 6. Open `Settings` to configure repo-local defaults, MCP, Copilot skills, and Codex support files. |
168 | 180 |
|
| 181 | +## 🚦 Release Channels |
| 182 | + |
| 183 | +- `edge` is the rolling prerelease channel. Every push to `main` validates the build on GitHub, packages a VSIX, and updates the `edge` GitHub prerelease. |
| 184 | +- Stable releases stay tag-based. Push a version tag such as `v1.1.150` when you want a durable release entry instead of the rolling preview channel. |
| 185 | +- The local VSIX install flow is still useful for immediate testing in your own editor, but GitHub now builds the release artifacts automatically. |
| 186 | + |
169 | 187 | ## 📚 Documentation |
170 | 188 |
|
171 | 189 | Detailed documentation lives under [docs/index.md](docs/index.md). |
|
0 commit comments