Added useDarkMode hook for detecting dark mode setting dynamically (#3019)

This commit is contained in:
Zane
2025-06-20 15:05:58 -07:00
committed by GitHub
parent 12dc952077
commit 4b39e74918
3 changed files with 57 additions and 1 deletions
+7 -1
View File
@@ -10,7 +10,7 @@
"license": {
"name": "Apache-2.0"
},
"version": "1.0.28"
"version": "1.0.29"
},
"paths": {
"/agent/tools": {
@@ -480,6 +480,12 @@
}
}
},
"400": {
"description": "Invalid cron expression or recipe file"
},
"409": {
"description": "Job ID already exists"
},
"500": {
"description": "Internal server error"
}