summaryrefslogtreecommitdiff
path: root/package.json
AgeCommit message (Expand)Author
2025-06-22feat: Only show ctrl-s when idle (#1299)N. Taylor Mullen
2025-06-19Auth First Run (#1207)matt korwel
2025-06-19refactor: remove docker tagging step from sandbox publishing (#1223)Brandon Keiji
2025-06-16Preflight and integration npx (#1096)matt korwel
2025-06-15Add a command for starting Gemini CLI with GCP telemetry (#1079)Jerop Kipruto
2025-06-15Add telemetry command and refactor telemetry settings (#1060)Jerop Kipruto
2025-06-12chore(deps-dev): bump esbuild from 0.23.1 to 0.25.0 (#872)dependabot[bot]
2025-06-09Windows: Refactor Shell Scripts to Node.js for Cross-Platform Compatibility (...matt korwel
2025-06-08Rollforward AST changes to unblock Sandboxing (#863)matt korwel
2025-06-08use -s flag (to skip npm install + build) for build_sandbox.sh when running v...Olcan
2025-06-08fix(deps): externalize tree-sitter (#840)matt korwel
2025-06-07Creating Node AST Tool. (#756)matt korwel
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-05-31feat: allow custom filename for context files (#654)Allen Hutchison
2025-05-30Refactor: Align build scripts with core package rename (#641)Scott Densmore
2025-05-30Rename server->core (#638)Tommaso Sciortino
2025-05-30fix(sandbox): prepare package.json before building sandbox image (#626)Brandon Keiji
2025-05-30feat(sandbox): use package config to dictate sandbox image name (#624)Brandon Keiji
2025-05-30use npx json instead of jq (#617)Olcan
2025-05-29fix: publish @gemini-code/server (#605)Brandon Keiji
2025-05-29fix name in package.jsonSeth Troisi
2025-05-29feat: publish root Dockerfile to our image registry (#599)Brandon Keiji
2025-05-28feat: add git branch name to footer (#589)Brandon Keiji
2025-05-28Display git commit info in the /about section. (#567)DeWitt Clinton
2025-05-27feat: Publish test coverage summaries to PRs (#513)Allen Hutchison
2025-05-26feat: Replace SQLite with JSON logging for macOS sandbox compatibilityTaylor Mullen
2025-05-23feat: Enable npx execution on tagged versionsTaylor 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-20Support Images and PDFs (#447)Jacob Richman
2025-05-16fix: Ensure filename is available for diff rendering in write-fileTaylor Mullen
2025-05-15feat: Enable CI test reporting and artifact management (#367)N. Taylor Mullen
2025-05-08Add bundling support.Taylor Mullen
2025-05-07fix: use react-jsx for typecheck (#280)Brandon Keiji
2025-05-07feat: add build:sandbox and build:all npm scripts (#274)Brandon Keiji
2025-05-07fix(sandbox): consolidate dev and prod sandbox (#273)Brandon Keiji
2025-04-25feat: prototype publish sandbox script with npm package (#182)Brandon Keiji
2025-04-24feat: add flag to customize package version during pre-release staging (#155)Brandon Keiji
2025-04-23feat: add react dev tools (#143)Brandon Keiji
2025-04-23feat: set dogfood artifact registry as the default publishing endpoint (#135)Brandon Keiji
2025-04-21fix: point npmrc to dogfood artifact registry (#108)Brandon Keiji
2025-04-21enable debugging through sandbox (#88)Olcan
2025-04-21feat: add custom eslint rule for cross-package imports (#77)Brandon Keiji
2025-04-21seamless sandboxing (just set GEMINI_CODE_SANDBOX=true in .env) (#76)Olcan
2025-04-20Revert debug undo.Taylor Mullen
2025-04-20Update README to reflect current state of the world.Taylor Mullen
2025-04-20add linter for checking license headers (and eslint --fix target to match, an...Tyler
2025-04-20start and debug scripts (will enable seamless container use later), strict er...Olcan