-
Notifications
You must be signed in to change notification settings - Fork 59
feat: remove node installation from gemini #374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- format shell script
@35C4n0r Just checking but have you tested this module with the new changes? |
Hey @DevelopmentCats, yeah it works fine for me. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR removes the automatic Node.js and npm installation from the Gemini module, standardizing the approach across modules by requiring users to ensure these dependencies are pre-installed.
- Replaced automatic Node.js/npm installation with dependency checking that exits with an error if not found
- Updated documentation to clarify Node.js/npm prerequisites
- Fixed test file paths from install.log to agentapi-start.log
Reviewed Changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.
File | Description |
---|---|
registry/coder-labs/modules/gemini/scripts/install.sh | Replaced install_node() with check_dependencies() and improved npm global configuration |
registry/coder-labs/modules/gemini/main.test.ts | Updated test file paths to reference correct log files |
registry/coder-labs/modules/gemini/README.md | Updated version to 2.0.0 and clarified Node.js/npm prerequisites |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Closes #
Description
Standardising this across all modules:
Type of Change
Module Information
Path:
registry/coder-labs/modules/gemini
New version:
v2.0.0
Breaking change: [x] Yes [ ] No
Testing & Validation
bun test
)bun run fmt
)Related Issues