/import no longer repeats the same warning multiple times in its 'Review these:' list
When /import applies imported configuration and shows a 'Review these:' list of warnings, it now collects those warnings into a set that removes duplicates before displaying them, rather than a plain list that could show the same warning text more than once.
If multiple imported items produced the same warning, you previously would have seen it repeated; now each distinct warning is shown only once, making the review list easier to read.
The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.
| Features that need feature-flag fetching, such as `/import` and `claude import` | Not available | The CLI skips the flag fetch on gateway sessions. [Features that need feature-flag fetching](/docs/en/env-vars#features-that-need-feature-f…claude-apps-gateway see the edit
| `claude import [source]` | Start an interactive session that runs [`/import`](/docs/en/commands#all-commands) to bring configuration from other coding agents into Claude Code. Accepts the same `--dry-run` and `--yes` options as the comma…cli-reference see the edit
The `tengu_import_apply` gate mentioned alongside this change is unread, so nothing can be said about whether it is switched on.
Anthropic's documentation has since written up /import, on CLI reference.