Allow agents to rename the current thread
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 23k
- Forks
- 5.9k
- Avg merge
- 11h 14m
- Merged PRs (30d)
- 357
Description
Problem
Some users follow a naming convention for their threads, such as including a Linear or ClickUp task ID to make them easier to find later. Agents cannot currently rename threads, so users have to apply these names manually.
Request
Add an action that lets the agent rename the current thread when instructed by the user or a skill. Skills could use it once the desired name is known, such as a task ID followed by a short description.
Example
The user says "pick the next task." A ClickUp or Linear skill selects a task based on the user's workflow, such as priority, tags, and status. The agent then renames the thread to something like:
CU-869y9uv0 change the button to green
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the existing agent actions and current-thread handling in t3code; the issue names no specific files or tests. Add a current-thread rename action that agents or skills can invoke with a user-approved name, and verify that the requested name is applied to the active thread.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 62/100