refactor(core): add headless run and auto-restart
- Run without console by default - Log to file once console hidden - Recover panics in background goroutines - Restart agent after unexpected errors - Use shared instance launch helper
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
//go:build !windows
|
||||
|
||||
package instance
|
||||
|
||||
func HideConsole() {}
|
||||
Reference in New Issue
Block a user