Injects prompts into your OpenCode agent mid-task — async, without interrupting its flow. Like a sticky note slid under the agent's nose while it's busy thinking: drop a message via /inject_prompt <your message> and the agent picks it up the moment it's free to look, without you having to wait for the current task to finish.
Installation: add to your opencode.json:
{
"plugin": ["opencode-async-prompt-injector"]
}
Then restart OpenCode.
Usage:
/inject_prompt Hey, I just updated the tests — check them too
/inject_prompt Change of plans: postpone item #7 until the next round
Checklist
Relevant to OpenCode
Repository is public and accessible
Actively maintained
Not a duplicate
YAML file in correct folder (data/plugins/)
Filename is kebab-case (async-prompt-injector.yaml)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Submission Type
Details
Name: OpenCode Async Prompt Injector
Repository: https://github.com/theOnlyBoy/opencode-async-prompt-injector
Tagline: Slide a sticky note under your agent's nose: inject prompts into mid-task without interrupting agent's flow.
About
Injects prompts into your OpenCode agent mid-task — async, without interrupting its flow. Like a sticky note slid under the agent's nose while it's busy thinking: drop a message via /inject_prompt <your message> and the agent picks it up the moment it's free to look, without you having to wait for the current task to finish.
Installation: add to your opencode.json:
{ "plugin": ["opencode-async-prompt-injector"] }Then restart OpenCode.
Usage:
Checklist