create_thread
Create an open thread to track unresolved work across sessions. Uses semantic dedup to return existing similar threads, avoiding duplicates.
Instructions
Create an open thread to track unresolved work across sessions. Includes semantic dedup: if a similar open thread exists (cosine similarity > 0.85), returns the existing thread instead. Check the 'deduplicated' field in the response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Thread description — what needs to be tracked or resolved | |
| linear_issue | No | Associated Linear issue (e.g., PROJ-123) |