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
fix: use fetch API for streaming requests to enable error body reading
Obsidian's requestUrl throws on 4xx errors, making it impossible to read
the error response body. Switching to native fetch API allows proper error
handling and debugging of Codex API 400 errors.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "metadata-auto-classifier",
3
-
"version": "1.9.6",
3
+
"version": "1.9.7",
4
4
"description": "Metadata Auto Classifier is an innovative Obsidian plugin that harnesses the power of AI to revolutionize your note-taking experience. By automatically generating and classifying metadata for your notes, this plugin streamlines your workflow and enhances the organization of your knowledge base.",
0 commit comments