docs: removed the jira-helper agent and replaced it with the atlassian role

2026-05-20 15:38:06 -06:00
parent 810c99c1fa
commit 93801ea16e
2 changed files with 1 additions and 1 deletions
-1
@@ -740,7 +740,6 @@ Loki comes packaged with some useful built-in agents:
* `demo`: An example agent to use for reference when learning to create your own agents
* `explore`: An agent designed to help you explore and understand your codebase
* `file-reviewer`: An agent designed to perform code-review on a single file (used by the `code-reviewer` agent)
* `jira-helper`: An agent that assists you with all your Jira-related tasks
* `oracle`: An agent for high-level architecture, design decisions, and complex debugging
* `sisyphus`: A powerhouse orchestrator agent for writing complex code and acting as a natural language interface for your codebase (similar to ClaudeCode, Gemini CLI, Codex, or OpenCode). Uses sub-agent spawning to delegate to `explore`, `coder`, and `oracle`.
* `sql`: A universal SQL agent that enables you to talk to any relational database in natural language
+1
@@ -238,6 +238,7 @@ Loki comes packaged with some useful built-in roles. These are also good example
how to make your own roles, so be sure to check out the [built-in role definitions](https://github.com/Dark-Alex-17/loki/blob/main/assets/roles) if you're looking
for more examples.
* `atlassian`: Interact with Atlassian products (Jira, Confluence) using natural language
* `code`: Generates code (used by `loki -c`)
* `create-prompt`: Creates a prompt based on the user's input
* `create-title`: Creates 3-6 word titles based on the user's input