Docs: Update CLI and Server documentation for recent features (#430)

This commit is contained in:
cperry-goog
2025-05-20 10:37:21 -07:00
committed by GitHub
parent ee702c3139
commit d1210f2e0a
5 changed files with 108 additions and 44 deletions

View File

@@ -17,6 +17,7 @@ The Gemini CLI (`packages/cli`) is the primary way users interact with the Gemin
- **Theming:** Customize the look and feel of the CLI to your preference. See the [Theming section in README.md](../../README.md#theming).
- **Configuration:** Tailor the CLI's behavior through configuration files. See [CLI Configuration](./configuration.md).
- **Special Commands:** Utilize built-in commands for tasks like managing history, memory, or display. See [Commands](./commands.md).
- **Enhanced Input:** Support for multiline input editing and readline-like keybindings for a more comfortable and efficient command entry experience.
## Basic Interaction