# Poetry 2.0 poetry shell command removed plugin poetry-plugin-shell official

Status: search-observed
Product: Poetry
Last verified: 2026-06-25
Canonical HTML: https://gitdocs.org/fix/poetry-2-0-poetry-shell-command-removed-plugin-poetry-plugin-shell-official
Machine JSON: https://gitdocs.org/api/fixes/poetry-2-0-poetry-shell-command-removed-plugin-poetry-plugin-shell-official.json

## Exact Symptom

See the observed Codex queries below.

## Diagnosis

The project files cannot prove whether a familiar command still ships in the CLI core or now requires an external plugin.

## Fix

```
Verifier checks a declared/reproducible plugin dependency or the supported replacement command. Check reproducibility from a clean environment and artifact contents where relevant.
```

## Avoid

- Changing local code without checking the current external contract.
- Retrying the same install, build, or API call with no version/source change.
- Applying a broad unsafe bypass when a narrow compatibility fix is available.

## Observed Codex Queries

- Poetry 2.0 poetry shell command removed plugin poetry-plugin-shell official
- site:python-poetry.org docs poetry shell plugin poetry-plugin-shell
- https://python-poetry.org/docs/cli/
- 'The `shell` command was moved' in https://python-poetry.org/docs/cli/

## Sources

- Poetry 2.0.0: https://python-poetry.org/blog/announcing-poetry-2.0.0/
- Official reference opened by Codex: https://python-poetry.org/docs/cli/
