gemini-cli/scripts
Taylor Mullen 8b8fa6c1ae Refactor: Convert copy_files.cjs to ES module syntax
- Converted scripts/copy_files.cjs to use ES module syntax (renaming to copy_files.js).
- This change aligns with the project's preference for ES modules over CommonJS for better modernity and future-proofing.
- Updated eslint.config.js to remove the .cjs override.
- Adjusted scripts/build_package.sh to call the new .js file.
2025-05-18 23:49:48 -07:00
..
bind_package_dependencies.js fix: point npmrc to dogfood artifact registry (#108) 2025-04-21 23:11:51 -07:00
bind_package_version.js infra: automate continuous deployment (#157) 2025-04-24 14:36:58 -07:00
build.sh fix(sandbox): consolidate dev and prod sandbox (#273) 2025-05-07 07:23:13 -07:00
build_package.sh Refactor: Convert copy_files.cjs to ES module syntax 2025-05-18 23:49:48 -07:00
build_sandbox.sh improve sandboxing status message, update README, remove dead code from a previous change to build_sandbox.sh (#346) 2025-05-14 11:23:06 -07:00
check-build-status.js fix: support node globals in scripts (#109) 2025-04-22 06:10:25 +00:00
clean.sh More license headers, add a CONTRIBUTING.md file (also fix README.md formatting) (#81) 2025-04-21 10:04:03 -07:00
copy_bundle_assets.sh Add bundling support. 2025-05-08 23:36:42 -07:00
copy_files.js Refactor: Convert copy_files.cjs to ES module syntax 2025-05-18 23:49:48 -07:00
sandbox.sh Refactor_sandbox_command (#121) 2025-04-22 13:51:50 -07:00
sandbox_command.sh rename env vars GEMINI_CODE_{MODEL,SANDBOX,SANDBOX_IMAGE} (#411) 2025-05-17 17:28:44 -07:00
setup-dev.sh Create simple script for setting up a dev environment. (#277) 2025-05-07 16:21:16 -04:00
start.sh fix debugging with seatbelt, including in strict profile (#300) 2025-05-09 08:44:40 -07:00