agent-starter-pack icon indicating copy to clipboard operation
agent-starter-pack copied to clipboard

feat: add --single-branch flag to git clone for remote templates

Open eliasecchig opened this issue 4 weeks ago • 1 comments

Summary

  • Add --single-branch flag to git clone command for remote templates
  • Makes cloning more efficient by only fetching the specified branch

Changes

  • Updated fetch_remote_template() in remote_template.py to include --single-branch flag
  • Applies to all remote templates including adk@ agents

eliasecchig avatar Dec 18 '25 23:12 eliasecchig