summaryrefslogtreecommitdiff
path: root/package-lock.json
AgeCommit message (Expand)Author
2025-06-23Use concurrently to run start script with GCP telemetry (#1329)Jerop Kipruto
2025-06-17Auto-update notifications (#1110)Eddie Santos
2025-06-16Preflight and integration npx (#1096)matt korwel
2025-06-15feat(cli): add glob as a direct dependency (#1065)N. Taylor Mullen
2025-06-13Improvements to web-fetch tool (#1030)Allen Hutchison
2025-06-13fix: add micromatch to package deps (#1020)Brandon Keiji
2025-06-13Add web socket protocol support for IDE MCP server (#987)Shreya Keshive
2025-06-12Improve some tools to support abortSignal (#997)Tommaso Sciortino
2025-06-13Revert "Make glob tool support abortSignal" (#996)matt korwel
2025-06-12Reduce coupling between core and cli packages (#961)Marat Boshernitsan
2025-06-12Make glob tool support abortSignal (#988)Tommaso Sciortino
2025-06-12chore(deps-dev): bump esbuild from 0.23.1 to 0.25.0 (#872)dependabot[bot]
2025-06-11Restore Checkpoint Feature (#934)Louis Jimenez
2025-06-10Register dependency added in PR:910 (#925)Tommaso Sciortino
2025-06-10Basic code assist support (#910)Tommaso Sciortino
2025-06-10restricted networking for all sandboxing methods, new seatbelt profiles, upda...Olcan
2025-06-09Windows: Refactor Shell Scripts to Node.js for Cross-Platform Compatibility (...matt korwel
2025-06-09Bump @google/genai dependency (#870)Abhi
2025-06-08Rollforward AST changes to unblock Sandboxing (#863)matt korwel
2025-06-08feat(git): Refactor gitignore handling to use `ignore` library instead of `mi...N. Taylor Mullen
2025-06-08fix(deps): externalize tree-sitter (#840)matt korwel
2025-06-07refactor: rename gemini-code to gemini-cli (#822)cperry-goog
2025-06-07Creating Node AST Tool. (#756)matt korwel
2025-06-05OpenTelemetry Integration & Telemetry Control Flag (#762)Jerop Kipruto
2025-06-05Add support for `.geminiignore` file (#757)Eddie Santos
2025-06-05Checks for diff changes before displaying the code snippet (#751)anj-s
2025-06-04Ignore folders files (#651)Keith Ballinger
2025-06-04Update package-lock.json (#738)N. Taylor Mullen
2025-06-03fixed strip-ansi dep by installing it in core package (also ran npm install i...Olcan
2025-06-02feat: Refactor CLI header for customizable logo text (#658)N. Taylor Mullen
2025-05-31feat: allow custom filename for context files (#654)Allen Hutchison
2025-05-30Rename server->core (#638)Tommaso Sciortino
2025-05-30use npx json instead of jq (#617)Olcan
2025-05-29fix: publish @gemini-code/server (#605)Brandon Keiji
2025-05-28feat: add git branch name to footer (#589)Brandon Keiji
2025-05-26feat: Replace SQLite with JSON logging for macOS sandbox compatibilityTaylor Mullen
2025-05-26Chore(deps): Upgrade @google/genai to v1.0.1Taylor Mullen
2025-05-23fix: Update dependencies to resolve deprecation warningsTaylor Mullen
2025-05-23feat: Enable npx execution directly from GitHub URLTaylor Mullen
2025-05-23feat: add emphasis to tool confirmations (#502)Brandon Keiji
2025-05-21Feat: Add test coverage scripts and ignore reports (#477)Allen Hutchison
2025-05-21Add Logger for command history (#435)Seth Troisi
2025-05-20Support Images and PDFs (#447)Jacob Richman
2025-05-19feat(cli): Implement /bug command and add open dependency (#428)Allen Hutchison
2025-05-18allow comments in settings.jsonolcan
2025-05-16strip escape characters when pasting. (#386)Jacob Richman
2025-05-16Support auto wrapping of in the multiline editor. (#383)Jacob Richman
2025-05-16fix: Ensure filename is available for diff rendering in write-fileTaylor Mullen
2025-05-13fix: remove gemini-code bin configuration (#330)Brandon Keiji
2025-05-08Add bundling support.Taylor Mullen