| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | feat(sandbox): use package config to dictate sandbox image name (#624) | Brandon Keiji | |
| 2025-05-30 | fix(sandbox): set default env var to 'gemini-cli-sandbox' (#620) | Brandon Keiji | |
| 2025-05-29 | feat: publish root Dockerfile to our image registry (#599) | Brandon Keiji | |
| 2025-05-27 | replace error with warning if sandbox build is triggered without enabling, ↵ | Olcan | |
| improve README to reduce confusion (#570) | |||
| 2025-05-14 | improve sandboxing status message, update README, remove dead code from a ↵ | Olcan | |
| previous change to build_sandbox.sh (#346) | |||
| 2025-05-07 | make sandbox build quiet by default but allow VERBOSE=1 option. enable ↵ | Olcan | |
| caching by default but allow disabling via BUILD_SANDBOX_FLAGS="--no-cache" (#278) | |||
| 2025-05-07 | fix: build image with --no-cache (#275) | Brandon Keiji | |
| 2025-05-07 | fix(sandbox): consolidate dev and prod sandbox (#273) | Brandon Keiji | |
| 2025-05-03 | fix sandbox prod build w/ custom Dockerfile (#255) | Olcan | |
| 2025-05-02 | custom sandboxing via sandbox.Dockerfile and sandbox.bashrc in project ↵ | Olcan | |
| settings (#249) | |||
| 2025-04-29 | drop the "RE" from REBUILD_SANDBOX (#218) | Olcan | |
| 2025-04-28 | rename dev image with -dev suffix (#195) | Olcan | |
| 2025-04-26 | hop into sandbox (#186) | Olcan | |
| 2025-04-25 | instant (dev) sandbox (#171) | Olcan | |
| * instant (dev) sandbox * leave Dockerfile as is to pass deploy test * fix comma * fix prod build * do not use "images exists" which docker does not support * separate dev-mode flag * Merge remote-tracking branch 'origin/main' into instant_sandbox | |||
| 2025-04-23 | Add docker equivilant for --authfile | Seth Troisi | |
| 2025-04-22 | Refactor_sandbox_command (#121) | Olcan | |
| 2025-04-21 | quiet sandbox build (#111) | 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-21 | More license headers, add a CONTRIBUTING.md file (also fix README.md ↵ | Tyler | |
| formatting) (#81) | |||
| 2025-04-21 | seamless sandboxing (just set GEMINI_CODE_SANDBOX=true in .env) (#76) | Olcan | |
