[guided]We now convert the distributional limit $T_n \xrightarrow{d} N(0,1)$ into a probabilistic statement about a random interval containing $\theta$. The abstract move is: given a pivot with a known limiting distribution, the set of $\theta$ values consistent with the pivot's central mass is a confidence set.
Fix the desired coverage level $\gamma \in (0,1)$ and set $\alpha := 1 - \gamma$. The value $z_{\alpha/2}$ is by definition the upper $\alpha/2$ quantile of $N(0,1)$, so for $Z \sim N(0,1)$,
\begin{align*}
\mathbb{P}(|Z| \le z_{\alpha/2}) = 1 - 2 \cdot \mathbb{P}(Z > z_{\alpha/2}) = 1 - \alpha = \gamma.
\end{align*}
The distribution function of $|Z|$ is continuous everywhere on $(0, \infty)$ (it is smooth, being built from the normal CDF), so $z_{\alpha/2}$ is a continuity point of the limit. Convergence in distribution of $T_n$ to $|Z|$'s distribution then gives convergence of probabilities at this continuity point:
\begin{align*}
\mathbb{P}_\theta(|T_n| \le z_{\alpha/2}) \to \mathbb{P}(|Z| \le z_{\alpha/2}) = \gamma.
\end{align*}
This is the only place we use the continuity-point requirement in the definition of convergence in distribution — it is harmless here because the normal CDF has no atoms.
We now algebraically invert the event $\{|T_n| \le z_{\alpha/2}\}$ into a statement about $\theta$. With probability tending to $1$, $I(\hat\theta_n) > 0$, so $\sqrt{n\,I(\hat\theta_n)}$ is strictly positive and we may divide. The inequality $|T_n| = \sqrt{n\,I(\hat\theta_n)}\,|\hat\theta_n - \theta| \le z_{\alpha/2}$ becomes
\begin{align*}
|\hat\theta_n - \theta| \le \frac{z_{\alpha/2}}{\sqrt{n\,I(\hat\theta_n)}},
\end{align*}
which is equivalent to $\theta$ lying in the symmetric interval centred at $\hat\theta_n$ of half-width $z_{\alpha/2}/\sqrt{n\,I(\hat\theta_n)}$:
\begin{align*}
I_n(X) := \left(\hat\theta_n - \frac{z_{(1-\gamma)/2}}{\sqrt{n\,I(\hat\theta_n)}},\; \hat\theta_n + \frac{z_{(1-\gamma)/2}}{\sqrt{n\,I(\hat\theta_n)}}\right).
\end{align*}
Therefore $\{|T_n| \le z_{\alpha/2}\} = \{\theta \in I_n(X)\}$ (on the full-probability event where $I(\hat\theta_n) > 0$), and we conclude
\begin{align*}
\mathbb{P}_\theta(\theta \in I_n(X)) \to \gamma.
\end{align*}
This is what it means for $I_n(X)$ to be an approximate $100\gamma\%$ confidence interval: the procedure that produces it covers $\theta$ with probability approaching $\gamma$ as the sample size grows. Note that the coverage is asymptotic and one-sided in $n$: for fixed $n$ the exact coverage may differ from $\gamma$, with the error controlled by the quality of the normal approximation to $T_n$'s law.[/guided]