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:
| Flag | Description |
|---|---|
--kind <kind> | Filter by recommendation kind |
--target <agent> | Filter by target agent |
--active | Show only active (non-dismissed) recommendations |
--dismissed | Show only dismissed recommendations |
Examples
# View all recommendations
kavi recommend
# View active recommendations only
kavi recommend --active
# View recommendations targeting codex
kavi recommend --target codexRelated
- kavi recommend-apply -- turn a recommendation into a task
- kavi recommend-dismiss -- dismiss or restore recommendations
- kavi tasks -- view tasks created from recommendations