| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | fix: Ensure filename is available for diff rendering in write-file | Taylor Mullen | |
| This commit resolves a bug where the `write-file` operation could fail to render content due to a missing filename. The fix involves: - Ensuring `fileName` is consistently passed to `DiffRenderer.tsx` through `ToolConfirmationMessage.tsx`, `ToolMessage.tsx`, and `useGeminiStream.ts`. - Modifying `edit.ts` and `write-file.ts` to include `fileName` in the `FileDiff` object. - Expanding the `FileDiff` interface in `tools.ts` to include `fileName`. Additionally, this commit enhances the diff rendering by: - Adding syntax highlighting based on file extension in `DiffRenderer.tsx`. - Adding more language mappings to `getLanguageFromExtension` in `DiffRenderer.tsx`. - Added lots of tests for all the above. Fixes https://b.corp.google.com/issues/418125982 | |||
| 2025-05-14 | Improvements to suggestions & slash commands (#344) | Miguel Solorio | |
| Co-authored-by: N. Taylor Mullen <[email protected]> | |||
| 2025-05-09 | fix for b/414940078 (#306) | Allen Hutchison | |
| 2025-05-06 | Refactor: Memoize hook callbacks, update dependencies, and fix lint errors ↵ | Allen Hutchison | |
| (#268) Co-authored-by: N. Taylor Mullen <[email protected]> | |||
| 2025-05-05 | slash command altnames and support for ? | Seth Troisi | |
| 2025-05-02 | Add autocomplete for slash commands | Seth Troisi | |
| 2025-05-01 | Support escaping spaces in file paths. (#241) | Jacob Richman | |
| 2025-04-30 | Add @ command suggestions in the UI. (#219) | Allen Hutchison | |
| 2025-04-29 | First four independent files for @ commands. (#205) | Allen Hutchison | |
