Slack Manifest for Hermes AI Agent
Hey, discovered an error in the slack manifest for Hermes. Here's the fixed manifest. Just replace "name": "[REPLACE HERE]" on line 3, and line 14 "display_name": "[replace here]". { "display_information": { "name": "Turfy", "description": "Your Turf Monopoly Hermes agent on Slack", "background_color": "#1a1a2e" }, "features": { "app_home": { "home_tab_enabled": false, "messages_tab_enabled": true, "messages_tab_read_only_enabled": false }, "bot_user": { "display_name": "Turfy", "always_online": true }, "slash_commands": [ { "command": "/hermes", "url": "https://hermes-agent.local/slack/commands", "description": "Talk to Hermes or run a subcommand", "should_escape": false }, { "command": "/start", "url": "https://hermes-agent.local/slack/commands", "description": "Acknowledge platform start pings without a reply", "should_escape": false }, { "command": "/new", "url": "https://hermes-agent.local/slack/commands", "description": "Start a new session (fresh session ID + history)", "should_escape": false }, { "command": "/retry", "url": "https://hermes-agent.local/slack/commands", "description": "Retry the last message (resend to agent)", "should_escape": false }, { "command": "/undo", "url": "https://hermes-agent.local/slack/commands", "description": "Back up N user turns and re-prompt (default 1)", "should_escape": false }, { "command": "/title", "url": "https://hermes-agent.local/slack/commands", "description": "Set a title for the current session", "should_escape": false }, { "command": "/branch", "url": "https://hermes-agent.local/slack/commands", "description": "Branch the current session (explore a different path)", "should_escape": false },