| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | chore: Move everything into one big crate | Benedikt Peetz | 3 days |
| | | | | | | That helps remove duplicated code and rustc/cargo will now also show dead code correctly. | ||
| * | chore: Remove more useless code | Benedikt Peetz | 3 days |
| | | |||
| * | chore: Refactor CLI auth flows and token storage (#3317) | Michelle Tilley | 2026-03-23 |
| | | | | | | | | This PR eplaces the binary `is_hub_sync()` auth routing with an explicit `SyncAuth` enum that classifies the client's authentication state at runtime. This fixes a class of bugs where CLI session tokens were silently mis-stored or used with the wrong auth scheme during Hub migration. | ||
| * | feat: Allow headless account ops against Hub server (#3280) | Michelle Tilley | 2026-03-16 |
