Autocomplete suggests space-separated plugin commands that don't resolve

Resolved 💬 3 comments Opened May 6, 2026 by keithwhyman Closed May 7, 2026

Description

Autocomplete/shortcut suggestions show plugin commands with space separator (e.g. /codex review) but typing them returns "Unknown command: /codex". Only colon-namespaced form (/codex:review) actually resolves.

Steps to reproduce

  1. Have codex@openai-codex plugin installed (v1.0.4)
  2. Start typing /codex — autocomplete suggests /codex review
  3. Select or type /codex review
  4. Get error: "Unknown command: /codex. Did you mean /model?"

Expected behavior

Either:

  • Space form /codex review resolves (as it did in prior versions), or
  • Autocomplete only suggests the colon form /codex:review

Environment

  • Claude Code 2.1.131
  • macOS Darwin 25.4.0
  • Plugin: codex@openai-codex v1.0.4 (installed 2026-04-22)

Notes

Space syntax was working as recently as 2026-05-05. Colon form /codex:review works fine as workaround.

View original on GitHub ↗

This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗