feat(chat): /agentric helper commands — work the Tasks board from chat, no agent run (v0.432.0) - #805
Merged
Merged
Conversation
…t, no agent run (v0.432.0) A closed verb set answered by the server on Slack/Discord/Telegram/ClickUp: help, tasks [open|done|all], task new <title> [@agent], task <id> <text>, status|done|reopen <id>. On a ClickUp ticket the ticket's task is the default target. Strict grammar (a status verb must be the whole message) so ordinary text and `/agentric <agent> …` route as before. Answered ahead of automations; every verb but help needs the sender mapped to a member. Audited `chat.command`. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01HA3jrB7rENd2zadgxP56Lu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
/agentrichelper commands, requested by an InstaWP operator. The server answers them directly, so they start no agent and use no quota.helptasks [open|done|all]task new <title> [@agent]task <id> <text>status·done·reopen<id>/agentric done testing, looks goodon a ticket stays a comment. Anything that doesn't parse is routed as before, so/agentric <agent> …still reaches the agent.*-scoped Slack automation no longer starts an agent run on/agentric tasks. Channel-watch messages are not intercepted.helpneeds the sender resolved to a team member. An unmapped sender is told how to get linked rather than editing the shared board anonymously./agentricnow hands the text over with the prefix kept, so Slack parses exactly what a Discord user would type.help,task,tasks,done,reopenorstatusstays reachable as/<name> ….chat.commandevent.Verification
scripts/agentric-commands-test.cjs(40 checks) covers:*automation;/agentric <agent>still routes.test:governance, which passes along with typecheck and the web tsc + build.Docs: new section in
docs/connectors/README.md, a new row indocs/connectors/clickup.md, and updated console help text.⚠ This touches server and edge code, so it needs a server restart.
🤖 Generated with Claude Code
https://claude.ai/code/session_01HA3jrB7rENd2zadgxP56Lu