feat: add agent-notify server command

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-02 14:34:39 +08:00
parent e95b3315b0
commit 6802a432d7
2 changed files with 39 additions and 0 deletions
+3
View File
@@ -41,6 +41,8 @@ func run(cmd string, args []string) error {
return cmdLogs(args)
case "inbox":
return cmdInbox(args, os.Stdout, os.Stderr)
case "server":
return cmdServer(args)
case "version", "-V":
return cmdVersion()
case "help", "-h", "--help":
@@ -205,6 +207,7 @@ Commands:
test claude [--apply]
logs [--tail 30]
inbox <list|show|done|rm|clear|serve|ssh-config>
server [--listen ADDR] [--db PATH] [--token TOKEN]
version
doctor
`)