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.
3271697f6b
feat(cli): add provider management and model listing commands and integrate them into the CLI
cbfef5a5df
docs: add provider onboarding guide and update documentation for ProviderManager, health worker, and multi‑provider architecture
52efd5f341
test(app): add generation and message unit tests
200cdbc4bd
test(provider): add integration tests for ProviderManager using MockProvider
8525819ab4
feat(app): introduce UiRuntime trait and RuntimeApp run loop, add crossterm event conversion, refactor CLI to use RuntimeApp for unified UI handling