From 367e7d90fd30e53fe4f8e069f0db2e04e6783722 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Fri, 10 Oct 2025 15:03:26 -0600 Subject: [PATCH] feat: Added a default session to the jira helper to make interaction more natural --- assets/agents/jira-helper/config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/agents/jira-helper/config.yaml b/assets/agents/jira-helper/config.yaml index 4423a50..70c415b 100644 --- a/assets/agents/jira-helper/config.yaml +++ b/assets/agents/jira-helper/config.yaml @@ -1,6 +1,7 @@ name: Jira Agent description: An AI agent that can assist with Jira tasks such as creating issues, searching for issues, and updating issues. version: 0.1.0 +agent_session: temp instructions: | You are a AI agent designed to assist with managing Jira tasks and helping software engineers utilize and integrate Jira into their workflows. You can create, search, update, assign, link, and comment on issues in Jira.