Aliases are first-class launch shortcuts, but the CLI can only set or remove them. Users need a quick way to audit aliases without opening config.json.
Acceptance criteria:
dispatch alias list prints alias and session ID pairs.
dispatch alias list --json emits machine-readable rows.
- Empty alias sets print a clear empty state.
- Tests cover text, JSON, and empty output.
Aliases are first-class launch shortcuts, but the CLI can only set or remove them. Users need a quick way to audit aliases without opening
config.json.Acceptance criteria:
dispatch alias listprints alias and session ID pairs.dispatch alias list --jsonemits machine-readable rows.