mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-09-19 16:12:29 +02:00
feat: add configurable tool call blocking and monitoring
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package handler
|
||||
|
||||
import "sync"
|
||||
|
||||
// configFileMu serializes complete read-modify-write transactions across
|
||||
// handlers that share config.yaml. Per-handler locks cannot prevent lost
|
||||
// updates when another settings page saves a different YAML section.
|
||||
var configFileMu sync.Mutex
|
||||
Reference in New Issue
Block a user