For Codex and Claude Code, the slash picker exposes skills and MonoCode shortcuts without a way to choose the agent's commands. For example, /status should show useful status for the current graphical conversation.
Proposed behavior:
- Add All / Agent commands / Skills filters and
/agent:name to resolve collisions with skills.
- Implement GUI counterparts for commands that MonoCode can support through the current session's controls and provider adapters.
- Keep the transcript, composer, draft and attachments in the existing chat; do not hand off to a terminal or another provider session.
- Label commands without a GUI implementation as unsupported, keep their draft on invocation, and avoid forwarding them as ordinary model prompts.
PR #98 implements status/context, model and permissions controls, fast/effort settings where available, compaction, planning, diff, stop and help. Full CLI command parity remains outside this implementation.
For Codex and Claude Code, the slash picker exposes skills and MonoCode shortcuts without a way to choose the agent's commands. For example,
/statusshould show useful status for the current graphical conversation.Proposed behavior:
/agent:nameto resolve collisions with skills.PR #98 implements status/context, model and permissions controls, fast/effort settings where available, compaction, planning, diff, stop and help. Full CLI command parity remains outside this implementation.