openlatch-client 0.1.6

The open-source security layer for AI agents — client forwarder
// AUTO-GENERATED by build.rs from schemas/enums.schema.json x-known-values.
// DO NOT EDIT — changes will be overwritten on next build.

pub const SCHEMA_HOOK_EVENT_TYPES: &[&str] = &[
    "pre_tool_use",
    "post_tool_use",
    "user_prompt_submit",
    "notification",
    "stop",
    "subagent_stop",
    "pre_compact",
    "session_start",
    "session_end",
];

pub const SCHEMA_AGENT_TYPES: &[&str] = &[
    "claude-code",
    "cursor",
    "windsurf",
    "github-copilot",
    "codex-cli",
    "gemini-cli",
    "cline",
    "openclaw",
];