GeminiWithFiles was updated to v2.0.15
- v2.0.15 (May 6, 2026)
- Refactored the script entirely.
- Added support for Agent Skills (Progressive Disclosure architecture). You can now build autonomous agent workflows using skills stored in Google Drive.
- Added the
skillFolderIdproperty to thegeminiWithFilesconstructor to automatically discover skills, register necessary functions (activate_skill,read_skill_resource,run_dynamic_script), and manage the autonomous execution loop. - Added
run_dynamic_scripttool to dynamically execute.jsscripts stored within the skill folders. - Enhanced
generateContentto fully support multi-turn function calling loops.
You can see the detail information here https://github.com/tanaikech/GeminiWithFiles