fix(agent-task view): use lower limit for fetching sessions

Signed-off-by: Babak K. Shandiz <babakks@github.com>
This commit is contained in:
Babak K. Shandiz 2025-09-08 13:51:14 +01:00
parent c1beeb5d53
commit d06d0262e6
No known key found for this signature in database
GPG key ID: 9472CAEFF56C742E

View file

@ -22,7 +22,7 @@ import (
"github.com/spf13/cobra"
)
const defaultLimit = 60
const defaultLimit = 40
type ViewOptions struct {
IO *iostreams.IOStreams