An open-source AI agent that brings the power of Gemini directly into your terminal.
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.
T
Taylor Mullen committed
8b8fa6c1ae8e7e95e68d1166bfe28ca6b242577b
Parent: 3d74a70