chore(ge-demo-generator): re-point template fetch at this repository + two small fixes#2978
Merged
holtskinner merged 2 commits intoJul 15, 2026
Conversation
…itory Follow-up to GoogleCloudPlatform#2977, same as GoogleCloudPlatform#2970: TEMPLATE_REPO / TEMPLATE_REF were temporarily pinned to the PR branch fork during review so generated setup scripts worked before merge. Re-point them at this repository at the merge commit that contains the final agent_template/.
Reword two generated-script comment/echo lines to satisfy the 'Vertex AI Agent Platform' forbidden pattern and allow CLOUDSDK (from the CLOUDSDK_CORE_DISABLE_PROMPTS environment variable).
holtskinner
approved these changes
Jul 15, 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.
Follow-up to #2977, same as #2970 after #2963: during review,
TEMPLATE_REPO/TEMPLATE_REFwere temporarily pinned to the PR branch fork so generated setup scripts worked before merge. This re-points them at this repository, pinned to the #2977 merge commit (49f0bddb) that contains the finalagent_template/(including the Managed Agent helpers and deliverable skills). Verified with a live sparse-checkout fetch of the pinned ref from this repository — the exact commands the generated setup script runs — followed by a completeness check of the fetched template.Also includes two small fixes found in end-to-end testing of the deployed sample:
systemDescriptionwas computed but never used — the viewer substitution passed the rawuserGoal(full markdown scenario text) asGE_DASH_DESC. Now passessystemDescription(which already falls back touserGoalon generation failure).app/Code.gs(two "Vertex AI Agent Platform" rewordings and aCLOUDSDKallow-list entry) that surface on this branch because the check runs against the merged feat(ge-demo-generator): Managed Autonomous Agent delegation, Workspace Authorization mode, and deliverable skills #2977 content.