Skip to content

Commit f0d3e9a

Browse files
authored
Correct the OpenCode process inbox command (#192)
Related to #188.
1 parent 15d1584 commit f0d3e9a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Try prompts like:
3030
change.”
3131

3232
In clients that expose MCP server prompts, select `process_inbox`. In OpenCode,
33-
run `/process_inbox` to start the guided workflow.
33+
run `/focusrelay:process_inbox` to start the guided workflow.
3434

3535
These workflows were tested with multiple MCP-capable models in OpenCode.
3636
Updates target stable OmniFocus IDs and can verify the saved result. If names

docs/release-notes-v0.12.0-beta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ without losing control of what changes.
1818
restarts—work is handled in order, overload is reported clearly, and
1919
disconnected FocusRelay processes exit cleanly.
2020

21-
In OpenCode, run `/process_inbox` to start the guided workflow.
21+
In OpenCode, run `/focusrelay:process_inbox` to start the guided workflow.
2222

2323
## Before upgrading
2424

docs/workflow-prompt-research-2026-07-23.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ This gives the implementation spike three exact regression assertions:
7171
| Client | Current documented evidence | Research conclusion |
7272
| --- | --- | --- |
7373
| Claude Code | Anthropic documents dynamically discovered MCP prompts as `/mcp__servername__promptname`, including positional arguments. | Suitable for the first discovery UAT, but invocation still needs a live FocusRelay test. |
74-
| OpenCode | Public MCP docs do not describe prompt discovery, but a versioned OpenCode 1.18.7 live test exposed `process_inbox` as `/process_inbox`, inserted the server prompt, and completed its instructed bounded count/list workflow. | Supported for the argument-free `process_inbox` prompt in OpenCode 1.18.7; do not generalize this result to prompt arguments or other versions without another live test. |
74+
| OpenCode | Public MCP docs do not describe prompt discovery, but a versioned OpenCode 1.18.7 live test exposed `process_inbox` as `/focusrelay:process_inbox`, inserted the server prompt, and completed its instructed bounded count/list workflow. | Supported for the argument-free `process_inbox` prompt in OpenCode 1.18.7; do not generalize this result to prompt arguments or other versions without another live test. |
7575
| Codex | Current official Codex material documents configuring MCP servers and consuming MCP tools. It does not document MCP prompt discovery or invocation. | Unsupported until a versioned live test proves otherwise. Codex custom prompts/skills are not evidence of MCP server-prompt support. |
7676

7777
Primary sources:

0 commit comments

Comments
 (0)