feat: /help slash command — help dialog listing slash commands & shortcuts #289

Closed
opened 2026-07-12 01:29:13 +02:00 by dries · 0 comments
Owner

Part of OpenCode command parity (transparent-layer goal). OpenCode's TUI has /help showing a dialog of available commands. Ocman has no in-app help surface for its slash commands.

Scope

  • Add help to BUILTIN_COMMANDS (frontend/src/lib/commands/builtinCommands.ts).
  • Render a modal listing the merged command set (BUILTIN_COMMANDS + live /api/slash-commands) with descriptions — reuse the same data the slash menu already fetches.
  • Include ocman-only commands (/wt, /tmux, /vscode, /archive, etc.) so the dialog is the single source of truth.

Reference

OpenCode docs: https://opencode.ai/docs/tui#help

Notes

Easy win, UI-only. Should self-populate from the command list so it never drifts.

Part of OpenCode command parity (transparent-layer goal). OpenCode's TUI has `/help` showing a dialog of available commands. Ocman has no in-app help surface for its slash commands. ## Scope - Add `help` to `BUILTIN_COMMANDS` (frontend/src/lib/commands/builtinCommands.ts). - Render a modal listing the merged command set (BUILTIN_COMMANDS + live /api/slash-commands) with descriptions — reuse the same data the slash menu already fetches. - Include ocman-only commands (/wt, /tmux, /vscode, /archive, etc.) so the dialog is the single source of truth. ## Reference OpenCode docs: https://opencode.ai/docs/tui#help ## Notes Easy win, UI-only. Should self-populate from the command list so it never drifts.
dries closed this issue 2026-07-12 10:10:43 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
dries/ocman#289
No description provided.