summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
AgeCommit message (Collapse)Author
2025-06-02Add documentation about debugging using React DevTools (#679)Sandy Tao
2025-05-30Rename server->core (#638)Tommaso Sciortino
2025-05-30docs: Update README, CONTRIBUTING, and CLI configuration docs (#591)cperry-goog
cleaning up for now, will take another pass
2025-05-16Remove alias section from CONTRIBUTING.md (#390)cperry-goog
2025-05-15Docs: Add initial project documentation structure and content (#368)cperry-goog
Co-authored-by: Taylor Mullen <[email protected]>
2025-05-14Update Gemini Code verbiage -> Gemini CLITaylor Mullen
- Did not update details that impact GC execution. Meaning packages are still named gemini-code (for now) and things that import them still import them as gemini-code.
2025-04-23Refactor: Remove GEMINI.md memory and refactor system promptTaylor Mullen
- Updates CONTRIBUTING.md and Tips.tsx to remove references to GEMINI.md and the /init command, and renumbers tips. - Fixes a typo in Tips.tsx ("information.s" -> "information."). - Refactors the core system prompt in prompts.ts from a constant string to a function . - Updates client.ts to call the function. - Updates tool name references within the system prompt to use template literals for dynamic naming. Fixes bug: https://buganizer.corp.google.com/issues/413061073 --- Generated by yours truly __Gemini Code__
2025-04-22Add a tip about creating an alias during development (#122)Jaana Dogan
Identical to #118, it's lost while we were recovering the main branch.
2025-04-21More license headers, add a CONTRIBUTING.md file (also fix README.md ↵Tyler
formatting) (#81)