From 9f98a609c81ce1ea87ff19e81067634d0d820a84 Mon Sep 17 00:00:00 2001 From: TonyGeez <141154740+TonyGeez@users.noreply.github.com> Date: Sun, 12 Oct 2025 01:21:58 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e0df85b..1c63f56 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ - **Multi-Provider Support**: Supports various model providers like OpenRouter, DeepSeek, Ollama, Gemini, Volcengine, and SiliconFlow. - **Request/Response Transformation**: Customize requests and responses for different providers using transformers. - **Dynamic Model Switching**: Switch models on-the-fly within Claude Code using the `/model` command. +- **CLI Model Management**: Manage models and providers directly from the terminal with `ccr model`. - **GitHub Actions Integration**: Trigger Claude Code tasks in your GitHub workflows. - **Plugin System**: Extend functionality with custom transformers.