Claude Code Lets You Open /permissions and /add-dir While Claude Is Working

Claude CodeView original changelog

Claude Code no longer forces users to wait for a turn to finish before adjusting settings. /permissions can now be opened mid-turn, with rule changes taking effect for the rest of the current turn, and /add-dir can add a working directory while Claude is actively running. Several other dialogs β€” including /autocompact, /theme, /help, /config, and /advisor β€” now open mid-turn in the fullscreen TUI as well.

Key Takeaways

  • /permissions now opens mid-turn, with rule changes taking effect for the remainder of the current turn instead of requiring a restart.
  • /add-dir no longer requires waiting for Claude to finish before adding a new working directory.
  • Five additional dialogs β€” /autocompact, /theme, /help, /config, and /advisor β€” now open mid-turn in the fullscreen TUI.
  • The change removes a recurring friction point where users had to interrupt a running agent just to tweak a setting.
  • It reflects a broader push in this release toward a more responsive, non-blocking terminal interface.
  • Users no longer lose progress on a running turn just to adjust permissions or directory access partway through a task.

Settings No Longer Wait in Line Behind the Agent

Previously, several of Claude Code's configuration dialogs were effectively blocked while Claude was actively working on a turn: trying to open /permissions or add a directory with /add-dir while a long-running task was in progress either did nothing useful or required interrupting the agent first. Version 2.1.234 removes that restriction for the most commonly needed dialogs.

What Changed

/permissions can now be opened while Claude is mid-turn, and any rule changes made there apply immediately to the remainder of the current turn rather than waiting for the next one. /add-dir <path> gained the same treatment: a new working directory can be added while Claude is still executing, instead of requiring the user to wait it out.

Beyond those two, the fullscreen TUI now allows several other dialogs to open mid-turn without disrupting the running agent: /autocompact, /theme, /help, /config, and /advisor.

Why It Matters

This is a small but frequently-felt friction point removed. A developer who realizes mid-task that Claude needs access to another directory, or who wants to tighten a permission rule after watching the first few tool calls, no longer has to interrupt the agent, make the change, and re-prompt it. The change fits a broader theme in this release of making the terminal experience feel less like a modal, blocking interface and more like a responsive control surface that can be adjusted on the fly.

Claude Code: Open /permissions While Claude Works | Yet Another Changelog