You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
621 B
621 B
| title | status | type | priority | created_at | updated_at |
|---|---|---|---|---|---|
| sessions: no sub-command defaults to sessions list | completed | feature | normal | 2026-03-31T00:32:35Z | 2026-04-01T05:44:58Z |
Running claudbg sessions with no sub-command should behave identically to claudbg sessions list. Note: claudbg agents does NOT get this treatment since agents list requires a session ID.
Summary of Changes
Already implemented prior to this bean being created. src/main.rs uses cmd.unwrap_or(SessionsCmd::List { limit: Default::default(), filter: vec![] }) so claudbg sessions defaults to sessions list.