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
Copy file name to clipboardExpand all lines: .github/skills/dev-proxy-release-announcement/SKILL.md
+42-4Lines changed: 42 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,37 @@ When describing Microsoft Graph mocking fixes:
82
82
- Highlight consistency across environments
83
83
- Position fixes as bringing Dev Proxy closer to real Graph behavior
84
84
85
+
## Dev Proxy Toolkit Section
86
+
87
+
Every announcement includes a section about the companion VS Code extension: [Dev Proxy Toolkit](https://marketplace.visualstudio.com/items?itemName=garrytrinder.dev-proxy-toolkit).
88
+
89
+
STOP - Before writing this section, fetch the toolkit changelog to identify the latest released version and its changes:
2. Identify the latest **released** version (skip entries marked "Unreleased")
93
+
3. Summarize the key changes from that version's Added, Changed, and Fixed sections
94
+
4. Write the section following this pattern:
95
+
96
+
```markdown
97
+
## Dev Proxy Toolkit
98
+
99
+
[Dev Proxy Toolkit](https://marketplace.visualstudio.com/items?itemName=garrytrinder.dev-proxy-toolkit) is an extension that makes it easier to work with Dev Proxy from within Visual Studio Code. Alongside the new release of Dev Proxy, we've also released a new version of the toolkit, vX.X.X.
100
+
101
+
In this version, we've:
102
+
103
+
-[Key change 1]
104
+
-[Key change 2]
105
+
-[Key change 3]
106
+
107
+
Checkout out the [changelog](https://marketplace.visualstudio.com/items/garrytrinder.dev-proxy-toolkit/changelog) for more information on changes and bug fixes.
108
+
```
109
+
110
+
**Guidelines:**
111
+
- Use `##` heading (not `###`) unless the announcement uses a "Tools" parent section
112
+
- Summarize changes in user-friendly language - don't just copy changelog entries
113
+
- Group related changes (e.g., multiple new snippets become "Added new snippets for X and Y plugins")
114
+
- Always end with the changelog link
115
+
85
116
## Announcement Structure
86
117
87
118
```markdown
@@ -103,6 +134,12 @@ When describing Microsoft Graph mocking fixes:
103
134
104
135
---
105
136
137
+
## Dev Proxy Toolkit
138
+
139
+
[See Dev Proxy Toolkit Section above]
140
+
141
+
---
142
+
106
143
### **Why upgrade to vX.X.X?**
107
144
108
145
✅ **Benefit 1** - description
@@ -133,10 +170,11 @@ Store in: `Projects/Dev Proxy/Release announcements/vX.X.X.md`
133
170
1. Gather changelog (see "Gathering Changelog Input" above)
134
171
2. Analyze and categorize changes
135
172
3. Identify breaking changes and their impact
136
-
4. Draft announcement following the structure
137
-
5. Check for duplicate content across sections
138
-
6. Verify dashes are regular, not em-dashes
139
-
7. Confirm title uses sentence case
173
+
4. Fetch Dev Proxy Toolkit changelog (see "Dev Proxy Toolkit Section" above)
Copy file name to clipboardExpand all lines: .github/skills/dev-proxy-release-announcement/references/example-announcement.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,18 @@ When your app uses cached prompts, OpenAI charges significantly less for those t
68
68
69
69
---
70
70
71
+
## Dev Proxy Toolkit
72
+
73
+
[Dev Proxy Toolkit](https://marketplace.visualstudio.com/items?itemName=garrytrinder.dev-proxy-toolkit) is an extension that makes it easier to work with Dev Proxy from within Visual Studio Code. Alongside the new release of Dev Proxy, we've also released a new version of the toolkit, v1.10.0.
74
+
75
+
In this version, we've:
76
+
77
+
- Updated all JSON snippets to use v2.0.0 schemas
78
+
79
+
Checkout out the [changelog](https://marketplace.visualstudio.com/items/garrytrinder.dev-proxy-toolkit/changelog) for more information on changes and bug fixes.
80
+
81
+
---
82
+
71
83
### **Why upgrade to v2.0.0?**
72
84
73
85
While the breaking changes are small, they make Dev Proxy more accurate and reliable. **Dev Proxy v2.0.0** ensures:
0 commit comments