You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now Tier-2 (Copilot, Gemini, Kimi) gets skills + commands, but deep hooks (the equivalents of PreToolUse, SubagentStop, Stop) do not translate cleanly across all three. That means a plugin that leans on session lifecycle hooks ships only on Tier-1 today.
Which Tier-2 limitation hurts you the most? What is the plugin you would write if the gap were closed?
Ranking the candidates from my side:
Stop / session-end hook — agents that need to summarize state on exit
PreToolUse with shell access — agents that gate destructive commands
Subagent lifecycle — orchestrators that spawn + monitor subagents
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Right now Tier-2 (Copilot, Gemini, Kimi) gets skills + commands, but deep hooks (the equivalents of
PreToolUse,SubagentStop,Stop) do not translate cleanly across all three. That means a plugin that leans on session lifecycle hooks ships only on Tier-1 today.Which Tier-2 limitation hurts you the most? What is the plugin you would write if the gap were closed?
Ranking the candidates from my side:
Vote by replying with the number + your use case.
Beta Was this translation helpful? Give feedback.
All reactions