Deactivate the sandbox and restore full tool access
Exits workflow mode by deactivating the sandbox and restoring full tool access. Use this when you need to disable the restricted workflow environment and return to normal operation.
/plugin marketplace add edwinhu/workflows/plugin install edwinhu-workflows-plugins-workflows@edwinhu/workflowsDeactivate sandbox and clean up session markers:
rm -f /tmp/claude-workflow-$PPID/dev_mode /tmp/claude-workflow-$PPID/workflow_* && echo "✓ Workflows deactivated"
After running, tell the user: "Full tool access restored."