Olcan
b35a3856a2
fix debugging with seatbelt, including in strict profile ( #300 )
2025-05-09 08:44:40 -07:00
Brandon Keiji
739654bb25
fix(sandbox): consolidate dev and prod sandbox ( #273 )
2025-05-07 07:23:13 -07:00
Olcan
a18eea8c23
remove start_sandbox.sh script ( #238 )
2025-05-01 09:16:33 -07:00
Olcan
825cecc089
SANDBOX_SET_UID_GID option for systems where this is necessary (should be only rootful docker on linux w/o userns-remap configured) ( #210 )
...
* SANDBOX_SET_UID_GID option for systems where this is necessary (should be only rootful docker on linux w/o userns-remap configured)
* Merge remote-tracking branch 'origin/main' into sandbox_uid_gid
2025-04-29 08:43:24 -07:00
Brandon Keiji
df44ffbcff
fix: point start.sh to relative path ( #209 )
2025-04-29 02:44:59 +00:00
Brandon Keiji
64910527de
refactor: remove node_modules reference in start command ( #198 )
2025-04-28 09:26:46 -07:00
Brandon Keiji
31045e6086
fix: revert pointing npm start to .bin ( #144 )
2025-04-24 01:21:07 +00:00
Brandon Keiji
c24dc0ec77
feat: add react dev tools ( #143 )
2025-04-23 18:16:15 -07:00
Brandon Keiji
94c04955c8
fix: use process.env.CLI_VERSION to avoid conflicts with NODE_ENV ( #139 )
2025-04-23 15:49:18 -07:00
Brandon Keiji
7f3798e180
feat: add CLI version number to footer ( #134 )
2025-04-23 15:00:40 -07:00
Olcan
5e34d9e276
Refactor_sandbox_command ( #121 )
2025-04-22 13:51:50 -07:00
Olcan
2571e07175
enable debugging through sandbox ( #88 )
2025-04-21 12:39:58 -07:00
Olcan
618f8a43cf
don't assume .env file ( #83 )
2025-04-21 11:21:48 -07:00
Tyler
7f95c594c0
More license headers, add a CONTRIBUTING.md file (also fix README.md formatting) ( #81 )
2025-04-21 10:04:03 -07:00
Olcan
39bdedab9c
seamless sandboxing (just set GEMINI_CODE_SANDBOX=true in .env) ( #76 )
2025-04-21 07:50:18 -07:00
Olcan
d668600672
fix passing of flags through start scripts ( #73 )
2025-04-20 19:19:42 -07:00
Olcan
305ed41b88
drop /dist suffix no longer needed ( #71 )
2025-04-20 14:55:36 -07:00
Olcan
ef909f6335
start and debug scripts (will enable seamless container use later), strict error handling in bash scripts ( #63 )
...
#61
2025-04-20 14:50:12 -07:00