## Summary
- Add to display all active agent sessions (id, model, provider, created time, prompt count)
- Add to reconnect to an existing session in the TUI
- Add to terminate an active agent session
- Add , , and / interfaces to
- All commands authenticate via the stored session cookie from
Gateway endpoints (, ) already existed.
Closes #130
## Test plan
- [ ] shows active sessions or No
Add `mosaic sessions list`, `mosaic sessions resume <id>`, and
`mosaic sessions destroy <id>` CLI subcommands that interact with the
existing gateway `/api/sessions` endpoints. Also adds `fetchSessions`,
`deleteSession`, and related DTO interfaces to `gateway-api.ts`.
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
Gateway endpoints (, ) already existed.
Closes #130
Test plan