fix: extension config write locks (#2283)

This commit is contained in:
Alex Hancock
2025-04-21 14:36:12 -04:00
committed by GitHub
parent 4b0cd95310
commit a1b46697f3
5 changed files with 202 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
"license": {
"name": "Apache-2.0"
},
"version": "1.0.18"
"version": "1.0.19"
},
"paths": {
"/agent/tools": {
@@ -94,6 +94,7 @@ export default function ExtensionItem({
<Switch
checked={(isToggling && visuallyEnabled) || extension.enabled}
onCheckedChange={() => handleToggle(extension)}
disabled={isToggling}
variant="mono"
/>
</div>