docs: deprecate inbox and document remote dashboard

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-02 14:37:40 +08:00
parent df433a9179
commit 9000eeeaa7
4 changed files with 38 additions and 26 deletions
+1
View File
@@ -17,6 +17,7 @@ import (
)
func cmdInbox(args []string, stdout, stderr io.Writer) error {
fmt.Fprintln(stderr, "warning: inbox is deprecated; use agent-notify server and [remote] config")
if len(args) == 0 {
return fmt.Errorf("usage: agent-notify inbox <list|show|done|rm|clear|serve|ssh-config>")
}