Kavi

kavi recommend

Inspect recommendations from agents.

Synopsis

kavi recommend [options]

Description

Displays recommendations generated by agents during the session. Recommendations are suggestions for additional work, improvements, or follow-up tasks that agents identify while executing their assigned tasks. They remain in the inbox until applied, dismissed, or restored.

Options

Supports filters for narrowing the recommendation list:

FlagDescription
--kind <kind>Filter by recommendation kind
--target <agent>Filter by target agent
--activeShow only active (non-dismissed) recommendations
--dismissedShow only dismissed recommendations

Examples

# View all recommendations
kavi recommend

# View active recommendations only
kavi recommend --active

# View recommendations targeting codex
kavi recommend --target codex

On this page