| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-04 | Add `/tools` slash command to view available tools (#752) | Eddie Santos | |
| 2025-05-30 | Rename server->core (#638) | Tommaso Sciortino | |
| 2025-05-30 | feat: add --show_memory_usage flag to display memory usage in status bar (#606) | Jacob Richman | |
| 2025-05-28 | Display git commit info in the /about section. (#567) | DeWitt Clinton | |
| This change detects the most recent git commit short hash and writes it to the `GIT_COMMIT_INFO` constant in `packages/cli/src/generated/git-commit.sh`, optionally appending the string "(local modifications)" if additional local changes after that commit are detected. If set, this string is displayed in the `/about` dialog as well as passed into the `/bug` template. Example: ``` > /about ╭───────────────────────────────────────────────────────────────────────────╮ │ │ │ About Gemini CLI │ │ │ │ CLI Version development │ │ Git Commit 43370ab (local modifications) │ │ Model gemini-2.5-pro-preview-05-06 │ │ Sandbox sandbox-exec (minimal) │ │ OS darwin v23.11.0 │ │ │ ╰───────────────────────────────────────────────────────────────────────────╯ ``` Additionally, this change updates `.gitignore` to ignore the generated files, `scripts/clean.sh` to remove them, and adds a `npm run generate` stage for this and any other generators we need to write. | |||
| 2025-05-23 | Refactor(cli): Move memory add logic to server tool call (#493) | Allen Hutchison | |
| 2025-05-22 | Refactor: Streamline memoryUtils and update slash commands (#478) | Allen Hutchison | |
| 2025-05-21 | Fix: Resolve CLI version reporting in /bug command (#455) | Allen Hutchison | |
| 2025-05-19 | feat(cli): Implement /bug command and add open dependency (#428) | Allen Hutchison | |
| 2025-05-17 | Introduce a small easter egg. Woof. (#412) | DeWitt Clinton | |
| Also changes auto-completion and /help to skip over slash commands that don't contain a description to avoid spoiling the surprise. | |||
| 2025-05-16 | feat: Implement CLI and model memory management (#371) | Allen Hutchison | |
| Co-authored-by: N. Taylor Mullen <[email protected]> | |||
