From 5df1c162ed008cabcc08c9c29da1673c5c55d8b8 Mon Sep 17 00:00:00 2001 From: Josh Mabry Date: Tue, 30 Jun 2026 23:19:55 -0700 Subject: [PATCH] chore: bump portfolio pin v0.13.1 -> v0.14.0 Picks up gateway inheritance (protoLabsAI/portfolio-plugin#17): a spawned team inherits the PM's own resolved gateway + OPENAI_API_KEY, so portfolio_spinup_team runs real turns with no team_template / creds prep. The bundle docs (#14) already describe this. Co-Authored-By: Claude Opus 4.8 (1M context) --- protoagent.bundle.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protoagent.bundle.yaml b/protoagent.bundle.yaml index a4c719b..22226bb 100644 --- a/protoagent.bundle.yaml +++ b/protoagent.bundle.yaml @@ -38,7 +38,7 @@ verified_against: 0.66.0 plugins: - { id: delegates, builtin: true } # ACP/A2A spawn spine — ships with protoAgent - - { id: portfolio, url: https://github.com/protoLabsAI/portfolio-plugin, ref: v0.13.1 } # orchestrate + spawn teams + - { id: portfolio, url: https://github.com/protoLabsAI/portfolio-plugin, ref: v0.14.0 } # orchestrate + spawn teams - { id: project_board, url: https://github.com/protoLabsAI/projectBoard-plugin, ref: v0.24.0 } # installed-not-enabled: spawned teams' board - { id: agent_browser, url: https://github.com/protoLabsAI/agent-browser-plugin, ref: v0.5.1 } # installed-not-enabled: spawned teams' browser