Skip to content

feat(discord): add rename_thread action - #48209

Closed
coder-xander wants to merge 1 commit into
NousResearch:mainfrom
coder-xander:feat/discord-rename-thread
Closed

feat(discord): add rename_thread action#48209
coder-xander wants to merge 1 commit into
NousResearch:mainfrom
coder-xander:feat/discord-rename-thread

Conversation

@coder-xander

Copy link
Copy Markdown

Summary

Added _rename_thread() that PATCH /channels/{id} with a type probe — only proceeds for thread types (10/11/12), refuses with a structured error for non-thread channels. Registered as a core action (same risk class as create_thread) in _ACTIONS, _CORE_ACTION_NAMES, _ACTION_MANIFEST, and _REQUIRED_PARAMS.

Closes #46396

Add _rename_thread() that PATCH /channels/{id} with a type probe —
only proceeds for thread types (10/11/12), refuses with a structured
error for non-thread channels. Registered as a core action (same risk
class as create_thread) in _ACTIONS, _CORE_ACTION_NAMES,
_ACTION_MANIFEST, and _REQUIRED_PARAMS.
@alt-glitch alt-glitch added type/feature New feature or request comp/tools Tool registry, model_tools, toolsets platform/discord Discord bot adapter P3 Low — cosmetic, nice to have duplicate This issue or pull request already exists labels Jun 18, 2026
@alt-glitch

Copy link
Copy Markdown
Collaborator

Duplicate of #46397 — same rename_thread action (GET type-probe for thread types 10/11/12, then PATCH /channels/{id}, refusing non-thread channels). #46397 by @cruzanstx (2026-06-15) is the earliest open PR for #46396. This is the individual re-file of the closed bundle #46449.

@coder-xander

Copy link
Copy Markdown
Author

Closing as duplicate of #46397 (#46397 by @cruzanstx is the earlier PR for the same rename_thread action).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp/tools Tool registry, model_tools, toolsets duplicate This issue or pull request already exists P3 Low — cosmetic, nice to have platform/discord Discord bot adapter type/feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

discord_tool has no rename_thread action — agents asked to rename a thread can't

2 participants