Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions kontext/agent/v1/agent.proto
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ message ProcessHookEventRequest {
bytes tool_response = 6; // JSON-encoded tool response (PostToolUse only)
string tool_use_id = 7;
string cwd = 8;
optional string permission_mode = 9;
optional int64 duration_ms = 10;
optional string error = 11;
optional bool is_interrupt = 12;
}

message ProcessHookEventResponse {
Expand Down
Loading