Uh oh!
There was an error while loading. Please reload this page.
feat(hook): session.before.idle - #9272
Conversation
Thanks for your contribution! This PR doesn't have a linked issue. All PRs must reference an existing issue. Please:
See CONTRIBUTING.md for details. |
The following comment was made by an LLM, it may be inaccurate: No duplicate PRs found |
f1ae801 to
08fa7f7Comparekziemski
commented
Mar 1, 2026
will this be merged in? |
jensenojs
commented
Mar 2, 2026
I feel like this (the plugin behind the scenes) seems to better match what I imagine agent teams should look like, but for the maintainers of opencode, all of this might not be so obvious? |
yeah i've been super busy with work lately, and have not had time to lobby for this hook enough hehe I hope to have some time soon to push for this to get merged as well as keep working on the pocket universe plugin to be able to showcase the power of it |
rektide
commented
Apr 27, 2026
always love me a good @spoons-and-mirrors PR. i have some questions (as just a random joe walking by):
|
What does this PR do?
This PR add a session.before.idle hook.
This allows (for example) plugins to do async work for a subagent session, and resume that subagent session on work result.
How did you verify your code works?
Using it in Pocket Universe plugin, works as expected.