Tags: marblejenka/devcontainer-feature
Tags
Automated documentation update and version bump (#38) * Automated documentation update and version bump [skip ci] * Bump Gemini CLI version from 0.1.4 to 0.1.5 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Shingo Furuyama <marblejenka@gmail.com>
workflow: Bump version (#29) This PR adds automatic version bumping to the release workflow. The workflow now increments the patch version of all devcontainer features before publishing and includes these version changes in the automated documentation PR.
workflow: Bump version (#29) This PR adds automatic version bumping to the release workflow. The workflow now increments the patch version of all devcontainer features before publishing and includes these version changes in the automated documentation PR.
Update gemini-cli devcontainer feature installation script (#20) This PR updates the gemini-cli devcontainer feature installation script to clone geminifiles repositories into the user's home directory instead of a temporary location, and adds configuration for using a geminifiles repository in the test environment. Key Changes: - Introduces configurable directory paths for geminifiles repository and Gemini configuration using environment variables - Changes clone destination from /tmp/gemini-geminifiles to user home directory at ~/geminifiles - Adds example geminifiles repository configuration to the development container
feat: Add geminifiles option (#18) This PR adds a new "geminifiles" option to the gemini-cli devcontainer feature, allowing users to specify a Git repository URL that will be cloned and executed during feature installation. Key changes: - Added geminifiles configuration option with git clone and install.sh execution logic - Updated dependencies to include Git feature - Added test scenario and test script for the new functionality - Updated docs --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
mod version and urls in devcontainer-feature.json files (#6)
TLA+ feature (#3) * added tlaplus devcontainer feature --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
mod version and urls in devcontainer-feature.json files (#6)
initial development (#1) * initial implementation