> ## Documentation Index
> Fetch the complete documentation index at: https://docs.augent.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Discord

> Join The Heard, Augent's community Discord server.

The Heard is Augent's Discord server. Releases, support, discussion, and builds all happen here.

<a href="https://discord.com/invite/DNmaZtaE7b" target="_blank">Join The Heard</a>

***

## Channels

| Channel               | Purpose                                        |
| --------------------- | ---------------------------------------------- |
| **#general**          | Main community chat                            |
| **#releases**         | Every new Augent release, posted automatically |
| **#help**             | Support forum for questions and issues         |
| **#feature-requests** | Suggest what to build next                     |
| **#show-and-tell**    | Share what you've built with Augent            |
| **#announcements**    | Major updates from the team                    |
| **#introductions**    | Say hi when you join                           |

***

## The Wormlings

Three bots run the server. Each has its own personality and role.

<CardGroup cols={3}>
  <Card title="Spaghettus" img="https://mintcdn.com/augent/uaqck7Sae-SFXTRZ/images/discord/spaghettus.png?fit=max&auto=format&n=uaqck7Sae-SFXTRZ&q=85&s=610f6ccbed3383ca565de58abf00a3bc" width="1024" height="1024" data-path="images/discord/spaghettus.png">
    <span style={{color: '#00F060', fontWeight: 600}}>Releases & Activity</span>

    Posts formatted changelogs for every new Augent release. Tracks repo activity across GitHub: doc updates, README changes, external contributor PRs, feature requests, and contribution milestones.
  </Card>

  <Card title="Tensie" img="https://mintcdn.com/augent/uaqck7Sae-SFXTRZ/images/discord/tensie.png?fit=max&auto=format&n=uaqck7Sae-SFXTRZ&q=85&s=0c5e6ab55b9573d78f59f51bf5c8efa4" width="1024" height="1024" data-path="images/discord/tensie.png">
    <span style={{color: '#00F060', fontWeight: 600}}>Moderation</span>

    Auto-moderates the server with word filters, link whitelisting, anti-raid protection, and spam detection. Logs all actions to a private mod log. Posts safety warnings when someone mentions DMs.
  </Card>

  <Card title="Wormothy" img="https://mintcdn.com/augent/uaqck7Sae-SFXTRZ/images/discord/wormothy.png?fit=max&auto=format&n=uaqck7Sae-SFXTRZ&q=85&s=8a66c79787fd4cee4b97f311323d503d" width="1024" height="1024" data-path="images/discord/wormothy.png">
    <span style={{color: '#00F060', fontWeight: 600}}>Community</span>

    809-year-old cosmic worm. Answers questions about Augent, welcomes new members, responds in #help forum threads, and keeps #general active. Say its name or mention it and it'll respond.
  </Card>
</CardGroup>

***

## Spaghettus

Spaghettus handles all automated project updates across two channels.

**#releases** receives formatted changelogs whenever a new Augent version is published on GitHub. The release body is reformatted to match the server's style, with install instructions and changelog links appended automatically. Polls every 5 minutes.

**#general** receives real-time activity updates from across the project:

| Event                  | Example                                                                                                             |
| ---------------------- | ------------------------------------------------------------------------------------------------------------------- |
| Docs updated           | "Docs updated: **Discord**. [https://docs.augent.app/community/discord](https://docs.augent.app/community/discord)" |
| Bot upgraded           | "Tensie just got an upgrade. `19da6a9`"                                                                             |
| External PR merged     | "New contributor **username** just shipped a PR: Fix memory search. (link)"                                         |
| README changed         | "The README just got an update. (link)"                                                                             |
| Feature request filed  | "New feature request from **username**: Batch clip export. (link)"                                                  |
| Contribution milestone | "AugentDevs just crossed **1,000** contributions. (link)"                                                           |

***

## Tensie

Tensie runs fully automated moderation. Every action is logged to a private **#mod-log** channel with an embed showing the user, action taken, trigger, original message, and an @Admin ping. Admins and Moderators are exempt from all filters.

### Word Filters

Messages containing filtered words are deleted immediately and the user is actioned.

| Tier              | Action        | Triggers                                     |
| ----------------- | ------------- | -------------------------------------------- |
| **Ban**           | Permanent ban | Slurs, hate speech, bad faith, spam patterns |
| **2-day timeout** | 48-hour mute  | Threats, harassment, targeted abuse          |

### Link Filtering

All links are checked against a domain whitelist. Allowed domains include YouTube, X/Twitter, GitHub, augent.app, Reddit, StackOverflow, Obsidian, Imgur, Tenor, Giphy, and Discord CDN. Non-whitelisted links are auto-deleted and logged. Discord server invites trigger an instant ban.

### Anti-Raid

If 10 or more accounts join within 60 seconds, Tensie flags it as a raid and auto-kicks every account that joined in that window. Existing members are unaffected. If a kicked account rejoins and triggers the same pattern, they are banned instead of kicked. The entire batch is logged as a single entry.

### Spam Detection

| Type                   | Threshold                          | Action                   |
| ---------------------- | ---------------------------------- | ------------------------ |
| **Duplicate messages** | Same message 3+ times in 5 minutes | Delete + 1-hour timeout  |
| **Mention spam**       | 5+ unique @mentions in one message | Delete + 24-hour timeout |

### DM Safety Warnings

When someone mentions DMs ("DM me", "check your DMs", "message me"), Tensie auto-replies with a safety warning. No penalty is applied. The message stays visible so the warning has context.

***

## Wormothy

Wormothy is the community bot. It runs on Claude (Haiku) for context-aware, role-aware replies. It has its own personality: 809 years old, sharp, witty, genuinely passionate about Augent, never uses emojis or em dashes.

### How Wormothy Responds

* **@mention or name mention**: responds with a direct answer mixed with personality
* **Reply to Wormothy**: continues the conversation with memory of the last 5 interactions per user
* **#help forum threads**: auto-responds to new threads and pings the team
* **Unprompted**: chimes in on \~1 in 5 messages in #general when relevant

### Interval Messages

Wormothy posts a message to #general every 45 minutes from a pool of 48 messages covering brand, product features, community nudges, and one-liners. Messages referencing channels (like #rules or #show-and-tell) are auto-resolved to clickable Discord mentions.

### Star CTA

A separate guaranteed loop posts a GitHub star call-to-action every 45 minutes, offset from interval messages to avoid collisions. Each star CTA auto-reacts with a star emoji.

### Reactions

Wormothy reacts to messages with contextual emojis (chosen by Claude based on message content) plus the custom :augent: server emoji.

### Welcome Messages

New members receive a wormhole-themed welcome message in #general. Member milestones are posted every 10 new members.

***

## Getting Help

If you need help with Augent:

1. Check the [FAQ](/faq) and [Troubleshooting](/help/troubleshooting) pages first
2. Search the **#help** forum in Discord for similar questions
3. Create a new thread in **#help** with your question, Wormothy will respond and ping the team

For bugs, open an issue on [GitHub](https://github.com/AugentDevs/Augent/issues/new/choose).
