Merged
Conversation
florence-oai
approved these changes
Apr 14, 2026
spasumar-oai
approved these changes
Apr 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the Google Drive skill to make two Drive-native workflows explicit:
update_filewithaddParentsandremoveParents, preserving unrelated parents, and verifying the move.Why
The 4/13 Hermes Google connector eval review had two easy, verifiable Drive failures that were not connector capability gaps:
googledrive_read_007_compare_strategy_doc_to_previous_versionfailed because the assistant claimed prior versions were unsupported even though Drive revision tools exist.googledrive_write_008_move_file_to_target_folderfailed because the assistant identified the file and destination but did not perform the parent update needed to move it.These were skill/tool-selection misses, so the fix belongs in the Google Drive plugin skill rather than connector implementation.
Impact
This should make future Google Drive runs more likely to complete these workflows end to end instead of stopping early or incorrectly claiming unsupported capability.
Validation
git diff --check.plugins/google-drive/skills/google-drive/SKILL.md.