The glamourous AI coding agent for your favourite terminal 💘
1package proto 2 3// ServerControl represents a server control request. 4type ServerControl struct { 5 Command string `json:"command"` 6}