This release brings the plugin to three more marketplaces — OpenAI/Codex, Cursor, and GitHub Copilot — so you can install it in more of the assistants you already use. It also sharpens validate.py and teaches execution monitoring to recognize the Completed status the results API returns.
Added
- Installable from more marketplaces — beyond the Anthropic marketplace, the plugin is now published to the OpenAI/Codex curated CLI marketplace (
codex plugin add crowdstrike-falcon-fusion@openai-api-curated; ChatGPT-authenticated Codex installs via/plugins), the Cursor marketplace, and the GitHub Copilot (awesome-copilot) directory - CEL timestamp and time-math functions in the CEL expressions reference —
cs.timestamp.parse(str, 'RFC3339'), the live-verified Unix-epoch-millisecond idiom, andduration(...)windowing, plus a case-management pattern for building dynamic, time-scoped Event Search deep links from a detection'sTrigger.ObservedTime
Fixed
- Execution monitoring recognizes the
Completedstatus — the execution-results API reports a finished run asCompleted, somonitor_execution.pyandtrigger_workflow.py --waitnow treat bothSucceededandCompletedas success. A completed run is detected right away instead of polling until the timeout validate.pystops rejecting valid action IDs — the ID check assumed a 32-character hex string, but real catalog actions carry other shapes (ULID-based custom IOC / API-integration IDs, RTR IDs, uneven compound halves) that imported fine yet were flagged locally. IDs are now treated as opaque catalog identifiers, so real IDs pass while placeholders are still caughtvalidate.pyflags undeclaredWorkflowCustomVariablereferences — a reference to a custom variable that noCreateVariable(orUpdateVariablesetter) declares imports and validates cleanly, then fails at release withproperty "..." contains unknown variable. The validator now catches it before you deploy
New Contributors
- @jbennett-cs made their first contribution in #52 👏
Getting started
Install:
/plugin install crowdstrike-falcon-fusion
Already installed? Update to 1.2.0:
/plugin update crowdstrike-falcon-fusion