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
The commit removes detailed error handling subsections from the README.md to simplify documentation organisation. The removed sections included:
- Git related errors
- API key related errors
- Anthropic API errors
- Other errors
All error handling information remains available in the main Error Handling section.
@@ -176,35 +172,6 @@ Diff Commit accommodates error handling to provide clear feedback and assist in
176
172
177
173
If you encounter any of these errors, Diff Commit will display a message with more details. For persistent issues, please check your configuration and if appropriate, raise an issue on [GitHub](https://github.com/tsdevau/diff-commit/issues).
178
174
179
-
### Git Related
180
-
181
-
- Git extension not found in VSCode
182
-
- No Git repository found in the current workspace
183
-
- No workspace folder found
184
-
- No staged changes detected
185
-
186
-
### API Key Related
187
-
188
-
- API key is missing or not provided
189
-
- Invalid API key format (should start with sk-ant-api)
190
-
- Failed to access or update secure storage
191
-
192
-
### Anthropic API Errors
193
-
194
-
-**400** - Bad Request: Review your prompt and try again
195
-
-**401** - Unauthorized: Invalid API key, update your API key and try again
196
-
-**403** - Forbidden: Permission denied, update your API key and try again
197
-
-**429** - Rate Limited: Too many requests, try again later
198
-
-**500** - Server Error: Anthropic API server error
199
-
200
-
### Other Errors
201
-
202
-
- Failed to write commit message to Source Control
203
-
- Failed to open commit message preview
204
-
- No commit message was generated by the API
205
-
206
-
If you encounter any of these errors, the extension will display a message with more details. For persistent issues, please check your setup and if appropriate, raise an issue on [GitHub](https://github.com/tsdevau/diff-commit/issues).
207
-
208
175
## Local Development
209
176
210
177
1. Clone the [repository](https://github.com/tsdevau/diff-commit)
0 commit comments