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
@@ -114,8 +112,8 @@ Group the changes into these categories based on the [areas: ...] tags (omit any
114
112
115
113
Rules:
116
114
- Use the [areas: ...] tags to determine the correct category. If a commit touches multiple areas, put it in the most relevant user-facing category.
117
-
- INCLUDE all commits that could affect users, even if the commit message is vague (like "fix: id" or "tweak: more retry cases"). When the message is vague, write a brief user-facing description based on the commit prefix and package context.
118
-
- Only EXCLUDE "release:" commits. Include everything else - refactors, tweaks, and fixes can all impact users.
115
+
- INCLUDE all commits provided. Even if the commit message is vague (like "fix: id" or "tweak: more retry cases"), write a brief user-facing description based on the commit prefix and area context.
116
+
- Include everything - refactors, tweaks, and fixes can all impact users.
119
117
- Do NOT make general statements about "improvements", be very specific about what was changed.
120
118
- For commits that are already well-written and descriptive, avoid rewording them. Simply capitalize the first letter, fix any misspellings, and ensure proper English grammar.
121
119
- DO NOT read any other commits than the ones listed above (THIS IS IMPORTANT TO AVOID DUPLICATING THINGS IN OUR CHANGELOG).
@@ -128,12 +126,28 @@ IMPORTANT: ONLY return the grouped changelog, do not include any other informati
128
126
129
127
<example>
130
128
## TUI
131
-
- Added ability to @ mention agents
129
+
- Added experimental support for the Ty language server (@OpeOginni)
130
+
- Added /fork slash command for keyboard-friendly session forking (@ariane-emory)
132
131
- Increased retry attempts for failed requests
133
-
- Fixed a bug where the TUI would render improperly on some terminals (@communityuser)
132
+
- Fixed model validation before executing slash commands (@devxoul)
134
133
135
134
## Desktop
136
-
- Improved startup performance on Windows
135
+
- Added shell mode support
136
+
- Fixed prompt history navigation and optimistic prompt duplication
137
+
- Disabled pinch-to-zoom on Linux (@Brendonovich)
138
+
139
+
## Extensions
140
+
- Added OIDC_BASE_URL support for custom GitHub App installations (@elithrar)
141
+
142
+
## UI
143
+
- Fixed markdown styling issues
144
+
- Fixed checkbox rendering in Safari
145
+
146
+
## Docs
147
+
- Fixed typos in documentation (@byigitt)
148
+
149
+
## Other
150
+
- Updated Nix flake.lock and dependency hashes
137
151
</example>
138
152
`,
139
153
},
@@ -143,7 +157,7 @@ IMPORTANT: ONLY return the grouped changelog, do not include any other informati
0 commit comments