| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-25 | fix: prepublish changes to package names (#1420) | Brandon Keiji | |
| 2025-06-16 | fix version release for Dockerfile build (#1080) | Zach Sais | |
| 2025-06-15 | feat(cli): add glob as a direct dependency (#1065) | N. Taylor Mullen | |
| 2025-06-14 | Dockerfile: Node 22 and ENTRYPOINT (#1038) | Steren | |
| 2025-06-10 | restricted networking for all sandboxing methods, new seatbelt profiles, ↵ | Olcan | |
| updated docs, fixes to sandbox build, debugging through sandbox (#891) | |||
| 2025-06-08 | Fix Build Failure - Build fails in sandbox due to missing build toolchain (#831) | Abhi | |
| 2025-06-07 | refactor: rename gemini-code to gemini-cli (#822) | cperry-goog | |
| 2025-05-30 | Fix: Update sandbox build to use new core package name | Taylor Mullen | |
| - The `packages/core` tarball name changed from `gemini-code-server-*.tgz` to `gemini-code-core-*.tgz` after the `server` to `core` rename. - This updates `scripts/build_sandbox.sh` and the root `Dockerfile` to use the new `gemini-code-core-*.tgz` naming, resolving the CI failure during the Docker build step of the publish process. | |||
| 2025-05-30 | Rename server->core (#638) | Tommaso Sciortino | |
| 2025-05-30 | fix(sandbox): set default env var to 'gemini-cli-sandbox' (#620) | Brandon Keiji | |
| 2025-05-29 | fix(sandbox): use CMD for default entrypoint (#601) | Brandon Keiji | |
| 2025-05-29 | feat: publish root Dockerfile to our image registry (#599) | Brandon Keiji | |
| 2025-05-14 | Update Gemini Code verbiage -> Gemini CLI | Taylor 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-28 | enable servers in sandbox to listen on localhost (127.0.0.1) instead of ↵ | Olcan | |
| 0.0.0.0, ensuring servers can be container/host-agnostic (#207) * enable servers in sandbox to listen on localhost (127.0.0.1) instead of 0.0.0.0, ensuring servers can be container/host-agnostic * Merge remote-tracking branch 'origin/main' into sandbox_localhost_works | |||
| 2025-04-28 | fix: set .npmrc in HOME dir before publishing (#206) | Brandon Keiji | |
| 2025-04-22 | use full url for base image (found by seth troisi to save 5s from docker ↵ | Olcan | |
| build time) (#124) | |||
| 2025-04-21 | fix sandbox build broken at #94 (#97) | Olcan | |
| 2025-04-21 | Fix Docker Build permission issue (#95) | Seth Troisi | |
| During docker build `npm install` running as node was exiting with 243 (EACCES) from trying to install the tgz files because `npm pack` created the files with 400 permissions on my system. | |||
| 2025-04-20 | Minimal container setup. Install docker (or podman), build container with ↵ | Olcan | |
| scripts/build_container.sh, then start with scripts/start_container.sh. Exit with ^C for now. (#61) | |||
