From 57856b3656614df2610ee8070005c4bcc7272301 Mon Sep 17 00:00:00 2001 From: Greg Allen Date: Mon, 6 Jul 2026 16:42:55 -0400 Subject: [PATCH] chore: add agents repo to allowed_remote_resources Adds https://raw.githubusercontent.com/fullsend-ai/agents/ and https://raw.githubusercontent.com/fullsend-ai/fullsend/ to the allowed_remote_resources list. This is required for the agent extraction migration: agent harnesses are now resolved from fullsend-ai/agents at runtime and the URL must be in the allowlist. --- .fullsend/config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.fullsend/config.yaml b/.fullsend/config.yaml index 7ee96f8ab4..87e5b80084 100644 --- a/.fullsend/config.yaml +++ b/.fullsend/config.yaml @@ -4,3 +4,6 @@ roles: - coder - review - fix +allowed_remote_resources: + - https://raw.githubusercontent.com/fullsend-ai/fullsend/ + - https://raw.githubusercontent.com/fullsend-ai/agents/