From 1d50807306df80b34c7951f663d3c1667ca04e14 Mon Sep 17 00:00:00 2001 From: gsilveiralima Date: Mon, 18 May 2026 23:51:41 -0300 Subject: [PATCH 1/2] Add files via upload From bb8051fdbfdf6810840596e48d84d03ada70e90a Mon Sep 17 00:00:00 2001 From: gsilveiralima Date: Tue, 19 May 2026 01:16:30 -0300 Subject: [PATCH 2/2] Create template for custom agent configuration Added a template for creating a custom agent in the repository. --- .github/agents/my-agent.agent.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/agents/my-agent.agent.md diff --git a/.github/agents/my-agent.agent.md b/.github/agents/my-agent.agent.md new file mode 100644 index 0000000..8ff8aa8 --- /dev/null +++ b/.github/agents/my-agent.agent.md @@ -0,0 +1,13 @@ +--- +# Fill in the fields below to create a basic custom agent for your repository. +# The Copilot CLI can be used for local testing: https://gh.io/customagents/cli +# To make this agent available, merge this file into the default repository branch. +# For format details, see: https://gh.io/customagents/config + +name: +description: +--- + +# My Agent + +Describe what your agent does here.