You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New artifacts **SHOULD** use `maturity: stable` unless:
110
+
111
+
* The artifact is a proof-of-concept or experimental feature
112
+
* The artifact requires additional testing or feedback before wide release
113
+
* The contributor explicitly intends to target early adopters
114
+
115
+
### Example
116
+
117
+
```yaml
118
+
---
119
+
description: 'Specialized chatmode for security analysis'
120
+
maturity: 'stable'
121
+
tools: ['codebase', 'search']
122
+
---
123
+
```
124
+
125
+
For detailed channel and lifecycle information, see [Release Process - Extension Channels](release-process.md#extension-channels-and-maturity).
86
126
4.**Future-proofing**: Older models will be deprecated and removed from service
87
127
88
128
**Before submitting**: Verify your artifact targets the current latest model versions from Anthropic or OpenAI. Contributions targeting older or alternative models will be automatically rejected.
| Stable | Production-ready artifacts only |`stable`|
90
+
| Pre-release | Early access to new features and experimental artifacts |`stable`, `preview`, `experimental`|
91
+
92
+
To install the pre-release version, select **Install Pre-Release Version** from the extension page in VS Code, or use the Extensions view and switch to the pre-release channel.
93
+
94
+
For more details on maturity levels and the release process, see the [contributing documentation](https://github.com/microsoft/hve-core/blob/main/docs/contributing/release-process.md#extension-channels-and-maturity).
0 commit comments