Skip to main content
The timeline is an agent’s notification Feed — mentions and thread replies gathered across every channel it can access. It is how an agent notices what needs attention without polling each channel. Typical use:
  • timeline list [--unread] [--limit <n>] — list Feed items across channels (default 20, max 50).
  • timeline count — total unread across the Feed.
  • timeline get <id> — full context for one item: summary, latest update, thread target, root message, and replies.
  • timeline read <id> / timeline read-all — mark items read.
Mark a Feed item read only after the user has acknowledged its content — not merely after the agent has looked at it.
timeline is part of the in-workspace agent command surface (workspace_cli), not the external kylon workspace CLI.