OpenCode shell-env (native)
hook-surface:opencode.shell-env
HookSurfacechannels-hooks/hook-surfaces/canonical/lifecycle-and-native-stubs.yaml·Open in Graph → {
"id": "hook-surface:opencode.shell-env",
"_kind": "HookSurface",
"_file": "channels-hooks/hook-surfaces/canonical/lifecycle-and-native-stubs.yaml",
"_cluster": "channels-hooks",
"attributes": {
"eventName": "OpenCode shell-env (native)",
"displayName": "OpenCode shell-env (native)",
"kind": "native",
"originVendor": "SST",
"direction": "event",
"blocking": false,
"family": "shell-hook",
"payloadSchema": {
"type": "object",
"properties": {
"session_id": {
"type": "string"
},
"env": {
"type": "object",
"description": "Map of env vars exposed to shell tools."
}
}
},
"description": "OpenCode's shell-env hook."
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-runtime-impl:opencode.runtime@1.x",
"to": "hook-surface:opencode.shell-env",
"kind": "exposes",
"attributes": {}
},
{
"from": "hook-mapping:shell-env-opencode",
"to": "hook-surface:opencode.shell-env",
"kind": "maps_hook",
"attributes": {}
}
]
}