Unlink the current Todoist task from this session
Unlinks the current Todoist task from this Claude Code session. Use when you've finished with a task or want to prevent automatic status updates at session end.
/plugin marketplace add dhruvbaldawa/ccconfigs/plugin install todoist@ccconfigs(no arguments)Remove the link between this Claude Code session and the currently linked Todoist task. After unlinking, the session-end hook will not move the task to "For Review".
What happens:
CLAUDE_TODOIST_TASK_ID environment variableUse cases:
Requirements:
claude-todoist wrapper or /search)CLAUDE_TODOIST_TASK_ID environment variableNote: To link a different task after unlinking, use /search.
Implementation:
# Use TODOIST_PLUGIN_ROOT set by claude-todoist wrapper
"${TODOIST_PLUGIN_ROOT}/scripts/unlink.ts"